Thread: Question..

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    erstwhile
    Join Date
    Jan 2002
    Posts
    2,227
    >>now i got 40 errors<<

    What are they?[edit] (don't post multiple errors that are the same and include the msvc error codes, too).[/edit]
    CProgramming FAQ
    Caution: this person may be a carrier of the misinformation virus.

  2. #2
    Registered User
    Join Date
    Dec 2001
    Posts
    479
    they are:
    Code:
    ompiling...
    tester.cpp
    c:\program files\microsoft platform sdk for windows xp sp2\include\ntsecpkg.h(200) : error C2059: syntax error : '__stdcall'
    c:\program files\microsoft platform sdk for windows xp sp2\include\ntsecpkg.h(202) : error C2091: function returns function
    c:\program files\microsoft platform sdk for windows xp sp2\include\ntsecpkg.h(207) : error C2091: function returns function
    c:\program files\microsoft platform sdk for windows xp sp2\include\ntsecpkg.h(213) : error C2061: syntax error : identifier 'PLSA_STRING'
    c:\program files\microsoft platform sdk for windows xp sp2\include\ntsecpkg.h(215) : error C2091: function returns function
    c:\program files\microsoft platform sdk for windows xp sp2\include\ntsecpkg.h(223) : error C2061: syntax error : identifier 'PLSA_STRING'
    c:\program files\microsoft platform sdk for windows xp sp2\include\ntsecpkg.h(226) : error C2091: function returns function
    c:\program files\microsoft platform sdk for windows xp sp2\include\ntsecpkg.h(232) : error C2061: syntax error : identifier 'PLSA_STRING'
    c:\program files\microsoft platform sdk for windows xp sp2\include\ntsecpkg.h(233) : error C2091: function returns function
    c:\program files\microsoft platform sdk for windows xp sp2\include\ntsecpkg.h(260) : error C2091: function returns function
    c:\program files\microsoft platform sdk for windows xp sp2\include\ntsecpkg.h(266) : error C2091: function returns function
    c:\program files\microsoft platform sdk for windows xp sp2\include\ntsecpkg.h(274) : error C2091: function returns function
    c:\program files\microsoft platform sdk for windows xp sp2\include\ntsecpkg.h(282) : error C2091: function returns function
    c:\program files\microsoft platform sdk for windows xp sp2\include\ntsecpkg.h(284) : error C2143: syntax error : missing ';' before '*'
    c:\program files\microsoft platform sdk for windows xp sp2\include\ntsecpkg.h(284) : error C2501: 'PLSA_CREATE_LOGON_SESSION' : missing storage-class or type specifiers
    c:\program files\microsoft platform sdk for windows xp sp2\include\ntsecpkg.h(303) : error C2146: syntax error : missing ';' before identifier 'CreateLogonSession'
    c:\program files\microsoft platform sdk for windows xp sp2\include\ntsecpkg.h(303) : error C2501: 'PLSA_CREATE_LOGON_SESSION' : missing storage-class or type specifiers
    c:\program files\microsoft platform sdk for windows xp sp2\include\ntsecpkg.h(303) : error C2501: 'CreateLogonSession' : missing storage-class or type specifiers
    c:\program files\microsoft platform sdk for windows xp sp2\include\ntsecpkg.h(351) : error C2061: syntax error : identifier 'PLSA_STRING'
    c:\program files\microsoft platform sdk for windows xp sp2\include\ntsecpkg.h(354) : error C2091: function returns function
    c:\program files\microsoft platform sdk for windows xp sp2\include\ntsecpkg.h(359) : error C2061: syntax error : identifier 'SECURITY_LOGON_TYPE'
    c:\program files\microsoft platform sdk for windows xp sp2\include\ntsecpkg.h(371) : error C2091: function returns function
    c:\program files\microsoft platform sdk for windows xp sp2\include\ntsecpkg.h(376) : error C2061: syntax error : identifier 'SECURITY_LOGON_TYPE'
    c:\program files\microsoft platform sdk for windows xp sp2\include\ntsecpkg.h(389) : error C2091: function returns function
    c:\program files\microsoft platform sdk for windows xp sp2\include\ntsecpkg.h(399) : error C2061: syntax error : identifier 'PNTSTATUS'
    c:\program files\microsoft platform sdk for windows xp sp2\include\ntsecpkg.h(400) : error C2091: function returns function
    c:\program files\microsoft platform sdk for windows xp sp2\include\ntsecpkg.h(410) : error C2061: syntax error : identifier 'PNTSTATUS'
    c:\program files\microsoft platform sdk for windows xp sp2\include\ntsecpkg.h(411) : error C2091: function returns function
    c:\program files\microsoft platform sdk for windows xp sp2\include\ntsecpkg.h(433) : error C2065: 'PUNICODE_STRING' : undeclared identifier
    c:\program files\microsoft platform sdk for windows xp sp2\include\ntsecpkg.h(433) : error C2146: syntax error : missing ')' before identifier 'ClearPassword'
    c:\program files\microsoft platform sdk for windows xp sp2\include\ntsecpkg.h(433) : error C2071: 'PSAM_CREDENTIAL_UPDATE_NOTIFY_ROUTINE' : illegal storage class
    c:\program files\microsoft platform sdk for windows xp sp2\include\ntsecpkg.h(443) : error C2059: syntax error : ')'
    c:\program files\microsoft platform sdk for windows xp sp2\include\ntsecpkg.h(449) : error C2146: syntax error : missing ')' before identifier 'CredentialName'
    c:\program files\microsoft platform sdk for windows xp sp2\include\ntsecpkg.h(449) : error C2071: 'PSAM_CREDENTIAL_UPDATE_REGISTER_ROUTINE' : illegal storage class
    c:\program files\microsoft platform sdk for windows xp sp2\include\ntsecpkg.h(449) : error C2059: syntax error : ')'
    c:\program files\microsoft platform sdk for windows xp sp2\include\ntsecpkg.h(525) : error C2146: syntax error : missing ';' before identifier 'PackageName'
    c:\program files\microsoft platform sdk for windows xp sp2\include\ntsecpkg.h(525) : error C2501: 'UNICODE_STRING' : missing storage-class or type specifiers
    c:\program files\microsoft platform sdk for windows xp sp2\include\ntsecpkg.h(525) : error C2501: 'PackageName' : missing storage-class or type specifiers
    c:\program files\microsoft platform sdk for windows xp sp2\include\ntsecpkg.h(533) : error C2146: syntax error : missing ';' before identifier 'LSA_SEC_HANDLE'
    c:\program files\microsoft platform sdk for windows xp sp2\include\ntsecpkg.h(533) : fatal error C1004: unexpected end of file found
    Error executing cl.exe.
    
    tester.exe - 40 error(s), 0 warning(s)
    dont know what you meant with
    (don't post multiple errors that are the same and include the msvc error codes, too).

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Alice....
    By Lurker in forum A Brief History of Cprogramming.com
    Replies: 16
    Last Post: 06-20-2005, 02:51 PM
  2. Debugging question
    By o_0 in forum C Programming
    Replies: 9
    Last Post: 10-10-2004, 05:51 PM
  3. Question about pointers #2
    By maxhavoc in forum C++ Programming
    Replies: 28
    Last Post: 06-21-2004, 12:52 PM
  4. Question...
    By TechWins in forum A Brief History of Cprogramming.com
    Replies: 16
    Last Post: 07-28-2003, 09:47 PM
  5. Question, question!
    By oskilian in forum A Brief History of Cprogramming.com
    Replies: 5
    Last Post: 12-24-2001, 01:47 AM