PDA

Click to See Complete Forum and Search --> : CreateDialog in DLL


Chris
Sep 5th, 2002, 11:55 PM
I have write a Dll and one of the export function will create a dialog within the DLL and show on the screen.

It was running fine if i implicitly link the DLL with the compiled lib in my Project Settings|Link section. But it doesn't wotk if i load the Dll with LoadLibrary and GetProcAddress.

Why, it won't work :mad:

regards,
Chris

Chris
Sep 6th, 2002, 02:16 AM
i resolve the problem already. Thx