JLM Help (Developers)
> What do you mean by Runtime? because what mpxplay has is an audio thing
> based on ALSA, i think, Using an audio card Header and static linkable
> library.
By "runtime" I mean the "C Runtime" (acronym is CRT), that is, all those functions like "strcpy()", "printf()", ...
Some of those functions don't need OS/BIOS calls (i.e. "strcpy()", possibly "sprintf()" as well) and therefore will work unmodified, but others (i.e. "write()" and "printf()") won't. That's pretty much the same situation as in Win9x VxDs. Generally, "low-level" drivers usually cannot use functions supplied in a "higher" level.
---
MS-DOS forever!
Complete thread:
 Board view
Board view Mix view
Mix view
![Open in board view [Board]](img/board_d.gif)
![Open in mix view [Mix]](img/mix_d.gif)
