Jump to content
Sign in to follow this  
Cirrus22

JVCL Build ERROR'Your Delphi/BCB version is not supported by this JVCL version!'

Recommended Posts

Hi,

 

I have spent several days fighting my way through an install of JCL/JVCL. I'm using 10.4.2 CE.  I have variously installed/uninstalled from GITHUB and GETIT. I'm now where I was several days ago in that (and the only version I installed was Win32). Now the installation all looks good. Successful completion messages, and paths all set. BUT when I do a Build of the first project I get this message:

 

'Your Delphi/BCB version is not supported by this JVCL version!'

 

YET if I look at the inc file (where this message was generated jvcl.inc), it clearly is:

{-----------------------------------------------------------------------------}
{$IFDEF BCB21}
 {$IFDEF CPUX86}
 {$I jvcld21win32.inc} // same include file for BDS based C++
 {$ENDIF CPUX86}
 {$IFDEF CPUX64}
 {$I jvcld21_x64.inc}
 {$ENDIF CPUX64}
 {$DEFINE JVCL_CONFIGURED}
{$ENDIF BCB21}

....
....
{$IFNDEF JVCL_CONFIGURED}
 {$IFDEF SUPPORTS_COMPILETIME_MESSAGES}
  {$MESSAGE FATAL 'Your Delphi/BCB version is not supported by this JVCL version!'}
 {$ELSE}
  'Your Delphi/BCB version is not supported by this JVCL version!'
 {$ENDIF SUPPORTS_COMPILETIME_MESSAGES}
{$ENDIF !JVCL_CONFIGURED}

I am at a complete loss. Of course I could simply hardcode $DEFINE JVCL_CONFIGURED, but that addresses the symptom not the problem.

 

Does anyone have any idea of how I might fix this. A simple install has so far taken several days.

 

Thanks,

Kevin

 

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×