hello aluigi
first thanks a lot for your great stuff
i have got some problems to compil steampwd (v0.2)
first i tried to compil it on visual studio c++ but i had a lot of errors
i'm now on mingw but i get some errors too
my command line is :
Code:
gcc -o steampwd.exe "blabla\steampwd.c" -lws2_32
the errors :
Code:
C:\DOCUME~1\Vincent\LOCALS~1\Temp/ccY3baaa.o:steampwd.c:(.text+0x233): undefined
reference to `GetOpenFileNameA@4'
C:\DOCUME~1\Vincent\LOCALS~1\Temp/ccY3baaa.o:steampwd.c:(.text+0x495): undefined
reference to `sha2'
C:\DOCUME~1\Vincent\LOCALS~1\Temp/ccY3baaa.o:steampwd.c:(.text+0x55e): undefined
reference to `sha2'
C:\DOCUME~1\Vincent\LOCALS~1\Temp/ccY3baaa.o:steampwd.c:(.text+0x594): undefined
reference to `sha1_hmac'
C:\DOCUME~1\Vincent\LOCALS~1\Temp/ccY3baaa.o:steampwd.c:(.text+0x5ff): undefined
reference to `aes_setkey_enc'
C:\DOCUME~1\Vincent\LOCALS~1\Temp/ccY3baaa.o:steampwd.c:(.text+0x64c): undefined
reference to `aes_crypt_cfb'
C:\DOCUME~1\Vincent\LOCALS~1\Temp/ccY3baaa.o:steampwd.c:(.text+0x6f3): undefined
reference to `aes_crypt_cfb'
C:\DOCUME~1\Vincent\LOCALS~1\Temp/ccY3baaa.o:steampwd.c:(.text+0x738): undefined
reference to `aes_crypt_cfb'
collect2: ld returned 1 exit status
i wish you could help me
thanks