pa1
01-14-2006, 10:00 PM
Hello.
I can't compile a single program in BC++ that uses alut.lib (alutinit, alutWAV...) because the compiler shows:
[Linker Error] Unresolved external '_alutLoadWAVFile' referenced from C:\ OAL\UNIT1.OBJ
I know that I included the OpenAL32.lib and alut.lib in the project, and that I changed the original libraries from the SDK made for Visual C++ with the COFF2OMF, but this doesn`t work. The strange thing is that the converted OpenAL32.lib (OMF format) is acepted by the BC compiler, but not the converted Alut.lib.
So, Can anybody help me how can I make the BC compiler accepts the Alut.lib?
(with an example, if possible):yes:
Thank you.
I can't compile a single program in BC++ that uses alut.lib (alutinit, alutWAV...) because the compiler shows:
[Linker Error] Unresolved external '_alutLoadWAVFile' referenced from C:\ OAL\UNIT1.OBJ
I know that I included the OpenAL32.lib and alut.lib in the project, and that I changed the original libraries from the SDK made for Visual C++ with the COFF2OMF, but this doesn`t work. The strange thing is that the converted OpenAL32.lib (OMF format) is acepted by the BC compiler, but not the converted Alut.lib.
So, Can anybody help me how can I make the BC compiler accepts the Alut.lib?
(with an example, if possible):yes:
Thank you.
