News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

DebugSetProcessKillOnExit

Started by Mr. Sade, December 10, 2006, 08:04:36 AM

Previous topic - Next topic

Mr. Sade

Im trying to link my program but i am getting some errors. (iam not using invoke)

QuoteDemo.obj : error LNK2001: unresolved external symbol __imp__DebugSetProcessKillOnExit@4
C:\debug\Demo.exe : fatal error LNK1120: 1 unresolved externals

my inc file

externdef _imp__DebugSetProcessKillOnExit@4:proc
DebugSetProcessKillOnExit equ <dword ptr _imp__DebugSetProcessKillOnExit@4>


do i need to build a new kernel32.lib file ?
if so, how do i build it .

thanks