Does delphi for Linux support asm code? Get link Facebook X Pinterest Email Other Apps - August 11, 2017 Does delphi for Linux support asm code?[DCC Error] Project1.dpr(11): E1025 Unsupported language feature: 'ASM' Get link Facebook X Pinterest Email Other Apps Comments Ronald KlitscheAugust 11, 2017 at 2:40 AMThe nextgen dont support ASSEMBLER. docwiki.embarcadero.com - Conditional compilation (Delphi) - RAD StudioReplyDeleteRepliesReplyA. BouchezAugust 11, 2017 at 3:07 AMYou need to link static .o files.... Note that FPC does support inline asm for Linux, so you may use it to compile one unit with Pascal records, then link it to your Delphi project... But low level class and string are not compatible: be aware!ReplyDeleteRepliesReplyJeroen Wiert PluimersAugust 11, 2017 at 6:50 AMI love rhetorical questions.ReplyDeleteRepliesReplyAdd commentLoad more... Post a Comment
The nextgen dont support ASSEMBLER. docwiki.embarcadero.com - Conditional compilation (Delphi) - RAD Studio
ReplyDeleteYou need to link static .o files.... Note that FPC does support inline asm for Linux, so you may use it to compile one unit with Pascal records, then link it to your Delphi project... But low level class and string are not compatible: be aware!
ReplyDeleteI love rhetorical questions.
ReplyDelete