How would I execute a C/C++ program without using a windows library? (Like ShellExecute)
Queatrix 0 Newbie Poster
Recommended Answers
Jump to PostIn assembly? You can (maybe) but is it worth the effort you'll need to write the loader?
The OS exists to make complicated things simple. Just use the OS functions.
Jump to PostMaybe consider writing a small boot loader and use BIOS calls instead. Most of the functionality you need is provided by any of the PC BIOS's. That way you are completely independent of any operating system including DOS. As your project develops, then inevitably you can get rid of any …
All 6 Replies
Duoas 1,025 Postaholic Featured Poster
Queatrix 0 Newbie Poster
Duoas 1,025 Postaholic Featured Poster
Tight_Coder_Ex 17 Posting Whiz in Training
Queatrix 0 Newbie Poster
Queatrix 0 Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.