Page 1 of 1

How to compile uniflash1.40 source code surely?

Posted: Wed Feb 22, 2006 6:38 am
by xwuta
Although I use turbo pascal 7 to complie uniflash source tool successfully,
but I run my uniflash.exe,computer show "Runtime error 200 at 23CD:0091."
error message.

my uniflash.exe size is 168KB,but official uniflash.exe size only is 46KB why?

How to compile uniflash source code surely?

Help me...... Thank.

Posted: Wed Feb 22, 2006 9:02 am
by Ritchie
Are you using the CRT unit?

Programs compiled using Turbo Pascal using the CRT unit will often fail to run, on machines starting about with early Pentiums onwards.

I think this has something to do with the compiler assuming a fixed VGA IRQ and most common systems using PnP and therefore a floating IRQ.