Good idea. I added [feature-requests#281] for this.
Put checks in owllink.h for unsupported combinations of settings
Ok, I was wrong when I said I have the file OWL-6.44-C770-X86-DS.LIB, what I was looking at was OWL-6.44-B770-X86-DS.LIB, which is built with the classic compiler. The Clang compiler does not have single-threaded option. I cannot find any setting in C++ Builder 12 UI to switch to single-threaded model either. For a quick check to see if multi-threading is enabled correctly in your project, you can put at the top of a source file code like this: #if defined(__MT__) #error MT enabled #endif and if...
Unable to open file 'OWL-6.44-C770-X86-DS.LIB On my old win11 PC, this library was never used. In addition, when I run OWLMaker, this library does not get created. That would be clang 32-bit debug single-threaded library (see OWLNext Library Files Naming Convention) Have you selected these options when building OWLNext 6.44 with the Clang compiler? I have selected all and I have it in my build environment. Also, is this the library that you really want to use? You may for example expect to use the...
Unable to open file 'OWL-6.44-C770-X86-DS.LIB On my old win11 PC, this library was never used. In addition, when I run OWLMaker, this library does not get created. That would be clang 32-bit debug single-threaded library (see OWLNext Library Files Naming Convention Have you selected these options when building OWLNext 6.44 with the Clang compiler? I have selected all and I have it in my build environment. Also, is this the library that you really want to use? You may for example expect to use the...
On my machine I have installed for C++ Builder 12: Boost 1.39 for the Win32 Classic Toolchain Boost 1.70 for the Win32 Clang-enhanced Toolchain Boost 1.85 for the Win64x Toolchain They should have no problem coexisting.
Hi, Can you try to build the Classes example in 6.44? It also uses transfer.h Are you using Clang or classic C++ compiler? Jogy
FolderSize 1.1.7 Update