Thread overview
win32 code in dll
Aug 18, 2002
eric_smith
Aug 18, 2002
Jan Knepper
Aug 18, 2002
eric_smith
August 18, 2002
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.


August 18, 2002
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.

August 18, 2002
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'.