I'm using MS Visual C++ and trying to make a DLL with a modeless dialog box that displays values and takes user input. I can create the DLL, but when I call the function that creates the dialog box it crashes on the Create call.
Does anyone have sample C++ MFC code to create a modeless dialog box in a DLL that they would be willing to share?
Thanks,
Steve
Does anyone have sample C++ MFC code to create a modeless dialog box in a DLL that they would be willing to share?
Thanks,
Steve
Comment