[fpc-pascal] Asm

2005-11-04 Thread Carsten Bager
The below Pascal code cannot compile with ARM Pascal compiler. If I use $E034 as constant it compiles. I am trying to write some assembler in the Pascal source code (to get around this error), could someone give me a hint how to write the line: VICDefVectAddr := @UartInterrupt; in assembl

[fpc-pascal] Linux: synaptics / cURL with SSL

2005-11-04 Thread Johannes Nohl
With freepascal 1.0.x I was able to compile cURL-Pascal-Bindings (http://curl.haxx.se/libcurl/pascal/). This is not longer possible with freepascal 2.0. Anybody know how to do this? Under Windows I could use synaptics. Works fine but has Problems with SSL-Library under Linux - without showing erro