MySQL Forums
Forum List  »  Connector/C++

Re: [HELP - S.O.S.] WINXP + VS 2008 + C++ = Uncontrolled Exception
Posted by: Shankha Chaudhuri
Date: August 16, 2009 10:36AM

I had this same exact problem.

I just had to switch the program from running in Debug(active) mode into Release(active).

To do this, follow these directions below.

In your VS program, go to the top bar and click

Project -> 'name of file' Properties
In this, Configuration is probably set as Debug (Active)

to change this to Release(active) click on Configuration Manager to the right.
change the solution from Debug to Active.

now re-run your program and you won't get that exception.

Done!

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: [HELP - S.O.S.] WINXP + VS 2008 + C++ = Uncontrolled Exception
2284
August 16, 2009 10:36AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.