Thema: Delphi unavailable database

Einzelnen Beitrag anzeigen

Benutzerbild von Uwe Raabe
Uwe Raabe

Registriert seit: 20. Jan 2006
Ort: Lübbecke
11.453 Beiträge
 
Delphi 12 Athens
 
#9

AW: unavailable database

  Alt 20. Jul 2024, 00:15
Ich kenne mich zwar mit C++ Builder nicht so gut aus, aber interessant sind vielleicht diese Bereiche:

Debug:
XML-Code:
    <ILINK_LibraryPath>$(BDSLIB)\$(PLATFORM)\debug;$(I LINK_LibraryPath)</ILINK_LibraryPath>
...
    <IncludePath>C:\Program Files (x86)\QuickReport\QR6-RAD-10-3-Rio\win32\debug;$(IncludePath)</IncludePath>
Release:
XML-Code:
  <PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
    <IncludePath>$(QRPTRL32);$(IncludePath)</IncludePath>
...
    <ILINK_LibraryPath>$(QRPTRL32);$(TMSDIR);$(ILINK_LibraryPath)</ILINK_LibraryPath>
Uwe Raabe
Certified Delphi Master Developer
Embarcadero MVP
Blog: The Art of Delphi Programming
  Mit Zitat antworten Zitat