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

Pages: [1]
1
General / Re: I can't fix these linker errors!!!
« on: April 30, 2016, 03:08:42 am »
I think I fixed it I downloaded the 32bit version and just replaced that version into the current non-working 64bit version. And well it seemed to have worked :D. Hopefully it doesn't crash or do any wacky things, anyways thanks!!.

2
General / Re: I can't fix these linker errors!!!
« on: April 29, 2016, 04:41:27 am »
Because when I use sfml-graphics-s-d.lib and sfml-graphics-s.lib I get this error Error   LNK1112   module machine type 'x64' conflicts with target machine type 'X86' Win32Project And so I just switched it to non-static but then I get linker errors???????

3
General / I can't fix these linker errors!!!
« on: April 29, 2016, 03:00:04 am »
I've been at this for a few hours and it's seriously eating my freaking soul.
I got 17 unresolved externals and I have no clue why D:

Debug things
sfml-audio-s-d.lib
sfml-graphics-d.lib
sfml-main-d.lib
sfml-system-s-d.lib
sfml-window-s-d.lib
freetype.lib
gdi32.lib
jpeg.lib
opengl32.lib
winmm.lib
openal32.lib


Release
sfml-audio-s.lib
sfml-graphics.lib
sfml-main.lib
sfml-system-s.lib
sfml-window-s.lib
freetype.lib
gdi32.lib
jpeg.lib
opengl32.lib
winmm.lib
openal32.lib

........

Pages: [1]