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 - BLU3 L30PARD

Pages: [1]
1
Python / Python binding generation tools
« on: May 07, 2011, 04:04:22 pm »
Yes that works, but when the App was closed I'm getting this
Message from Windows....

I'm using Windows 7 Home Premium (x86 | 32bit) and
Python 2.7.1

2
Python / Python binding generation tools
« on: May 03, 2011, 07:36:20 pm »
My game crashes when I try to display a string...
The .NET Binding had the same problem, but I thought
it is fixed since sfml2... please (try) to fix that! ;)

3
Python / Python binding generation tools
« on: April 17, 2011, 10:22:14 pm »
It seems that it's only possible to compile with MinGW (gcc)...
I tried it again with VC, but I get the output that a manifest file is missing.
But when I compiled PySFML2 with MinGW (without Cython!), it worked :)
I'll try to create a small game with your lib ;)

4
Python / Python binding generation tools
« on: April 17, 2011, 12:48:14 pm »
Hm...
I copied the include and the lib folder I compiled before to the VC folder
so the compiler found it, but now I'm getting hundrets of errors:
Code: [Select]

sf.cpp(5370) : warning C4244: '=': Konvertierung von 'double' in 'float', möglic
her Datenverlust
sf.cpp(5371) : warning C4244: '=': Konvertierung von 'double' in 'float', möglic
her Datenverlust
sf.cpp(5372) : warning C4244: '=': Konvertierung von 'double' in 'float', möglic
her Datenverlust
sf.cpp(5373) : warning C4244: '=': Konvertierung von 'double' in 'float', möglic
her Datenverlust
sf.cpp(5374) : warning C4244: '=': Konvertierung von 'double' in 'float', möglic
her Datenverlust
sf.cpp(5375) : warning C4244: '=': Konvertierung von 'double' in 'float', möglic
her Datenverlust
sf.cpp(5379) : warning C4244: '=': Konvertierung von 'double' in 'float', möglic
her Datenverlust
sf.cpp(5380) : warning C4244: '=': Konvertierung von 'double' in 'float', möglic
her Datenverlust
sf.cpp(5381) : warning C4244: '=': Konvertierung von 'double' in 'float', möglic
her Datenverlust
sf.cpp(5382) : warning C4244: '=': Konvertierung von 'double' in 'float', möglic
her Datenverlust
sf.cpp(5383) : warning C4244: '=': Konvertierung von 'double' in 'float', möglic
her Datenverlust
sf.cpp(5384) : warning C4244: '=': Konvertierung von 'double' in 'float', möglic
her Datenverlust
sf.cpp(5385) : warning C4244: '=': Konvertierung von 'double' in 'float', möglic
her Datenverlust
sf.cpp(5386) : warning C4244: '=': Konvertierung von 'double' in 'float', möglic
her Datenverlust
sf.cpp(5387) : warning C4244: '=': Konvertierung von 'double' in 'float', möglic
her Datenverlust
sf.cpp(5752) : warning C4244: '=': Konvertierung von 'double' in 'float', möglic
her Datenverlust
sf.cpp(5758) : warning C4244: '=': Konvertierung von 'double' in 'float', möglic
her Datenverlust
sf.cpp(5893) : warning C4244: '=': Konvertierung von 'double' in 'float', möglic
her Datenverlust
sf.cpp(5900) : warning C4244: '=': Konvertierung von 'double' in 'float', möglic
her Datenverlust
sf.cpp(7633) : warning C4018: '<': Konflikt zwischen 'signed' und 'unsigned'
sf.cpp(8397) : warning C4244: '=': Konvertierung von 'double' in 'float', möglic
her Datenverlust
sf.cpp(8410) : warning C4244: '=': Konvertierung von 'double' in 'float', möglic
her Datenverlust
sf.cpp(8439) : warning C4244: '=': Konvertierung von 'double' in 'float', möglic
her Datenverlust
sf.cpp(8440) : warning C4244: '=': Konvertierung von 'double' in 'float', möglic
her Datenverlust
sf.cpp(8467) : warning C4244: '=': Konvertierung von 'double' in 'float', möglic
her Datenverlust
sf.cpp(8480) : warning C4244: '=': Konvertierung von 'double' in 'float', möglic
her Datenverlust
sf.cpp(8493) : warning C4244: '=': Konvertierung von 'double' in 'float', möglic
her Datenverlust
sf.cpp(8526) : warning C4800: 'int': Variable wird auf booleschen Wert ('True' o
der 'False') gesetzt (Auswirkungen auf Leistungsverhalten möglich)
sf.cpp(8619) : warning C4244: '=': Konvertierung von 'double' in 'float', möglic
her Datenverlust
sf.cpp(8793) : warning C4800: 'int': Variable wird auf booleschen Wert ('True' o
der 'False') gesetzt (Auswirkungen auf Leistungsverhalten möglich)
sf.cpp(8854) : warning C4244: '=': Konvertierung von 'double' in 'float', möglic
her Datenverlust
sf.cpp(8931) : warning C4244: '=': Konvertierung von 'double' in 'float', möglic
her Datenverlust
sf.cpp(9008) : warning C4244: '=': Konvertierung von 'double' in 'float', möglic
her Datenverlust
sf.cpp(9161) : warning C4244: '=': Konvertierung von 'double' in 'float', möglic
her Datenverlust
sf.cpp(9162) : warning C4244: '=': Konvertierung von 'double' in 'float', möglic
her Datenverlust
sf.cpp(9163) : warning C4244: '=': Konvertierung von 'double' in 'float', möglic
her Datenverlust
sf.cpp(9252) : warning C4800: 'int': Variable wird auf booleschen Wert ('True' o
der 'False') gesetzt (Auswirkungen auf Leistungsverhalten möglich)
sf.cpp(9353) : warning C4244: '=': Konvertierung von 'double' in 'float', möglic
her Datenverlust
sf.cpp(9579) : warning C4244: '=': Konvertierung von 'double' in 'float', möglic
her Datenverlust
sf.cpp(9752) : warning C4800: 'int': Variable wird auf booleschen Wert ('True' o
der 'False') gesetzt (Auswirkungen auf Leistungsverhalten möglich)
sf.cpp(9813) : warning C4244: '=': Konvertierung von 'double' in 'float', möglic
her Datenverlust
sf.cpp(9890) : warning C4244: '=': Konvertierung von 'double' in 'float', möglic
her Datenverlust
sf.cpp(9967) : warning C4244: '=': Konvertierung von 'double' in 'float', möglic
her Datenverlust
sf.cpp(10120) : warning C4244: '=': Konvertierung von 'double' in 'float', mögli
cher Datenverlust
sf.cpp(10121) : warning C4244: '=': Konvertierung von 'double' in 'float', mögli
cher Datenverlust
sf.cpp(10122) : warning C4244: '=': Konvertierung von 'double' in 'float', mögli
cher Datenverlust
sf.cpp(10211) : warning C4800: 'int': Variable wird auf booleschen Wert ('True'
oder 'False') gesetzt (Auswirkungen auf Leistungsverhalten möglich)
sf.cpp(10352) : warning C4244: '=': Konvertierung von 'double' in 'float', mögli
cher Datenverlust
sf.cpp(12833) : warning C4800: 'int': Variable wird auf booleschen Wert ('True'
oder 'False') gesetzt (Auswirkungen auf Leistungsverhalten möglich)
sf.cpp(13558) : warning C4800: 'int': Variable wird auf booleschen Wert ('True'
oder 'False') gesetzt (Auswirkungen auf Leistungsverhalten möglich)
sf.cpp(14454) : warning C4800: 'int': Variable wird auf booleschen Wert ('True'
oder 'False') gesetzt (Auswirkungen auf Leistungsverhalten möglich)
sf.cpp(15655) : warning C4244: '=': Konvertierung von 'double' in 'float', mögli
cher Datenverlust
sf.cpp(15838) : warning C4244: '=': Konvertierung von 'double' in 'float', mögli
cher Datenverlust
sf.cpp(15920) : warning C4244: '=': Konvertierung von 'double' in 'float', mögli
cher Datenverlust
sf.cpp(15987) : warning C4244: '=': Konvertierung von 'double' in 'float', mögli
cher Datenverlust
sf.cpp(15988) : warning C4244: '=': Konvertierung von 'double' in 'float', mögli
cher Datenverlust
sf.cpp(15992) : warning C4244: '=': Konvertierung von 'double' in 'float', mögli
cher Datenverlust
sf.cpp(15993) : warning C4244: '=': Konvertierung von 'double' in 'float', mögli
cher Datenverlust
sf.cpp(16113) : warning C4244: '=': Konvertierung von 'double' in 'float', mögli
cher Datenverlust
sf.cpp(16114) : warning C4244: '=': Konvertierung von 'double' in 'float', mögli
cher Datenverlust
sf.cpp(16118) : warning C4244: '=': Konvertierung von 'double' in 'float', mögli
cher Datenverlust
sf.cpp(16119) : warning C4244: '=': Konvertierung von 'double' in 'float', mögli
cher Datenverlust
sf.cpp(16234) : warning C4244: '=': Konvertierung von 'double' in 'float', mögli
cher Datenverlust
sf.cpp(16235) : warning C4244: '=': Konvertierung von 'double' in 'float', mögli
cher Datenverlust
sf.cpp(16239) : warning C4244: '=': Konvertierung von 'double' in 'float', mögli
cher Datenverlust
sf.cpp(16240) : warning C4244: '=': Konvertierung von 'double' in 'float', mögli
cher Datenverlust
sf.cpp(16280) : warning C4244: '=': Konvertierung von 'double' in 'float', mögli
cher Datenverlust
sf.cpp(16343) : warning C4244: '=': Konvertierung von 'double' in 'float', mögli
cher Datenverlust
sf.cpp(16344) : warning C4244: '=': Konvertierung von 'double' in 'float', mögli
cher Datenverlust
sf.cpp(16348) : warning C4244: '=': Konvertierung von 'double' in 'float', mögli
cher Datenverlust
sf.cpp(16349) : warning C4244: '=': Konvertierung von 'double' in 'float', mögli
cher Datenverlust
sf.cpp(17534) : warning C4244: '=': Konvertierung von 'double' in 'float', mögli
cher Datenverlust
sf.cpp(17571) : warning C4244: '=': Konvertierung von 'double' in 'float', mögli
cher Datenverlust
sf.cpp(18213) : warning C4800: 'int': Variable wird auf booleschen Wert ('True'
oder 'False') gesetzt (Auswirkungen auf Leistungsverhalten möglich)
sf.cpp(18251) : warning C4800: 'int': Variable wird auf booleschen Wert ('True'
oder 'False') gesetzt (Auswirkungen auf Leistungsverhalten möglich)
sf.cpp(18298) : warning C4244: '=': Konvertierung von 'double' in 'float', mögli
cher Datenverlust
sf.cpp(18299) : warning C4244: '=': Konvertierung von 'double' in 'float', mögli
cher Datenverlust
sf.cpp(18303) : warning C4244: '=': Konvertierung von 'double' in 'float', mögli
cher Datenverlust
sf.cpp(18304) : warning C4244: '=': Konvertierung von 'double' in 'float', mögli
cher Datenverlust
sf.cpp(18400) : warning C4800: 'int': Variable wird auf booleschen Wert ('True'
oder 'False') gesetzt (Auswirkungen auf Leistungsverhalten möglich)
sf.cpp(19817) : warning C4244: '=': Konvertierung von 'double' in 'float', mögli
cher Datenverlust
sf.cpp(19915) : warning C4244: '=': Konvertierung von 'double' in 'float', mögli
cher Datenverlust
sf.cpp(20193) : warning C4244: '=': Konvertierung von 'double' in 'float', mögli
cher Datenverlust
sf.cpp(20440) : warning C4244: '=': Konvertierung von 'double' in 'float', mögli
cher Datenverlust
sf.cpp(20441) : warning C4244: '=': Konvertierung von 'double' in 'float', mögli
cher Datenverlust
sf.cpp(20445) : warning C4244: '=': Konvertierung von 'double' in 'float', mögli
cher Datenverlust
sf.cpp(20446) : warning C4244: '=': Konvertierung von 'double' in 'float', mögli
cher Datenverlust
sf.cpp(20520) : warning C4244: '=': Konvertierung von 'double' in 'float', mögli
cher Datenverlust
sf.cpp(20558) : warning C4244: '=': Konvertierung von 'double' in 'float', mögli
cher Datenverlust
sf.cpp(21042) : warning C4244: '=': Konvertierung von 'double' in 'float', mögli
cher Datenverlust
sf.cpp(21058) : warning C4244: '=': Konvertierung von 'double' in 'float', mögli
cher Datenverlust
sf.cpp(21111) : warning C4244: '=': Konvertierung von 'double' in 'float', mögli
cher Datenverlust
sf.cpp(21133) : warning C4244: '=': Konvertierung von 'double' in 'float', mögli
cher Datenverlust
sf.cpp(21134) : warning C4244: '=': Konvertierung von 'double' in 'float', mögli
cher Datenverlust
sf.cpp(21147) : warning C4244: '=': Konvertierung von 'double' in 'float', mögli
cher Datenverlust
sf.cpp(21148) : warning C4244: '=': Konvertierung von 'double' in 'float', mögli
cher Datenverlust
sf.cpp(21149) : warning C4244: '=': Konvertierung von 'double' in 'float', mögli
cher Datenverlust
sf.cpp(22196) : error C2039: 'PollEvent': Ist kein Element von 'sf::RenderWindow
'
        C:\Program Files\Microsoft Visual Studio 10.0\VC\INCLUDE\SFML/Graphics/R
