Guest_imported
New member
- Jan 1, 1970
- 0
I’m trying to learn more about creating & using DLLs. I’ve been doing okay but have now hit a problem;
I’ve inserted a dialog into my DLL project and created a class to handle it via Class Wiz in the same way that I’ve done successfully a number of times when creating a simple .exe. The class itself is created without a problem and I’m able to access it from my app. however, when I execute DoModal nothing happens. I would expect the dialog to appear, but it doesn’t. I’ve spent a while now trying to guess what step I’m missing out but have gotten nowhere.
I’d be very grateful for any ideas anyone might have.
Cheers.
I’ve inserted a dialog into my DLL project and created a class to handle it via Class Wiz in the same way that I’ve done successfully a number of times when creating a simple .exe. The class itself is created without a problem and I’m able to access it from my app. however, when I execute DoModal nothing happens. I would expect the dialog to appear, but it doesn’t. I’ve spent a while now trying to guess what step I’m missing out but have gotten nowhere.
I’d be very grateful for any ideas anyone might have.
Cheers.