Link to home
Start Free TrialLog in
Avatar of flkadri
flkadri

asked on

Stubborn Error in MFC VC++6: Assert afxWin1.inl Line 19 in Release mode

I downloaded a third party code called Real Time Plot, it compiles in Debug but gives Assert afxWin1.inl Line 19 in Release mode. I tried initializing MFC and I used AFX_MANAGE_STATE(AfxGetStaticModuleState)) and other tricks but the Assert keeps coming back.

If you download the software from:
http://www.codeguru.com/Cpp/misc/misc/article.php/c373/ 
then you will find that two other users had the same problem before me but no one offered a remedy.

Now I am open to any constructive suggestions.

Thanks guys.

Faisal Kadri
ASKER CERTIFIED SOLUTION
Avatar of flkadri
flkadri

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial