Getting 'Error in OMF type information'
Hi
I have made a program MFC dialog based.
I put my global variables in a header variables.h and include them in *.cpp where needed.
Suddenly, when debugging I have next the variables(my globals) that I want to check this error: CX0033:Error:Error in OMF type information.
I don't know why, but now I can't continue to check(debug) my program.
I don't know if it has to see with my globals that I put in a header
Can someone help me??
:(
Please help, can't continue now!!
Re: Getting 'Error in OMF type information'
Quote:
Originally posted by Byteblaster
I put my global variables in a header variables.h and include them in *.cpp where needed.
Yuck.
Quote:
Suddenly, when debugging I have next the variables(my globals) that I want to check this error: CX0033:Error:Error in OMF type information.
http://msdn.microsoft.com/library/de...or_CXX0033.asp
http://groups.google.com/groups?hl=e...TF-8&q=CXX0033
Have you rebuilt the project (Rebuild All)?