Search found 3 matches

by d00d
Sun Feb 04, 2007 2:49 am
Forum: MQ2::Help
Topic: Compiling Older Versions of MQ2 (error C3068)
Replies: 13
Views: 16262

I finally found this page after searching for a long time. And here is the section of that page that told me where to look for changing the /EHsc (exception handling) option to off: Set the compiler options so they look like this: /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS"...
by d00d
Sun Feb 04, 2007 2:26 am
Forum: MQ2::Help
Topic: Compiling Older Versions of MQ2 (error C3068)
Replies: 13
Views: 16262

Thanks for the quick response, but I am not compiler savvy enough to know what that link is telling me to do. I don't understand why it works 100% for the latest MQ2 release, but does not work for the Nov 2005 versions. I am using the exact same settings, which means that the instructions should be ...
by d00d
Sun Feb 04, 2007 2:12 am
Forum: MQ2::Help
Topic: Compiling Older Versions of MQ2 (error C3068)
Replies: 13
Views: 16262

Compiling Older Versions of MQ2 (error C3068)

In the secion under "error C3068: : a 'naked' function cannot contain objects that would require unwinding if a C++ exception occurred" , on this page , I added the following line: This is almost always caused by clicking macroquest2.dsw file instead of the MacroQuest2.sln when using Visua...