PDA

Click to See Complete Forum and Search --> : Adding Dialog box to DLL project


pskyboy
Aug 2nd, 2001, 07:49 PM
Hey Guys

I am trying to add a dialog box to a DLL project and i get up abouy 20 errors when i compile. I define the dialog box as you should ie create it then create a class for it but i always get this comile errors about 20 and mostly to do with not specifing identifiers if that makes sense. Its like i left a header file out but i shouldn't need one.


Cheers for the Help
Peter

abdul
Aug 2nd, 2001, 08:17 PM
Can you post the errors and the code

parksie
Aug 4th, 2001, 01:31 AM
Try #include "resource.h" :)