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

Author Topic: VS12 static linking problem  (Read 1438 times)

0 Members and 1 Guest are viewing this topic.

D1m1try

  • Newbie
  • *
  • Posts: 2
    • View Profile
    • Email
VS12 static linking problem
« on: June 15, 2014, 01:59:22 pm »
Hi all!
Maybe someone can help me with my problem.
When I try compile my project with statically linked sfml librarys in MS VS 2013 (v 12.0.30501.0), I have many errors:
(click to show/hide)
Librarys were compiled from newest SFML sources (last commit 60c34bff19) with CMake 2.8.12.2 with settings:

Properties of project:




Static release configuration can't build too (same errors).
Compiling with dynamic librarys (both release and debug) work's fine.

Library's, compiled from sfml 2.1, work fine in all static and dynamic configurations.

P.S. Sorry for my bad english, it's not my native lenguage.

zsbzsb

  • Hero Member
  • *****
  • Posts: 1409
  • Active Maintainer of CSFML/SFML.NET
    • View Profile
    • My little corner...
    • Email
Re: VS12 static linking problem
« Reply #1 on: June 15, 2014, 02:14:28 pm »
Read the following link. You did everything right, its just that the tutorials haven't been updated for SFML 2.2 yet.

https://github.com/SFML/SFML/wiki/FAQ#build-link-static
Motion / MotionNET - Complete video / audio playback for SFML / SFML.NET

NetEXT - An SFML.NET Extension Library based on Thor

D1m1try

  • Newbie
  • *
  • Posts: 2
    • View Profile
    • Email
Re: VS12 static linking problem
« Reply #2 on: June 15, 2014, 02:39:16 pm »
Thank you very much zsbzsb.
Problem solved, topic may be closed/deleted.

 

anything