Xiroxium
08-11-2004, 05:28 AM
Hi.
I have recently added code to a DLL that I'm making that uses OpenAL. After some wrestling with ld, I have managed to get MinGW32 to compile and link the DLL. However, there is a problem - I keep getting these warnings:
Warning: .drectve `%.*s' unrecognized
Warning: .drectve `%.*s' unrecognized
Warning: .drectve `%.*s' unrecognized
Despite these errors, the DLL is still produced. G++ tells me:
dllwrap.exe: no export definition file provided.
Creating one, but that may not be what you want
The initialisation functions that I have written for the sound all seem to work - it even complained when I had forgotten to include OpenAL32.dll into the same directory.
Is this a serious issue, or can I safely ignore these warnings? As a side note, my code isn't working for playing sounds... this could just be me messing up though. :)
Thanks for any help,
Xiroxium
I have recently added code to a DLL that I'm making that uses OpenAL. After some wrestling with ld, I have managed to get MinGW32 to compile and link the DLL. However, there is a problem - I keep getting these warnings:
Warning: .drectve `%.*s' unrecognized
Warning: .drectve `%.*s' unrecognized
Warning: .drectve `%.*s' unrecognized
Despite these errors, the DLL is still produced. G++ tells me:
dllwrap.exe: no export definition file provided.
Creating one, but that may not be what you want
The initialisation functions that I have written for the sound all seem to work - it even complained when I had forgotten to include OpenAL32.dll into the same directory.
Is this a serious issue, or can I safely ignore these warnings? As a side note, my code isn't working for playing sounds... this could just be me messing up though. :)
Thanks for any help,
Xiroxium