Antonio Linares wrote:Class TImage for 64 bits seems to be ready
lucasdebeltran wrote:Thanks Antonio.
I thought .rc files were only for Borland BCC 32 bits. How are they compiled into 64 bits?.
PD. What are your feelings about BCC 64 BITS?.
Microsoft Windows [Version 6.2.9200]
(c) 2012 Microsoft Corporation. All rights reserved.
c:\vc64\bin>rc
Microsoft (R) Windows (R) Resource Compiler Version 6.1.7600.16385
Copyright (C) Microsoft Corporation. All rights reserved.
fatal error RC1107: invalid usage; use RC /? for Help
Hope you could merge FWH and FWH64 installer to install it one time, thanks!!.
Also, the increase of speed and performance is it noticeable?
#ifdef __BORLANDC__
asm push ax;
#elif defined( _MSC_VER )
_asm { push ax }
#elif defined( __GNUC__ )
asm( "push ax" );
The C++ 64-bit Windows compiler (BCC64) is based on the open-source Clang compiler, which is the front end for the LLVM compiler, described at http://clang.llvm.org/ and http://www.llvm.org/ respectively.
BCC64 is an entirely new code base, so there are significant differences between BCC64 and BCC32.
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: No registered users and 30 guests