Running 32bit console application at boot up
-
- Posts: 1
- Joined: Sat Jan 21, 2012 1:16 am
Running 32bit console application at boot up
I made a 32bit console application in c++, it is possible to run it at boot up and then boot to windows OS.
Re: Running 32bit console application at boot up
If you boot to dos, run the program, then restart and boot to windows (assuming its an NT version of windows and not a 9x - 2000)
Otherwise, have fun reading.
Otherwise, have fun reading.
Re: Running 32bit console application at boot up
Run it at boot up. You mean run the windows bootlo..
No.
No.
-
- Member
- Posts: 510
- Joined: Wed Mar 09, 2011 3:55 am
Re: Running 32bit console application at boot up
Without making huge changes to your application, almost certainly not (your program runs under Windows so far, right?).aceraven777 wrote:I made a 32bit console application in c++, it is possible to run it at boot up and then boot to windows OS.
Re: Running 32bit console application at boot up
If you mean, running a 32-bit Windows Console application before booting into windows; obviously it's not logical, unless you refine your question.aceraven777 wrote:I made a 32bit console application in c++, it is possible to run it at boot up and then boot to windows OS.
On the other hand, this is not Windows How-To forum, as other mentioned.
Re: Running 32bit console application at boot up
I once could run "well behaved" (= not made with M$ tools) Win32 console applications in my OS. I no longer actively support it as I integrated native support in OpenWatcom. The main problem is to support all the (often unnecesary) functions that the linker / compiler adds by default. Newer M$ tools drags in most of Win32, so you are not likely to get that to run ever, unless you use Wine or some other advanced Windows emulator.
Re: Running 32bit console application at boot up
@rdos:
Do you even realize how completely beside the point your posting is? Or does your need to brag at every opportunity eclipse that completely?
Do you even realize how completely beside the point your posting is? Or does your need to brag at every opportunity eclipse that completely?
Every good solution is obvious once you've found it.