Unsupported operation ?
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
I have a COM DLL built with VC++6 and it has dialog resources using activex controls such as MsFlexGrid and CTreeCtrl etc. I have two main applications(AppSimple and AppWithLotOfDlgResources) that can use this dll. When I use AppSimple to call this Dll, it works fine both in Debug and Release modes. The problem is when I use AppWithLotOfDlgResources application as the calling program, I am getting "Unsupported operation" only in RELEASE build. Q. Is there some kind of a conflict in resources between the DLL and the AppWithLotOfDlgResources ? Please help Thanks