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

Pages: [1]
1
General / Re: Bluetooth Xbox one controller OS X not working
« on: January 07, 2018, 03:06:45 pm »
I'm using version 2.4.2. I did get it to work using the SDL2 joystick module but still can't get the SFML joystick stuff to work.

2
General / Bluetooth Xbox one controller OS X not working
« on: January 07, 2018, 03:21:21 am »
I’m having problems getting inputs from my Xbox one controller. I have it connected to my Mac through Bluetooth and it works fine for steam games but SFML can’t seem to register the left or right trigger or the dpad. I was wondering if anyone has experienced the same problems or has a solution.

Thanks,
Kurtis

3
General / Re: building static libraries for vs 2013
« on: November 15, 2014, 07:37:11 pm »
I'm still a little lost on how to link the dependencies, I'm new to programming and cant find where I link them myself

4
General / building static libraries for vs 2013
« on: November 15, 2014, 03:45:39 am »
hi I'm trying to build sfml 2.1 for vs 2013 and have the dynamic libraries working but when I try and build the static I get errors in visual studio and it won't build

errors:
Error   1   error LNK1104: cannot open file '"C:/SFML-2.1/extlibs/libs-msvc/x86/openal32.lib"'   C:\sfml-build\src\SFML\Audio\LINK   sfml-audio
Error   2   error LNK1181: cannot open input file '"opengl32.lib"'   C:\sfml-build\src\SFML\Window\LINK   sfml-window
Error   3   error LNK1181: cannot open input file '"ws2_32.lib"'   C:\sfml-build\src\SFML\Network\LINK   sfml-network
Error   4   error LNK1104: cannot open file '"C:/SFML-2.1/extlibs/libs-msvc/x86/freetype.lib"'   C:\sfml-build\src\SFML\Graphics\LINK   sfml-graphics

Pages: [1]