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

Author Topic: [Solved] SVN: CSFML\VC2008 corrently not compiling  (Read 9237 times)

0 Members and 1 Guest are viewing this topic.

aisman

  • Newbie
  • *
  • Posts: 25
    • View Profile
[Solved] SVN: CSFML\VC2008 corrently not compiling
« on: September 16, 2008, 09:05:55 pm »
I get some linker errors on all SVN CSFML VC2008 projects.

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
[Solved] SVN: CSFML\VC2008 corrently not compiling
« Reply #1 on: September 16, 2008, 09:34:39 pm »
I don't. Make sure you've first built the C++ static libraries.
Laurent Gomila - SFML developer

aisman

  • Newbie
  • *
  • Posts: 25
    • View Profile
[Solved] SVN: CSFML\VC2008 corrently not compiling
« Reply #2 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:


Seems not all used libs are part of the static lib

SirJulio

  • Full Member
  • ***
  • Posts: 241
    • View Profile
[Solved] SVN: CSFML\VC2008 corrently not compiling
« Reply #3 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 ?

aisman

  • Newbie
  • *
  • Posts: 25
    • View Profile
[Solved] SVN: CSFML\VC2008 corrently not compiling
« Reply #4 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 ;-)