[fpc-pascal] msdos: unresolved external

2023-07-12 Thread Thomas Kurz via fpc-pascal
I have to extend code from QuickBasic and am using the "msdos" target from FPC 3.2 for that purpose. The resulting exe file is linked with Microsoft Linker for DOS version 5.10. It links *.a files created both from QuickBasic and FPC. The memory model is i8086-small. Basically, it works well.

Re: [fpc-pascal] msdos: unresolved external

2023-07-12 Thread Tomas Hajny via fpc-pascal
On 2023-07-12 12:27, Thomas Kurz via fpc-pascal wrote: I have to extend code from QuickBasic and am using the "msdos" target from FPC 3.2 for that purpose. The resulting exe file is linked with Microsoft Linker for DOS version 5.10. It links *.a files created both from QuickBasic and FPC. The mem