JclLogic.pas(1130,19) Error: Asm: [bts mem32,mem32] invalid combination
of opcode and operands
JclLogic.pas(1193,19) Error: Asm: [bt mem32,mem32] invalid combination
of opcode and operands
JclLogic.pas(1295,19) Error: Asm: [btc mem32,mem32] invalid combination
of opcode and operands
JclLogic.pas
> me the creeps because my last lines of assembler code were written 15
> years ago
Start with adding -Sd to the compiler command line. Putting the compiler in
delphi mode might help:-)
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
ht
For a quick start I did the following:
for file in /data/subversion/svn/jcl/source/common/*.pas
/data/subversion/svn/jcl/source/unix/*.pas ; do fpc -FE.
-Fu/data/subversion/svn/jcl/source/common/
-Fi/data/subversion/svn/jcl/source/ $file 2>&1 ; done | grep -i Error |
sort | uniq
This trie
> I am currently doing the switch from Kylix to FreePascal.
>
> Current versions of jcl do not compile very well with FreePascal on
> Linux because defines are missing.
Could you be more specific? Sometimes there is a gap in support for Kylix
apps because we want to avoid too many kylixisms/linu
Michael Ring wrote:
> I am currently doing the switch from Kylix to FreePascal.
>
> Current versions of jcl do not compile very well with FreePascal on
> Linux because defines are missing.
>
> Does somebody work on this right now?
Afaik not.
>
> If not, I will start on it, but first I want to