CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 2003
    Posts
    33

    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!!

  2. #2
    Join Date
    Sep 2003
    Location
    Forever Gone... For Now...
    Posts
    1,515

    Re: Getting 'Error in OMF type information'

    Originally posted by Byteblaster
    I put my global variables in a header variables.h and include them in *.cpp where needed.
    Yuck.


    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)?
    Thought for the day/week/month/year:
    Windows System Error 4006:
    Replication with a nonconfigured partner is not allowed.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured