Page 1 of 1
an article about how to run an exe file in protected-mode
Posted: Tue Jun 02, 2009 7:54 am
by david
I wrote an article about how to run an exe file in protected-mode, the exe file developped by MASM and VC, if you are interesting in this, please read it
here. I also want to know how to run the exe file which includes LIB, DLL etc. Please tell me if you have this information. Thank you!
Re: an article about how to run an exe file in protected-mode
Posted: Tue Jun 02, 2009 10:44 am
by neon
david wrote:I also want to know how to run the exe file which includes LIB, DLL etc. Please tell me if you have this information.
LIB files would be part of the program binary, so loading the program binary will in turn load the libs.
DLLs require a little setup, but isnt to hard. Ill describe it a little later after work if you want.