c++.windows.32-bits - win32 code in dll
- eric_smith (4/4) Aug 17 2002 I get Symbol Undefined for any Windows functions while compiling (linkin...
- Jan Knepper (4/8) Aug 17 2002 Have you included the correct Win32 .LIB's?
- eric_smith (4/4) Aug 17 2002 UPDATE:
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
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
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