Luigi Auriemma

aluigi.org (ARCHIVE-ONLY FORUM!)
It is currently 19 Jul 2012 13:47

All times are UTC [ DST ]





Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 4 posts ] 
Author Message
 Post subject: compiling steam pwd
PostPosted: 27 Mar 2008 11:04 

Joined: 27 Mar 2008 09:11
Posts: 3
Code:
--------------------Configuration: steampwd - Win32 Debug--------------------
Compiling...
aes_inverted.c
c:\documents and settings\trim\desktop\steampwd\src\aes_inverted.c(651) : warning C4013: 'padlock_supports' undefined; assuming extern returning int
c:\documents and settings\trim\desktop\steampwd\src\aes_inverted.c(651) : error C2065: 'PADLOCK_ACE' : undeclared identifier
c:\documents and settings\trim\desktop\steampwd\src\aes_inverted.c(653) : warning C4013: 'padlock_xcryptecb' undefined; assuming extern returning int
c:\documents and settings\trim\desktop\steampwd\src\aes_inverted.c(748) : warning C4013: 'padlock_xcryptcbc' undefined; assuming extern returning int
steampwd.c
c:\documents and settings\trim\desktop\steampwd\src\steampwd.c(24) : fatal error C1083: Cannot open include file: 'stdint.h': No such file or directory
Error executing cl.exe.

steampwd.exe - 2 error(s), 3 warning(s)




I am using VC++ 6.0 to compile. I dont understand why these errors are happening just wondering if you could help!.


Top
 Profile  
 
 
 Post subject:
PostPosted: 27 Mar 2008 13:12 

Joined: 13 Aug 2007 21:44
Posts: 4068
Location: http://aluigi.org
For padlock, try to comment or remove the lines 9 and 67 in padlock.h

For stdint.h instead take a look here:

http://code.google.com/p/msinttypes/


Top
 Profile  
 
 Post subject:
PostPosted: 27 Mar 2008 19:32 

Joined: 27 Mar 2008 09:11
Posts: 3
Code:
--------------------Configuration: steampwd - Win32 Debug--------------------
Compiling...
steampwd.c
C:\Documents and Settings\trim\Desktop\steampwd\src\steampwd.c(129) : error C2075: 'filter' : array initialization needs curly braces
C:\Documents and Settings\trim\Desktop\steampwd\src\steampwd.c(225) : error C2075: 'hextable' : array initialization needs curly braces
Error executing cl.exe.

steampwd.exe - 2 error(s), 0 warning(s)


now i get this :(. sorry i am only beginner.


Top
 Profile  
 
 Post subject:
PostPosted: 27 Mar 2008 20:03 

Joined: 13 Aug 2007 21:44
Posts: 4068
Location: http://aluigi.org
filter and hextable are the only "static const" variable of the program so I bet that the error is referred just to this thing.
Remove the "const" and it should work


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 4 posts ] 

All times are UTC [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for: