www.digitalmars.com         C & C++   DMDScript  

c++.windows.32-bits - win32 code in dll

reply eric_smith <eric_smith_member pathlink.com> writes:
I get Symbol Undefined for any Windows functions while compiling (linking
really) my win32 DLL. I'm sure I'm doing something dumb, but I can't figure out
what it might be. I've read through the docs, but no luck figuring out how to
get the code linked in. Any suggestions? thx. 
Aug 17 2002
parent reply Jan Knepper <jan smartsoft.cc> writes:
Have you included the correct Win32 .LIB's?
Are you sure the linker is able to find them?
Jan



eric_smith wrote:

 I get Symbol Undefined for any Windows functions while compiling (linking
 really) my win32 DLL. I'm sure I'm doing something dumb, but I can't figure out
 what it might be. I've read through the docs, but no luck figuring out how to
 get the code linked in. Any suggestions? thx.
Aug 17 2002
parent eric_smith <eric_smith_member pathlink.com> writes:
UPDATE:
I got it to work just fine. There was simply a dumb coding error to fix. The
trick with the linking problem was to do it interactively (or in a make file),
rather than rely on 'sc'. 
Aug 17 2002