enderWindow.hpp(43): Siehe Deklaration von 'sf::RenderWindow'
sf.cpp(22268) : warning C4800: 'int': Variable wird auf booleschen Wert ('True'
oder 'False') gesetzt (Auswirkungen auf Leistungsverhalten möglich)
sf.cpp(22611) : warning C4244: 'Argument': Konvertierung von 'int' in 'float', m
öglicher Datenverlust
sf.cpp(22648) : warning C4800: 'int': Variable wird auf booleschen Wert ('True'
oder 'False') gesetzt (Auswirkungen auf Leistungsverhalten möglich)
sf.cpp(22853) : warning C4800: 'int': Variable wird auf booleschen Wert ('True'
oder 'False') gesetzt (Auswirkungen auf Leistungsverhalten möglich)
sf.cpp(24101) : warning C4800: 'int': Variable wird auf booleschen Wert ('True'
oder 'False') gesetzt (Auswirkungen auf Leistungsverhalten möglich)
sf.cpp(24400) : warning C4800: 'int': Variable wird auf booleschen Wert ('True'
oder 'False') gesetzt (Auswirkungen auf Leistungsverhalten möglich)
sf.cpp(24624) : warning C4800: 'int': Variable wird auf booleschen Wert ('True'
oder 'False') gesetzt (Auswirkungen auf Leistungsverhalten möglich)
sf.cpp(25089) : warning C4800: 'int': Variable wird auf booleschen Wert ('True'
oder 'False') gesetzt (Auswirkungen auf Leistungsverhalten möglich)
sf.cpp(25437) : warning C4800: 'int': Variable wird auf booleschen Wert ('True'
oder 'False') gesetzt (Auswirkungen auf Leistungsverhalten möglich)
sf.cpp(25474) : warning C4800: 'int': Variable wird auf booleschen Wert ('True'
oder 'False') gesetzt (Auswirkungen auf Leistungsverhalten möglich)
sf.cpp(25535) : warning C4244: '=': Konvertierung von 'double' in 'float', mögli
cher Datenverlust
sf.cpp(25695) : warning C4244: '=': Konvertierung von 'double' in 'float', mögli
cher Datenverlust
sf.cpp(25696) : warning C4244: '=': Konvertierung von 'double' in 'float', mögli
cher Datenverlust
sf.cpp(25697) : warning C4244: '=': Konvertierung von 'double' in 'float', mögli
cher Datenverlust
sf.cpp(25698) : warning C4244: '=': Konvertierung von 'double' in 'float', mögli
cher Datenverlust
sf.cpp(25699) : warning C4244: '=': Konvertierung von 'double' in 'float', mögli
cher Datenverlust
sf.cpp(25702) : warning C4244: '=': Konvertierung von 'double' in 'float', mögli
cher Datenverlust
sf.cpp(25714) : warning C4244: '=': Konvertierung von 'double' in 'float', mögli
cher Datenverlust
sf.cpp(25717) : warning C4244: '=': Konvertierung von 'double' in 'float', mögli
cher Datenverlust
sf.cpp(25718) : warning C4244: '=': Konvertierung von 'double' in 'float', mögli
cher Datenverlust
sf.cpp(25719) : warning C4244: '=': Konvertierung von 'double' in 'float', mögli
cher Datenverlust
sf.cpp(25720) : warning C4244: '=': Konvertierung von 'double' in 'float', mögli
cher Datenverlust
sf.cpp(25721) : warning C4244: '=': Konvertierung von 'double' in 'float', mögli
cher Datenverlust
sf.cpp(25894) : warning C4244: '=': Konvertierung von 'double' in 'float', mögli
cher Datenverlust
sf.cpp(25895) : warning C4244: '=': Konvertierung von 'double' in 'float', mögli
cher Datenverlust
sf.cpp(25896) : warning C4244: '=': Konvertierung von 'double' in 'float', mögli
cher Datenverlust
sf.cpp(25897) : warning C4244: '=': Konvertierung von 'double' in 'float', mögli
cher Datenverlust
sf.cpp(25900) : warning C4244: '=': Konvertierung von 'double' in 'float', mögli
cher Datenverlust
sf.cpp(25912) : warning C4244: '=': Konvertierung von 'double' in 'float', mögli
cher Datenverlust
sf.cpp(25915) : warning C4244: '=': Konvertierung von 'double' in 'float', mögli
cher Datenverlust
sf.cpp(25916) : warning C4244: '=': Konvertierung von 'double' in 'float', mögli
cher Datenverlust
sf.cpp(25917) : warning C4244: '=': Konvertierung von 'double' in 'float', mögli
cher Datenverlust
sf.cpp(25918) : warning C4244: '=': Konvertierung von 'double' in 'float', mögli
cher Datenverlust
sf.cpp(26083) : warning C4244: '=': Konvertierung von 'double' in 'float', mögli
cher Datenverlust
sf.cpp(26084) : warning C4244: '=': Konvertierung von 'double' in 'float', mögli
cher Datenverlust
sf.cpp(26085) : warning C4244: '=': Konvertierung von 'double' in 'float', mögli
cher Datenverlust
sf.cpp(26088) : warning C4244: '=': Konvertierung von 'double' in 'float', mögli
cher Datenverlust
sf.cpp(26100) : warning C4244: '=': Konvertierung von 'double' in 'float', mögli
cher Datenverlust
sf.cpp(26103) : warning C4244: '=': Konvertierung von 'double' in 'float', mögli
cher Datenverlust
sf.cpp(26104) : warning C4244: '=': Konvertierung von 'double' in 'float', mögli
cher Datenverlust
sf.cpp(26105) : warning C4244: '=': Konvertierung von 'double' in 'float', mögli
cher Datenverlust
sf.cpp(26253) : warning C4244: '=': Konvertierung von 'double' in 'float', mögli
cher Datenverlust
sf.cpp(26254) : warning C4244: '=': Konvertierung von 'double' in 'float', mögli
cher Datenverlust
sf.cpp(26282) : warning C4244: '=': Konvertierung von 'double' in 'float', mögli
cher Datenverlust
sf.cpp(26283) : warning C4244: '=': Konvertierung von 'double' in 'float', mögli
cher Datenverlust
sf.cpp(26778) : warning C4244: '=': Konvertierung von 'double' in 'float', mögli
cher Datenverlust
sf.cpp(26779) : warning C4244: '=': Konvertierung von 'double' in 'float', mögli
cher Datenverlust
sf.cpp(26784) : warning C4244: '=': Konvertierung von 'double' in 'float', mögli
cher Datenverlust
sf.cpp(26785) : warning C4244: '=': Konvertierung von 'double' in 'float', mögli
cher Datenverlust
error: command '"C:\Program Files\Microsoft Visual Studio 10.0\VC\BIN\cl.exe"' f
ailed with exit status 2
C:\Users\Niklas\Desktop\PySFML 2-0.0.1>

