a question for porting to 64bit

Hi everyone,

I’m trying to port a project from 32bit win server2003 to 64bit x64 version.
There is a problem when I try to compile the mmc plug-in for the UI part.
The compliation is actually done sucessfully but when try to register it
with regsrv32.exe, regsrv32.exe always reports “the specified module could
not be found”. Is anyone here having experience to port similar programs or
have knowledge about this? Thanks for any help!

Usually this means that the DLL loader cannot find an entry point. The
fastest way to diagnose this is with Dependency Walker (depends.exe,
http://www.dependencywalker.com/). Run it on your DLL and see what’s
failing.

Are you trying to run debug bits on a machine that does not have debug
CRT DLLs installed?

– arlie


From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Luc Hunt
Sent: Tuesday, May 16, 2006 12:29 PM
To: Windows System Software Devs Interest List
Subject: [ntdev] a question for porting to 64bit

Hi everyone,

I’m trying to port a project from 32bit win server2003 to 64bit x64
version. There is a problem when I try to compile the mmc plug-in for
the UI part. The compliation is actually done sucessfully but when try
to register it with regsrv32.exe, regsrv32.exe always reports “the
specified module could not be found”. Is anyone here having experience
to port similar programs or have knowledge about this? Thanks for any
help!

— Questions? First check the Kernel Driver FAQ at
http://www.osronline.com/article.cfm?id=256 To unsubscribe, visit the
List Server section of OSR Online at
http://www.osronline.com/page.cfm?name=ListServer