From: <vr-...@us...> - 2003-12-12 06:55:07
|
Update of /cvsroot/alpp/openalpp In directory sc8-pr-cvs1:/tmp/cvs-serv25552 Modified Files: INSTALL Log Message: Changed name to oalpp.dll, better name! Index: INSTALL =================================================================== RCS file: /cvsroot/alpp/openalpp/INSTALL,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** INSTALL 11 Dec 2003 09:32:49 -0000 1.3 --- INSTALL 12 Dec 2003 06:55:04 -0000 1.4 *************** *** 28,32 **** It searches for .dll files called *openal*.dll and loads them, thinking it is an implementation of OpenAL32. This does not work with the previous library name of this project (openalpp.lib/.dll). ! So for now it is called open++al.dll. Its not a nice name, but I cant find out any better solution to this problem. --- 28,32 ---- It searches for .dll files called *openal*.dll and loads them, thinking it is an implementation of OpenAL32. This does not work with the previous library name of this project (openalpp.lib/.dll). ! So for now it is called oalpp.dll. Its not a nice name, but I cant find out any better solution to this problem. *************** *** 42,46 **** Also, if you have installed libraries in "non-standard" places, additional library paths should be set under Project/Settings/Link/Input/Additional library path. Build the library (hit F7) ! The library and dll files are named open++al.lib open++al.dll and resides in the lib and the bin directory in the project root. --- 42,46 ---- Also, if you have installed libraries in "non-standard" places, additional library paths should be set under Project/Settings/Link/Input/Additional library path. Build the library (hit F7) ! The library and dll files are named oalpp.lib oalpp.dll and resides in the lib and the bin directory in the project root. |