The MASM Forum Archive 2004 to 2012

General Forums => The Campus => Topic started by: Mr. Sade on December 10, 2006, 08:04:36 AM

Title: DebugSetProcessKillOnExit
Post by: Mr. Sade on December 10, 2006, 08:04:36 AM
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

Title: Re: DebugSetProcessKillOnExit
Post by: Mr. Sade on December 11, 2006, 03:29:43 AM
i got it.