Hello,
I installed the latest version of Ozone v3.20b for the Mac. Now when I load a project the debugger does not start at main() of the program. However it does stop at a class method that is also called main.
void HdwTestTask::main(void)
Do I need to specify main as ::main in the preferences for a C++ program?
Thanks
I installed the latest version of Ozone v3.20b for the Mac. Now when I load a project the debugger does not start at main() of the program. However it does stop at a class method that is also called main.
void HdwTestTask::main(void)
Do I need to specify main as ::main in the preferences for a C++ program?
Thanks