Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: 32 bit to 64 bit  (Read 11662 times)

0 Members and 1 Guest are viewing this topic.

wintertime

  • Sr. Member
  • ****
  • Posts: 255
    • View Profile
Re: 32 bit to 64 bit
« Reply #15 on: November 23, 2014, 08:05:34 pm »
That error means you made the mistake of using a library that was compiled with a compiler using a different type of exception handling.
You have to use the same compiler for everything, that means, recompile the library and your code!

BlueCobold

  • Full Member
  • ***
  • Posts: 105
    • View Profile
Re: 32 bit to 64 bit
« Reply #16 on: November 24, 2014, 07:30:41 am »
That also might include external libraries like libsndfile or freetype2.

 

anything