pboyer / verb

Open-source, cross-platform NURBS
http://www.verbnurbs.com
MIT License
733 stars 106 forks source link

No tutorial / guessable way to compile verb to Windows x64 in C++ #47

Closed aseverino closed 4 years ago

aseverino commented 4 years ago

Question title is self-explaining. After longer than 3 hours, I still could not find a way to build the Verb.lib (MSVC) in x64.

aseverino commented 4 years ago

Solution was adding -D HXCPP_M64 to the command line.