Board index » Visual Studio » Vc.Net member variables for dialog in MFC extension DLL not available ?
|
emontag
|
|
emontag
|
Vc.Net member variables for dialog in MFC extension DLL not available ?
Visual Studio140
I have an application with MFC extension DLL's with dialog's both in the main app and in the DLL's. Apart from care in the resource Id specification it works fine using classwizard in Vc 6, allowing me to define member variables in the min app and the dll's However on converting to Vc.Net the Add Member Variable wizard is unavailable for the dialogs in the DLL's, but seems to work normally in the main app. Why is this so ? and is there a work-around ? Is this related to resource issues. All the code and variables generated by Vc 6 work fine,I just can't see or modify them except probably manually. - |
| Joseph
Registered User |
Fri May 21 10:25:46 CDT 2004
Re:Vc.Net member variables for dialog in MFC extension DLL not available ?
Sounds like one of the numerous VC7 bugs and design defects. There are so many I've begun
to lose track. Otherwise I have no suggestions. joe On Fri, 21 May 2004 01:36:02 -0700, Desmond Bean <jdbean@mb.sympatico.ca>wrote: QuoteI have an application with MFC extension DLL's with dialog's both in the main app and in the DLL's. Apart from care in the resource Id specification it works fine using classwizard in Vc 6, allowing me to define member variables in the min app and the dll's. email: newcomer@flounder.com Web: www.flounder.com">www.flounder.com MVP Tips: www.flounder.com/mvp_tips.htm">www.flounder.com/mvp_tips.htm - |
