It has sense. OWL 6.4x it's in support mode, so no need to support the newest ISO standard. I will make more test (ocf, coolproj, owlext) to ensure all it's ready. I will also make tests with bracnh/owl7 source code.
It has sense. OWL 6.4x it's in support mode, so no need to support the newest compilers. I will make more test (ocf, coolproj, owlext) to ensure all it's ready. I will also make tests with bracnh/owl7 source code.
I've tested with the 64 bit version of the IDE (using "branches/6.44/source/owlcore/CBXE3/owl.cbproj"): - the 64 bit IDE only manages the platform: Windows 64 bits Modern. - the compile error " 'except.h' file not found " still happens. I will try later with the "branches/7"
Added support for command line tools: BCMAKE.BAT, BC.MAK Enhanced owllink.h Commit [r8544]
CHG: support for C++Builder 13 'Florence'
I'm comparing the SDK of C++Builder 10.1 vs C++Builder 13. In both the file exists at: C:\Program Files (x86)\Embarcadero\Studio\18.0\include\windows\crtl and C:\Program Files (x86)\Embarcadero\Studio\37.0\include\windows\crtl so it seems that there is a "optimization" in C++Builder 13 that avoid recompiling the same file: include\owl\private\except.h vs C:\Program Files (x86)\Embarcadero\Studio\37.0\include\windows\crtl\except.h
After updating <owl private="" owllink.h=""> I've sucessfully compiled (using "OWL-644-branch\source\owlcore\CBXE3\owl.cbproj"): - Debug/Release - ANSI / UNICODE - Win32 & Win64 Also, I was able to compile OCFNext, OWLext and CoolProj </owl> I've tried Win64 Modern but when compiling "owl-644-branch\include\owl\private\except.h" I get an error: // // In a Borland C++ environment, use the file provided // # if defined(BI_COMP_BORLANDC) # include <except.h> //<-error [bcc64x Error] except.h(24): 'except.h'...
After updating <owl private="" owllink.h=""> I've sucessfully compiled (using "OWL-644-branch\source\owlcore\CBXE3\owl.cbproj"): - Debug/Release - ANSI / UNICODE - Win32 & Win64 Also, I was able to compile OCFNext, OWLext and CoolProj </owl> I've tried Win64 Modern but when compiling "owl-644-branch\include\owl\private\except.h" I get an error: // // In a Borland C++ environment, use the file provided // # if defined(BI_COMP_BORLANDC) # include <except.h> //<-error [bcc64x Error] except.h(24): 'except.h'...