Page 1 of 1

pb in dos?

Posted: Mon Jul 12, 2004 11:15 pm
by Dreglor
is it is possible to convert the asm file so that pb will complie and run under dos
yeah you can't use any window stuff or screen just console
but is is possible
:)

Posted: Mon Jul 12, 2004 11:38 pm
by freak
Simple answer: No.

Posted: Tue Aug 03, 2004 10:46 am
by Seldon
Well.. it could be possible but with a lot of work. You would need to replace all the PB console calls in the assembly file (that use Win-API calls) with other functions that do the same but use DOS-Int or BIOS-Int calls. So I think at the end, it's completely useless. Also there is the 16/32 bit matter.

Posted: Tue Aug 03, 2004 10:55 am
by thefool
it would be easier to write it in raw asm :P

or go use moonrock, as the faq suggests.
or quickbasic.