Replies: 2 comments
-
Other feedback
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Another feedback, apparently flag If I comment this line out ( Also |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Using the quickstart guide I've run into a handful of issues building the latest Bullet release, 2.87.
Windows 10 (1803)
Visual Studio 2015 Update 3
Used build_visual_studio_without_pybullet_vr.bat
Building App_BulletExampleBrowser
Error C2664 'HMODULE LoadLibraryW(LPCWSTR)': cannot convert argument 1 from 'const char *' to 'LPCWSTR'
Happens in a bunch of projects. B3_DYNLIB_OPEN is defined as LoadLibrary which evaluates to LoadLibraryW when Unicode is used, which it apparently is when generating projects withe the above batch file.
Error C1021 invalid preprocessor command 'warning'
Comes from pathtool.h. There's a line beginning with #warning.
Error LNK1104 cannot open file 'openvr_api.lib'
It looks like every premake batch file requires VR.
Beta Was this translation helpful? Give feedback.
All reactions