Assembly for creating static libs?

Started by Edwin Knoppert, November 15, 2007, 01:29:39 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Edwin Knoppert

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.
  •