Patents by Inventor Alan W. Carter

Alan W. Carter has filed for patents to protect the following inventions. This listing includes patent applications that are pending as well as patents that have already been granted by the United States Patent and Trademark Office (USPTO).

  • Patent number: 6718534
    Abstract: The present system for application independent programming of controls functions to provide a common set of controls across a plurality of application programs, such as those typically included in an office suite installed on a processor, while also enabling users to customize these controls for each application program. This is accomplished by producing an interface in the underlying common programming model which enables the user to access a set of controls, with their standard properties, methods and events, in a consistent manner. The user can then create a user defined control in a particular application program without having to replicate the underlying common programming model on which the customization is based. The user creates an extender file to add to and/or modify the standard properties, methods and events of a control to thereby produce an extended control for use in the selected application program.
    Type: Grant
    Filed: October 3, 2000
    Date of Patent: April 6, 2004
    Assignee: Microsoft Corporation
    Inventors: Alan W. Carter, Rajiv Kumar, Scott Michael Wiltamuth, Mei-Chin Tsai
  • Patent number: 6519767
    Abstract: A compiler automatically builds a new version of an object server to be compatible with an existing version so that client applications built against the existing version are operable with the new version. The existing version object server retains type information relating to its classes and members in a type library. The compiler performs version compatibility analysis by comparing the new version object server against the type information in the existing version's type library. If the compatibility analysis determines that the new and existing versions are compatible, the compiler builds the new version object server to support at least each interface supported by the existing version object server. The compiler further associates version numbers with the new version object server indicative of its degree of compatibility with the existing version object server.
    Type: Grant
    Filed: June 7, 1995
    Date of Patent: February 11, 2003
    Assignee: Microsoft Corporation
    Inventors: Alan W. Carter, Rajiv Kumar, Andrew R. Solomon
  • Patent number: 6449659
    Abstract: The system for instance customization with application independent programming of controls functions to place code behind documents in a multi-program environment in a manner that eliminates the object instance management problems of existing systems. The system consists of the process whereby the behavior of an object is changed by the user without changing its identity. In particular, the system for instance customization with application independent programming of controls combines a customizable object and a language engine object to form the customized instance of the object. Instance customization is enabled by the customized object aggregating the user defined customizations into a standard object that is supplied by Visual Basic. The Visual Basic object is given a pointer to the standard part of the document object which implements the base functionality of the document.
    Type: Grant
    Filed: July 14, 1997
    Date of Patent: September 10, 2002
    Assignee: Microsoft Corporation
    Inventors: Ilan Caron, Alan W. Carter, Satish Kumar Chittamuru, Rajiv Kumar, Mei-Chin Tsai, Scott Michael Wiltamuth
  • Patent number: 6263492
    Abstract: A componentizing object designer is used to define a componentization of visual forms and other object-oriented technologies. The componentized object designer includes a set of tightly integrated protocols enabling Component Object Model (COM) objects to replace standard built-in visual form and other objects. The componentized object designer allows the design-time object and the run-time object to differ in implementation. The componentized object designer allows class identifiers for the run-time objects which are different than design-time objects. With a different class identifier, the run-time object can be saved as an object which is radically different from the design-time object. This enables the run-time object to be stored in a different object library than the design-time object. The componentized object designer allows for different persistence formats to be saved for run-time objects.
    Type: Grant
    Filed: June 6, 1997
    Date of Patent: July 17, 2001
    Assignee: Microsoft Corporation
    Inventors: Christopher Lee Fraley, Michael Halcoussis, Christopher Alan Zimmerman, Alan W. Carter, Scott Michael Wiltamuth, Gary S. Burd, C. Douglas Hodges
  • Patent number: 6209040
    Abstract: A method and system for interfacing to type libraries are provided. In a preferred embodiment, the present invention defines an interface to a type library. The interface has a plurality of interface methods through which type information can be stored in and retrieved from the type library. A plurality of implementations of the defined interface are provided. A computer program is compiled using the defined interfaces to access the type information. When the compiled computer program is executed, it accesses the type information using one of the plurality of implementations. In a preferred embodiment, a type library contains type information to allow a compiler to bind to an instance of type at compile type (early binding).
    Type: Grant
    Filed: October 9, 1992
    Date of Patent: March 27, 2001
    Assignee: Microsoft Corporation
    Inventors: Colin L. Acton, Ilan G. Caron, Alan W. Carter, Tom Corbett, Michael J. Woolf
  • Patent number: 6185597
    Abstract: A method and system for growing stack frames is described. According to the invention, actual growth of a stack frame buried below the top of the stack is delayed until such time as the frame is returned to the top of the stack. The invention can be applied, for example, in a source code debugger to provide an improved Edit and Continue capability. In one aspect, the invention is implemented in a computer system that includes a processor (CPU), a stack of frames accessible to the processor, and a program for execution by the processor. The program is composed of a set of procedures. The processor begins executing a procedure of the set and places a stack frame associated with the execution of the procedure on top of the stack. This first stack frame includes a reserved location that can be used later to record an amount or increment by which to grow the frame.
    Type: Grant
    Filed: November 7, 1997
    Date of Patent: February 6, 2001
    Assignee: Microsoft Corporation
    Inventors: Timothy L. Paterson, Alan W. Carter
  • Patent number: 6108661
    Abstract: The system for instance customization functions to place code behind documents in a multi-program environment in a manner that eliminates the object instance management problems of existing systems. The system for instance customization consists of the process whereby the behavior of an object is changed by the user without changing its identity. In particular, the system for instance customization combines a customizable object and a language engine object to form the customized instance of the object. Instance customization is enabled by the customized object aggregating the user defined customizations into a standard object that is supplied by Visual Basic. The Visual Basic object is given a pointer to the standard part of the document object which implements the base functionality of the document.
    Type: Grant
    Filed: July 14, 1997
    Date of Patent: August 22, 2000
    Assignee: Microsoft Corporation
    Inventors: Ilan Caron, Alan W. Carter, Satish Kumar Chittamuru, Rajiv Kumar, Scott Michael Wiltamuth
  • Patent number: 6083282
    Abstract: In compiling source code organized in projects, unqualified name references are bound to program objects by searching namespaces in ascending hierarchical order from a current program unit to a current project. Namespaces within projects directly referenced by the current project are then searched. The search is completed at the first namespace in the search order which contains the matching name. Thus, program objects in projects directly referenced by the current project can be referenced by an unqualified name, without import or export lists of program elements.
    Type: Grant
    Filed: July 31, 1997
    Date of Patent: July 4, 2000
    Assignee: Microsoft Corporation
    Inventors: Ilan Gabriel Caron, Alan W. Carter, Dennis Mark Canady, Tom Corbett
  • Patent number: 6059838
    Abstract: A componentizing object designer is used to define a componentization of visual forms and other object-oriented technologies. The componentized object designer includes a set of tightly integrated protocols enabling Component Object Model (COM) objects to replace standard built-in visual form and other objects. The componentized object designer allows the design-time object and the run-time object to differ in implementation. The componentized object designer allows class identifiers for the run-time objects which are different than design-time objects. With a different class identifier, the run-time object can be saved as an object which is radically different from the design-time object. This enables the run-time object to be stored in a different object library than the design-time object. The componentized object designer allows for different persistence formats to be saved for run-time objects.
    Type: Grant
    Filed: January 21, 1999
    Date of Patent: May 9, 2000
    Assignee: Microsoft Corporation
    Inventors: Christopher Lee Fraley, Michael Halcoussis, Christopher Alan Zimmerman, Alan W. Carter, Scott Michael Wiltamuth, Gary S. Burd, C. Douglas Hodges
  • Patent number: 5586328
    Abstract: A compiler and compiling method minimizes recompilation of a computer program after an edit. The program is organized in plural program units, such as modules. The units are each compiled through a sequence of compilation states, including plural intermediate compilation states. In compiling each of the program units, dependencies between units are recorded in a table. When an edit to a program unit is later attempted, the edited unit is decompiled to one of various intermediate compilation states according to the edit performed. Units dependent of the edited unit are decompiled to one of various intermediate compilation states according to the dependency of the dependent unit on the edited unit. When next compiling the program, the units are compiled from their respective intermediate compilation state. Units also can be saved in various intermediate compilation states to minimize compiling when the program is again loaded.
    Type: Grant
    Filed: October 21, 1994
    Date of Patent: December 17, 1996
    Assignee: Microsoft Corporation
    Inventors: Ilan G. Caron, Alan W. Carter, Dennis M. Canady, Tom Corbett, Rajiv Kumar