In Debug version, if you have selected in project properties Run-Time\Runtime Error Checking = All, the program crashes immediately when started. The error message in the dialog is about not able to find entry point for for__rtc_uninit_use_src. The dll mentioned in the error message is LIBIFCOREMD.DLL. The appropiate selection in the project properties is Run-Time\Runtime Error Checking = Custom. Make sure that "Check Uninitialized Variables" equals to "No". That selection fixed the problem.
↧