Re: Error in Compiling Gina
- From: "sunit" <sunit05@xxxxxxxxx>
- Date: 17 Dec 2005 03:30:15 -0800
Jeffrey Tan[MSFT]
I am beg ur pardon for not replying u in time.Yes ur answer regarding
Resource View has solved my problem.
I have a another Query that is when I added _UNICODE and UNICODE as u
told in the first reply it worked.But I want to do it programmitically
ie I added
#ifdef _UNICODE
#define _UNICODE
#endif
#ifdef UNICODE
#define UNICODE
#endif
in GINA.h file and build it then It gave me the same error what u
mentioned in my first
Query
C:\msdn\sample\sdk_WinBase_Security_WinNT_gina\LOGON.C(24) : error
C2053:
'szMiniKey' : wide string mismatch
C:\msdn\sample\sdk_WinBase_Security_WinNT_gina\SHUTDOWN.C(21) : error
C2053: 'szShutdownSettingPath' : wide string mismatch
C:\msdn\sample\sdk_WinBase_Security_WinNT_gina\OUT.C(29) : error C2143:
syntax error : missing ';' before '}'
Pls help me.Thanx in advance
sunit
.
- References:
- Re: Error in Compiling Gina
- From: sunit
- Re: Error in Compiling Gina
- From: "Jeffrey Tan[MSFT]"
- Re: Error in Compiling Gina
- Prev by Date: Re: Getting the SHA1 Hask of a certificate public key
- Next by Date: Capicom: transform PKCS12 into PKCS8 for signature ?
- Previous by thread: Re: Error in Compiling Gina
- Next by thread: Re: Error in Compiling Gina
- Index(es):
Relevant Pages
|