1
General / C++ SFML Linking / Unknown Problem
« on: August 18, 2011, 01:55:19 am »
I didn't say system32, i said system.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
the application was unable to start correctly (0xc0150002) click ok to close etc...
There is no image in your last post. Maybe simply write the error message here.
What IDE/compiler? Which SFML version?
The ones with "-s" are static libraries, they don't need DLLs. The libraries without "-s" are dynamic/shared libraries, you need to put the directory of the DLLs to the path environment variable.
By the way, there are hundreds of topics like this on the forum, the search could help you, too.