Re: [Sdl4fp-users] RE: runtime error on alloc to pSDL_RECT
Brought to you by:
trixx
From: <sam...@br...> - 2006-04-29 09:40:40
|
Hi, ReadLn should work without any variable parameter. It shouldn't crash. /Samuel julian ganz wrote: > >i'm not compeately shure weather this is the fault that causes the error, but the procedure "readln" normaly needs a var where it can put the data. >( you could define a dummy and use it as parameter "readln( dummy )" ) >but it also could be any problem with the "sdl-code" itself or another thing. >did you (re-)installed any libary or the compiler itself? could it be that it doesn't load the units in your standart unit dir? ( i had this problem when i reinstalled my system ) > >the procedure readln may use pointer-based adressing of input data, so when there is no var, it tries to give the data to any adress. because of this you get runtime error 216 ( "general frotection fault" ) > >hope i could help you >_______________________________________________________________ >SMS schreiben mit WEB.DE FreeMail - einfach, schnell und >kostenguenstig. Jetzt gleich testen! http://f.web.de/?mc=021192 > > > >------------------------------------------------------- >Using Tomcat but need to do more? Need to support web services, security? >Get stuff done quickly with pre-integrated technology to make your job easier >Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo >http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 >_______________________________________________ >Sdl4fp-users mailing list >Sdl...@li... >https://lists.sourceforge.net/lists/listinfo/sdl4fp-users > > > |