treeform / slappy

3d sound api for nim.
MIT License
40 stars 3 forks source link

Question about OpenAL32.dll #9

Closed levshx closed 2 years ago

levshx commented 2 years ago

Question about OpenAL32.dll If I am forced to use a c compiler, how can I build it?

I tried to build the latest version of kcat/openal-soft, but as a result I get an error:

Traceback (most recent call last)
c:\Users\user\Documents\Projects\nim\world-hunter\experiments\t7_volleyball\t7_volleyball.nim(14) t7_volleyball
C:\Users\user\.nimble\pkgs\slappy-0.3.1\slappy.nim(299) newSound
C:\Users\user\.nimble\pkgs\slappy-0.3.1\slappy\wav.nim(14) loadWav
C:\Program Files\nim\nim-1.6.4\lib\pure\streams.nim(946) readStr
C:\Program Files\nim\nim-1.6.4\lib\pure\streams.nim(927) readStrPrivate
C:\Program Files\nim\nim-1.6.4\lib\pure\streams.nim(228) readData
SIGSEGV: Illegal storage access. (Attempt to read from nil?)
levshx commented 2 years ago

I found lib in the test folder :D