Jose's Read Only Forum 2023

IT-Consultant: Charles Pegge => Assembler => PowerBASIC and Inline ASM => Topic started by: Edwin Knoppert on November 15, 2007, 01:29:39 PM

Title: Assembly for creating static libs?
Post by: Edwin Knoppert on November 15, 2007, 01:29:39 PM
I wonder if we could compile a single procedure to an exe or dll and extract this source and embed it in future PowerBASIC projects.

Of course we would get the problem of run-time dependencies.
For example if we use the File stuff, PB add's some code in the exe the generated asm code depends on.