home › Forums › # Technical Support › std::bad_alloc Runtime Error › Reply To: std::bad_alloc Runtime Error
August 8, 2016 at 22:32
#2219
Keymaster
Hi,
please do the following:
(0) make sure you enter the console from the VS2008 terminal. There should be a console inside the VS2008 program folder in your Windows Start Menu.
(1) go to the fuzzylite folder and run build.bat clean
(2) delete everything that looks like cmake derived files, except for CMakeLists.txt
(3) run build.bat release >> fuzzylite.log
(4) check whether the bin folder and its contents were created inside the release
folder
(5) if not, please post the output of your fuzzylite.log
file
Thanks.