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

Author Topic: Startup Error  (Read 1654 times)

0 Members and 1 Guest are viewing this topic.

lolz123

  • Sr. Member
  • ****
  • Posts: 260
    • View Profile
Startup Error
« on: April 08, 2011, 10:18:24 pm »
Hello,

I was able to run the tutorials, but after converting an old SDL project to SFML, I get the error:

Quote
The application was unable to start correctly (0xc000007b). Click
OK to close the application.


when trying to run the program. I am using SFML 2 in VS2010, and I did recompile the library. Again, it worked for the tutorials.

Any ideas what may be the cause of this?
Have you heard about the new Cray super computer?  It’s so fast, it executes an infinite loop in 6 seconds.

Fred_FS

  • Newbie
  • *
  • Posts: 48
    • View Profile
Startup Error
« Reply #1 on: April 08, 2011, 11:29:08 pm »
Did you - if you're linking dynamically - copy the new compiled dlls to your game-project? Are you sure, that you're linking the new libs?

lolz123

  • Sr. Member
  • ****
  • Posts: 260
    • View Profile
Startup Error
« Reply #2 on: April 08, 2011, 11:38:42 pm »
Never mind, I found the issue... I was using the x64 external library .dll's, not the x86 ones.

Thanks for the help though!
Have you heard about the new Cray super computer?  It’s so fast, it executes an infinite loop in 6 seconds.

 

anything