I have a program that I would like to be able to build so that it can be copied to a DOS bootable disk and then run off that disk.
I tried creating a Win32 console app, then removing the Win32 libraries from the link tab...didn't work.
I tried checking the "ignore all default libraries" checkbox on the project settings->link tab... wouldn't link because of unresolved
externals such as fclose, fprintf...

Any ideas would be appreciated.
thanks,
-jim-