naja wenn man nicht gleich googled
habe auch noch eine andere Konstallation gefunden
Zitat:
{$C FIXED PRELOAD PERMANENT}
http://216.101.185.148/scripts/isapi...&article=66994
http://216.101.185.148/scripts/isapi...rticle=2462086
Die Lösung unter
http://www.matthewdoucette.com/artif...igence/wo8.txt
=> Altlasten aus der guten alte
Turbo-Zeit
Zitat:
{$C FIXED PRELOAD PERMANENT} {for Timer Handler procedure }
{
Code Segment Attribute: Controls the attributes of a code segment.
FIXED The system cannot change the location of the code segment in memory.
PRELOAD The code segment loads when your program begins execution.
PERMANENT The code segment remains in memory once it is loaded.
}
oder
http://custom.lab.unb.br/pub/plan/pa...de/globdir.inc
Zitat:
{$C FIXED PRELOAD PERMANENT}
{
Without defining this I got almost always SEGMENT NOT PRESENT (exc 11)
on exiting the
IDE, when run on under NT4.0... Strange a bit, not?
(Actually the fault occours in TDOSScreen.GetVideoMode() at the
BIOS call, but I just can't figure out why....)
}
oder bei borland
http://community.borland.com/article...,10323,00.html
ich denke, man kann auch ohne mittlerweile damit leben