[gme-users] Decorator Problems

Krishnakumar B kitty at dre.vanderbilt.edu
Tue Aug 15 15:59:21 CDT 2006


Hi,

On Tue, 15 Aug 2006 02:22:34 PM -0500, Raub, Ryan W (FMSCOE) wrote:
> I'm having problems with the skeleton decorator included with GME 6.  I
> fallowed the Users guide exactly; I unzipped the project, edited
> DecoratorConfig.h according to the Users guide.  Then when I do a build,
> I get two errors:
>
> Linking...
>
> LINK : warning LNK4075: ignoring '/EDITANDCONTINUE' due to
> '/INCREMENTAL:NO' specification
>
>    Creating library .\Debug/Decorator.lib and object
> .\Debug/Decorator.exp
>
> Performing registration
>
> Project : error PRJ0019: A tool returned an error code from "Performing
> registration"
>
> If I try to register the .dll using regsvr32 or GME and I get the
> 0x80004005 error code, which I can not find any useful information on
> Google.

Compile your decorator with the following preprocessor flags:

_WINDLL _USRDLL _ATL_DLL

Then it should register fine.

-kitty.

-- 
Krishnakumar B <kitty at dre dot vanderbilt dot edu>
Institute for Software Integrated Systems, Dept. of EECS, Vanderbilt University


More information about the gme-users mailing list