home Forums # Technical Support Unhandled exception at 0x751a9617 in test.exe

Viewing 21 post (of 21 total)
  • Author
    Posts
  • #2084

    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.

Viewing 21 post (of 21 total)
  • You must be logged in to reply to this topic.