Native Apps in VC 2005
-
I'm trying to write an application using a native subsystem in Visual C++ .Net 2005 Express. I keep gettong a link error that reads "Unresolved external symbol _NtProcessStartup. I've tried a #define statement and declaring it as a function. Can anyone help me? __________________________________________ Let's push Satan
-
I'm trying to write an application using a native subsystem in Visual C++ .Net 2005 Express. I keep gettong a link error that reads "Unresolved external symbol _NtProcessStartup. I've tried a #define statement and declaring it as a function. Can anyone help me? __________________________________________ Let's push Satan
Post this question in VC++ forum would be better. Do not do #define ... Your problem seems to be that it requires to import some LIB file for the function NtProcessStartUp.
Maxwell Chen