View Issue Details

IDProjectCategoryView StatusLast Update
0000232Gorilla3DBug Reportspublic2023-10-26 08:34
Reporterwiljo Assigned Toadministrator  
PrioritylowSeverityminorReproducibilityalways
Status closedResolutionfixed 
OSWindowsOS Version11 
Fixed in Version1.2 
Summary0000232: C++ Builder include-directories are not set by the installer
DescriptionFor the users of C++ Builder, the include directories set by the installer are not sufficient to get the compiles running.
In order for the compile to pass, the folloring would be needed, too:

In project->options->Building->C++ Shared options, add
<installation-directory>\Win32\Release\C\hpp to Include path under All configurations - Windows 32-bit platform
<installation-directory>\Win32\Release\C to Library path under All configurations - Windows 32-bit platform
<installation-directory>\Win64\Release\C\hpp to Include path under All configurations - Windows 64-bit platform
<installation-directory>\Win64\Release\C to Library path under All configurations - Windows 64-bit platform

Perhaps they could be set by the installer or maybe they could be mentioned in the installation guide?
Steps To ReproduceTry to run on C++ Builder after install
Additional InformationNot Delphi, C++ Builder 11.3. No idea what the OpenGL version is.
TagsNo tags attached.
Delphi-Version 11.3.0
OpenGLVersionOpenGL 4.6

Activities

administrator

2023-10-26 08:34

administrator   ~0000267

duplicated

Issue History

Date Modified Username Field Change
2023-10-25 21:01 wiljo New Issue
2023-10-26 08:34 administrator Assigned To => administrator
2023-10-26 08:34 administrator Status new => closed
2023-10-26 08:34 administrator Resolution open => fixed
2023-10-26 08:34 administrator Fixed in Version => 1.2
2023-10-26 08:34 administrator Note Added: 0000267