Welcome,
Guest
. Please
login
or
register
. Did you miss your
activation email?
French forum
Home
Help
Search
Login
Register
SFML community forums
»
Help
»
Window
»
32 bit to 64 bit
Print
Pages:
1
[
2
]
Author
Topic: 32 bit to 64 bit (Read 13733 times)
0 Members and 2 Guests are viewing this topic.
wintertime
Sr. Member
Posts: 255
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!
Logged
BlueCobold
Full Member
Posts: 105
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.
Logged
Rickety Racquet
Print
Pages:
1
[
2
]
SFML community forums
»
Help
»
Window
»
32 bit to 64 bit