O.P. RE: open a new form
tnx, u have one error solves, i still have these three errors:
[C++ Error] MPPluginC.cpp(95): E2451 Undefined symbol 'IDD_DIALOG1'
[C++ Error] MPPluginC.cpp(95): E2034 Cannot convert 'int (__stdcall *)(void *,unsigned int,unsigned int,long)' to 'int (__stdcall *)()'
[C++ Error] MPPluginC.cpp(95): E2342 Type mismatch in parameter 'lpDialogFunc' (wanted 'int (__stdcall *)()', got 'int (__stdcall *)(void *,unsigned int,unsigned int,long)')
in this line: (DialogBox(hDllInst, MAKEINTRESOURCE(IDD_DIALOG1), NULL, NickChanger)
This post was edited on 07-10-2003 at 06:21 PM by Bamboe.
|