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

Show Posts

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.


Messages - darekg11

Pages: 1 ... 7 8 [9]
121
C / Can't compile sample code
« on: September 20, 2010, 04:40:36 pm »
After adding system and windows package I got this:
E:\Program Files\Microsoft Visual Studio 9.0\VC\lib\csfml-system.dll : fatal error LNK1107: invalid or corrupt file: cannot read at 0x2C0

Well that same error goes when I try to link csfml-system-d.dll instead of normal, god damn it why it just can't compile right fack >.>

122
C / Can't compile sample code
« on: September 20, 2010, 01:56:56 pm »
After linking csfml-graphics-d.lib nothing changed.

123
C / Can't compile sample code
« on: September 20, 2010, 01:35:37 pm »
I will show You screenshots.
Include section:

Additional:

Preprocessor:

Errors:



That's how it looks, anyway if You have any better thing to do than trying to solve it out then just leave this topic and I will try to handle it by my own.

124
C / Can't compile sample code
« on: September 20, 2010, 12:29:50 pm »
I included Fonts/h like in my first post and now I also putted csfml-graphics.lib in Additional Dependieces and I still got that wall of errors.

Sorry for all this trouble but I would really like to use Your library since it's perfect for my project.

125
C / Can't compile sample code
« on: September 20, 2010, 08:10:05 am »
I putted all lib's to VC/Lib folder I also putted it in options of linker.


Okay, I will tell what I have done from the begging.
First I downloaded full SDK for C 1.6v.
I copied SFML folder from include folder to VC/include.
I copied all libs from library folder to VC/lib

I tried to compile that sample code from documentation but I can't because of this two errors:
c:\documents and settings\darek\moje dokumenty\visual studio 2008\projects\test\test\main.cpp(31) : error C3861: 'sfFont_CreateFromFile': identifier not found
c:\documents and settings\darek\moje dokumenty\visual studio 2008\projects\test\test\main.cpp(74) : error C3861: 'sfFont_Destroy': identifier not found

Thanks for spending Your time to help me.

126
C / Can't compile sample code
« on: September 20, 2010, 07:28:53 am »
When I add to Additional Dependies or whatever a name:
csfml-graphics without extensions I get one error:
LINK : fatal error LNK1104: cannot open file 'csfml-graphics.obj'
When I add csfml-graphics.lib I get the same wall of errors.

127
C / Can't compile sample code
« on: September 19, 2010, 07:56:52 pm »
Hello, I just downloaded SFML library, I placed lib and includes in right directories and when I try to compile sample source I get this:

c:\documents and settings\darek\moje dokumenty\visual studio 2008\projects\test\test\main.cpp(31) : error C3861: 'sfFont_CreateFromFile': identifier not found
c:\documents and settings\darek\moje dokumenty\visual studio 2008\projects\test\test\main.cpp(74) : error C3861: 'sfFont_Destroy': identifier not found

Anyway help really appreicate.

EDIT: When I include:
#include <SFML/Graphics/Font.h>

I get a wall of external linker errors.

Please help I would really like to solve this and start some coding, I also searched forum but couldn't find anything helpful.

Pages: 1 ... 7 8 [9]
anything