Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. X
When do Pro/ENGINEER customization in Win 7 OS, I insert pview control to MFC dialog. From ActiveX control path, it is C:\Windows\Downloaded Program Files\pview.ocx, not C:\Windows\Downloaded Program Files\pview64.ocx. The application can be compiled successfully. However, when I try to launch this dialog, it give me following error:
Debug Assertion Failed!
Program: D:\ptc\proeWildfire4_M180\x86e_win64\obj\xtop.exe
File: f:\rtm\vctools\vc7libs\ship\atlmfc\src\mfc\winocc.cpp
Line: 329
For information on how your program can cause an assertion failure, see the Visual C++ documentation on asserts.
Maybe this error is bacause of, I use 32 bit pview.ocx in the 64 bit MFC application. However, I have no idea about how to insert pview64.ocx to MFC dialog. Is there anybody having similar issue?
Any idea is appreciated. Thanks.