SFML community forums

Bindings - other languages => C => Topic started by: aisman on September 16, 2008, 09:05:55 pm

Title: [Solved] SVN: CSFML\VC2008 corrently not compiling
Post by: aisman on September 16, 2008, 09:05:55 pm
I get some linker errors on all SVN CSFML VC2008 projects.
Title: [Solved] SVN: CSFML\VC2008 corrently not compiling
Post by: Laurent on September 16, 2008, 09:34:39 pm
I don't. Make sure you've first built the C++ static libraries.
Title: [Solved] SVN: CSFML\VC2008 corrently not compiling
Post by: aisman on September 18, 2008, 11:03:52 am
Quote from: "Laurent"
I don't. Make sure you've first built the C++ static libraries.

Thanks. Compiles now.

But I have a new problem:
Try to write a SFML Wrapper for PureBasic...I got this error:
(I use the static libs of SFML)

I got this error trying to import 'csfml-system-s.lib' into PureBasic:
(http://purebasic.myftp.org/files/78/polink.JPG)

Seems not all used libs are part of the static lib
Title: [Solved] SVN: CSFML\VC2008 corrently not compiling
Post by: SirJulio on September 18, 2008, 05:00:03 pm
Hi,

VCXX.CRT stuffs are the C[++] runtime lib of visual studio. It seems that the PB linker doesn't recognize them in the manifest.

Is your linker compatible with VS 2008 ?
Title: [Solved] SVN: CSFML\VC2008 corrently not compiling
Post by: aisman on September 18, 2008, 06:19:14 pm
Linker comes from PellesC. Should be compatible.
I updated to the latest PellesC version and it works now.

Hope I can make a PureBasic Wrapper for SFML now ;-)