Hi All

I'm trying to create a window using CreateWindowEx inside a DLL
but for no apparent reason the h_Instance := GetModuleHandle(nil);
seems to succeed, but then gives me an error code when I call GetLastError();

For the first time in my life google was absolutely useless :cry:

I have created a test application to show the error.

testdll.zip

Any Help would be greatly appreciated. :lol:

Use TestExe.exe as the testbed for the Dll while debugging