|
-
May 12th, 1999, 12:44 PM
#1
Q: How do I create a VC6 project that will run in Win95 DOS mode?
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-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|