|
#27
|
||||
|
||||
|
Quote:
The verdict that I already knew: Sharing data structures ( TSysInfo or TVolume) or classes between two modules (inno setup exe and dlls ) in delphi/pascal is deprecated or even illegal. This is the reason of the issues, but I always hated to export a single function for only one value. All I need is to export each function e.g.: Code:
function GetProcessorName: PAnsichar; function GetFileSystemType: PAnsichar; function GetCpuClockSpeed: integer; ... |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| INNO TROUBLESHOOT - Tutorials and Answers about INNO Setup | REV0 | Conversion Tutorials | 129 | 21-05-2021 05:51 |
| Inno Setup: Additional Libraries | altef_4 | Conversion Tutorials | 50 | 21-10-2020 09:59 |
| INNO TUTORIAL - Using Unicode and ANSI Versions of INNO Setup | REV0 | Conversion Tutorials | 51 | 26-03-2015 06:57 |
| Tutorial using CI 8.0.0 | yener90 | Conversion Tutorials | 424 | 21-10-2014 09:49 |