Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Kernel Mode
Name: hcong85 Date: March 12, 2006 at 02:52:50 Pacific OS: Microsoft Windows XP CPU/Ram: Pentium 4
Comment:
how to make my program run on kernel mode? i using vb6
Name: StuartS Date: March 12, 2006 at 11:51:46 Pacific
Reply:
With Visual Basic you can't. There are significant runtime modules required to run a VB application and they would have to run in kernel mode as well.
Stuart
0
Response Number 2
Name: hcong85 Date: March 13, 2006 at 03:04:36 Pacific
Reply:
You mean msvbvm60.dll?
Can I create a dll using C or C++ than load it on Kernel-Mode, than use my vb program to call the function?
Got any tools such as Kernel-Mode loader can load my vb program in kernel mode?
i writting a program which has use OpenProcess function and the OpenProcess function return 0, and I have call GetLastError function after OpenProcess, the GetLastError also return 0, so I really don't know where is the problems.
Summary: In real mode, an Intel BIOS creates the Interrupt Descriptor Table (IDT) in memory. The idtr segmentation register holds idt and can be loaded with the command lidt. This command takes a pointer as ...
Summary: HI people, As so far I've found out,there are two ways to access the parallel port: One is to open the port using CreatFile(),and the other is to call outp()with the help of inpout.dll which is to swi...
Summary: I have been having some problems lately... I am writing my own opensource OS called Ness in C. I have a multiboot ELF kernel that boots up :-), turns on XMS, prints some stuff to the screen, and halts...