Thread overview | |||||
---|---|---|---|---|---|
|
August 18, 2002 win32 code in dll | ||||
---|---|---|---|---|
| ||||
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 Re: win32 code in dll | ||||
---|---|---|---|---|
| ||||
Posted in reply to eric_smith | 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 Re: win32 code in dll | ||||
---|---|---|---|---|
| ||||
Posted in reply to Jan Knepper | 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'. |
Copyright © 1999-2021 by the D Language Foundation