At 14.03 17/05/2002, you wrote:
I developed a small program in Vc++ 6.0. It’s entry point is
NtProcessStartup( PSTARTUP_ARGUMENT ). I used only Native APIs inside it.
I think the correct entry point signature is:
NTSTATUS STDCALL NtProcessStartup(PPEB Peb);
How to build this application ? I used TARGETTYPE=nt and ntss as given in
MSDN help. But i am getting errors. Please tell me to build that application.
See http:</http:>. Personally, I use makefiles, and it’s
super-easy