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 - Masthiks

Pages: [1]
1
SFML projects / JSFML - A Java binding for SFML
« on: January 24, 2012, 09:56:15 pm »
No, I build SFML using MinGW, I don't use Visual C++.

The compilation works fine but I have an application error when I try to use the audio module :?

EDIT: Ah, it's ok with x86 binaries of libsndfile-1.dll and openal32.dll. I thought that MinGW was also a 64-bit compiler... I understand the problem now.

2
SFML projects / JSFML - A Java binding for SFML
« on: January 24, 2012, 04:05:08 pm »
I get the files from the directory "extlib/bin/x64" of GIT repository, and it works fine with SFML2. I think. Maybe I should test tonight :?

3
SFML projects / JSFML - A Java binding for SFML
« on: January 22, 2012, 01:59:40 pm »
I use MinGW-get with the latest snapshot of SFML.

4
SFML projects / JSFML - A Java binding for SFML
« on: January 22, 2012, 09:58:36 am »
Quote from: "pdinklag"
Are you building JSFML yourself?


Yes, otherwise it's not very interesting to modify the ant file and SFMLNative.java (of JSFML) :)

5
SFML projects / JSFML - A Java binding for SFML
« on: January 21, 2012, 11:26:45 pm »
Hello!

There is a way to use JSFML for x64 architecture? I tried to modify SFMLNative.java but I have an error when I launch my test program: "libsndfile-1.dll: Can't load IA 32-bit .dll on a AMD 64-bit platform", and  change "${env.SFML_HOME}/extlibs/bin/x86" by "${env.SFML_HOME}/extlibs/bin/x64" at line 125 of the ant file does not work.
It's a bit annoying :/

(By the way, sorry for my english)

Pages: [1]
anything