![]() |
Re: Grafikausgabe mit FreePascal (DOS)
In FreePascal gibt es diese Units nicht.
Da musst du mal auf die FreePascal Homepage schauen was die dafür vorgesehen haben. |
Re: Grafikausgabe mit FreePascal (DOS)
Zitat:
Code:
Oder brauche ich da noch mehr Dateien?
\UNITS\GO32V2\GRAPH\GRAPH.A
\UNITS\GO32V2\GRAPH\GRAPH.O \UNITS\GO32V2\GRAPH\GRAPH.PPU \UNITS\GO32V2\GRAPH\GRAPH.FPC |
Re: Grafikausgabe mit FreePascal (DOS)
Hier aus der Doku von
![]()
Delphi-Quellcode:
(alles unter Reference zur Unit Graph)
var
gd,gm : integer; PathToDriver : string; begin gd:=detect; { highest possible resolution } gm:=0; { not needed, auto detection } PathToDriver:=’C:\PP\BGI’; { path to BGI fonts, drivers aren’t needed } InitGraph(gd,gm,PathToDriver); if GraphResult<>grok then halt; ..... { whatever you need } CloseGraph; { restores the old graphics mode } end. Und was und wo du welche Dateien brauchst und viielleicht irgendwelche Pfade einbinden musst, weis ich nicht. |
Re: Grafikausgabe mit FreePascal (DOS)
Ich nehme an mir kann aus urheberrechtlichen Gründen keiner diese graph-Unit schicken, oder?
|
Alle Zeitangaben in WEZ +1. Es ist jetzt 09:16 Uhr. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz