home › Forums › # Technical Support › Unhandled exception at 0x751a9617 in test.exe › Reply To: Unhandled exception at 0x751a9617 in test.exe
March 3, 2016 at 09:51
#2084
Keymaster
It seems to me that you need to build the entire project. bin.obj
may not have been compiled.
I suggest you build the project using:
cmake -G "NMake Makefiles"
(Check build.bat
for the complete command).
Also, you may want to check the example application at:
https://github.com/fuzzylite/fuzzylite/tree/master/examples/application
Cheers.