That are the last lines the command line has shown, there're much more ;)
I'll download MinGW next time, hoping it will compile with that Toolchain...[/quote]

5
Python / Python binding generation tools
« on: April 16, 2011, 07:19:27 pm »
I can't build the Snapshot :(
I put the "SFML" folder from the "include" folder of the latest sfml2 release from github into the "PySFML 2-0.0.1" Folder and set USE_CYTHON to False.
Then I opened the command line and typed "python setup.py build_ext --inplace". But I get the following output:
Code: [Select]

running build_ext
building 'sf' extension
creating build
creating build\temp.win32-2.7
creating build\temp.win32-2.7\Release
C:\Program Files\Microsoft Visual Studio 10.0\VC\BIN\cl.exe /c /nologo /Ox /MD /
W3 /GS- /DNDEBUG -IC:\Development\Python27\include -IC:\Development\Python27\PC
/Tpsf.cpp /Fobuild\temp.win32-2.7\Release\sf.obj
sf.cpp
c:\users\niklas\desktop\pysfml 2-0.0.1\SFML/Graphics.hpp(32) : fatal error C1083
: Datei (Include) kann nicht geöffnet werden: "SFML/Window.hpp": No such file or
 directory
error: command '"C:\Program Files\Microsoft Visual Studio 10.0\VC\BIN\cl.exe"' f
ailed with exit status 2

Sorry, that's German, but I think you'll understand it ;)
Please, tell me what I did wrong!

Pages: [1]
anything