Files
bullet3/examples/SharedMemory/b3PluginManager.cpp
Rico P 7578f39c9a use Ansi version of LoadLibrary
I got the error "C2664: 'HMODULE LoadLibraryW(LPCWSTR)': cannot convert argument 1 from 'const char *' to 'LPCWSTR'". 
Mapping B3_DYNLIB_OPEN to the Ansi version of LoadLibrary fixed the error for me.
2017-10-30 11:09:09 +01:00

9.0 KiB