habe jetzt win32api, scapi und jvcl runtergeladen und im projektoptionen alle paths eingestellt.
während kompilieren bleibt der kompiler hier im quellcode von jvcl.inc stehen:
Delphi-Quellcode:
{$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!' <------- hier bleibt stehen
{$ENDIF SUPPORTS_COMPILETIME_MESSAGES}
{$ENDIF !JVCL_CONFIGURED}
kann mir bitte jemand sagen was fehlt?