bcc32c
Discussions tagged bcc32c
-
more than a month ago
Legacy application ( 16bit MS-DOS! ) / C codebase / Which Embarcadero product/feature level would be required?
Working for a company with an old 16 bit application which was used to run on a Pentium machine (with MS-DOS v6.2 ?). I (fortunately?!) have access to the old code base which is in C and was originally compiled using Borland C/C++ ( V5.02 ?). I ... -
more than a month ago
bcc32c.exe #defines _MSC_VER if -A (Enable ANSI conformance) option given
Hi, I've got this test program: #ifdef _MSC_VER #error _MSC_VER is defined #endif int main() { return 0; } Using bcc32c.exe (version 7.30), if I compile this without the -A option then it compiles fine. If, however, I specify the -A opt... -
more than a month ago
Are components which are compiled with bcc32 compatible with application compiled with bcc32c?
Hello, I wonder if components which I have compiled with the classic c++ compiler bcc32 are compatible with applications compiled with the new CLANG enhanced c++11 win32 compiler bcc32. I would like to use the same components for both types of com... -
more than a month ago
bcc32c: conversion from 'double' to 'System::TVarRec' is ambiguous
Hello, I'm just trying to use a simple line of code with the new Win32 compiler. So I am using using C++Builder 10 Seattle with a demo licence. The code was taken from http://docwiki.embarcadero.com/Libraries/Seattle/en/System.SysUtils.Format, so I ...
- Page :
- 1