as long as the same identifier is used in both places it should be fine just trying to throw out some things you may not have thought of.

Did you remember to check the WM_INITDIALOG case of the dialog procedure? If you dont need it just make sure you return TRUE for msg's you dont catch or trap.

Something else you may want to try is calling LoadLibrary yourself. I remember you said you had once but just to make sure. Im almost certain that isnt it. You may also want to make sure DllMain is indeed being called. simply place a msgbox in the DLL_PROCESS_ATTACH case in DllMain.

Im not familliar with that ide so i wont be able to help you much there. If i think of anything else ill let you know. Keep me informed however : )


Have Fun smile