[gme-users] Problems with registration

Sandeep Neema sandeep at isis.vanderbilt.edu
Tue Jul 20 10:23:48 CDT 2004


Kitty,
Does it depend on some other DLL that VC++ does not know the path to? I
have had this kind of problem before. The VC++ PATH env consist of
directories listed in the 'Tools->Options->Directories->Executable
Files', which may not include the directory where a DLL on which the
interpreter depends is located. If this is indeed the case then adding
the DLL-directory to this place may solve it.

HTH,
Sandeep


--
Sandeep Neema
Research Scientist,
Institute of Software Integrated Systems, Vanderbilt University
Phone: 615-343-9996
Email: sandeep.k.neema at vanderbilt.edu

-----Original Message-----
From: gme-users-bounces at list.isis.vanderbilt.edu
[mailto:gme-users-bounces at list.isis.vanderbilt.edu] On Behalf Of
Krishnakumar B
Sent: Tuesday, July 20, 2004 9:03 AM
To: gme-users
Subject: [gme-users] Problems with registration

Hi,

I have built an interpreter and am trying to register it. I have a
standard
(read as copied from somewhere) MSVC workspace for the interpreter, but
the
registration always fails with the message:

LoadLibrary(".\Debug\PackageComponent.dll") failed - The specified
module could not be found.

I have removed the /s argument to regsvr32 in the custom build rules. If
I
switch to the command prompt and type,

regsvr32 /c .\Debug\PackageComponent.dll

it succeeds. Why would it always fail from within my VC++ environment? I
have also seen that on this same machine some other interpreters succeed
in
registration, but this one always fails.

Can someone shed some light into this?

-kitty.
_______________________________________________
gme-users mailing list
gme-users at list.isis.vanderbilt.edu
http://list.isis.vanderbilt.edu/mailman/listinfo/gme-users


More information about the gme-users mailing list