Results 1 to 2 of 2

Thread: CreateDialog in DLL

  1. #1

    Thread Starter
    PowerPoster Chris's Avatar
    Join Date
    Jan 1999
    Location
    K-PAX
    Posts
    3,238

    CreateDialog in DLL

    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

    regards,
    Chris

  2. #2

    Thread Starter
    PowerPoster Chris's Avatar
    Join Date
    Jan 1999
    Location
    K-PAX
    Posts
    3,238
    i resolve the problem already. Thx

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width