Mirror of
forum.nim-lang.org
index
791 :: Nim rod opengl not finding glew32.dll
[2015-01-25T11:31:07+01:00]
View Orginal
jayjay097531
(orginal)
[2015-01-25T11:31:07+01:00]
view original
I have miniGW and I threw glew32.dll everywhere. It still can't find it though. I use this example:
https://github.com/nim-lang/opengl/tree/master/examples
. Maybe I need the .cfg file too?
dom96
(orginal)
[2015-01-25T18:23:19+01:00]
view original
Possible reason for this is that you are trying to use a 32bit DLL in a 64bit application. Try using a 32bit Nim compiler.
jayjay097531
(orginal)
[2015-01-25T19:48:19+01:00]
view original
I'm running a 64bit computer though (Windows 8). I'll still give it a go.