dmd linker (OPTLINK) gives Error 42: Symbol Undefined when using extern

Joshua Reusch yoschi at arkandos.de
Sun Dec 25 14:52:24 PST 2011


Am 25.12.2011 22:37, schrieb Tal:
> I want to save the hInstance of WinMain so I would be able to use it later in some
> other module. So how do I accomplish that ?

If you don't know: You can also get the HINSTANCE with 
GetModuleHandle(NULL);


More information about the Digitalmars-d-learn mailing list