Ghostscript-API-Wrapper icon indicating copy to clipboard operation
Ghostscript-API-Wrapper copied to clipboard

Demo output path (Lazarus, Win32)

Open CCRDude opened this issue 1 year ago • 1 comments

Situation: compiling and running demo.

Experienced: executable will be written to demo folder, which is missing the DLLs.

Expected: have target filename as ....\bin\GS_API_ExampleLazarus , so that it will be written where the DLLs reside.

CCRDude avatar Nov 22 '24 11:11 CCRDude

diff --git "a/Examples/Lazarus/GS_API_ExampleLazarus.lpi" "b/Examples/Lazarus/GS_API_ExampleLazarus.lpi"
index 4576bfc..b4e998b 100644
--- "a/Examples/Lazarus/GS_API_ExampleLazarus.lpi"
+++ "b/Examples/Lazarus/GS_API_ExampleLazarus.lpi"

@@ -134,13 +133,21 @@
     <Version Value="11"/>
     <PathDelim Value="\"/>
     <Target>
-      <Filename Value="GS_API_ExampleLazarus"/>
+      <Filename Value="..\..\bin\GS_API_ExampleLazarus"/>
     </Target>
     <SearchPaths>
       <IncludeFiles Value="$(ProjOutDir)"/>

CCRDude avatar Nov 22 '24 11:11 CCRDude