search for: crypt32_test

Displaying 2 results from an estimated 2 matches for "crypt32_test".

2005 Sep 28
0
Wine 20050830 compilation failed with ddraw_test.exe.so
...k_test.exe.so && strip advpack_test.exe.so cp ../../dlls/advapi32/tests/advapi32_test.exe.so advapi32_test.exe.so && strip advapi32_test.exe.so cp ../../dlls/comctl32/tests/comctl32_test.exe.so comctl32_test.exe.so && strip comctl32_test.exe.so cp ../../dlls/crypt32/tests/crypt32_test.exe.so crypt32_test.exe.so && strip crypt32_test.exe.so make[2]: *** Pas de r?gle pour fabriquer la cible ? ../../dlls/ddraw/tests/ddraw_test.exe.so ?, n?cessaire pour ? ddraw_test.exe.so ?. Arr?t. make[2]: Leaving directory `/home/valot/wine/wine-20050830/programs/winetest' make[1]...
2005 May 27
1
Crypt32: cant build tests
I cant build the new crypt32 tests added by Kees Cook with the latest CVS. I actually get undefined references to CryptUnprotectData : [syl@wine tests]$ make ../../../tools/winegcc/winegcc -B../../../tools/winebuild -mconsole protectdata.o testlist.o -o crypt32_test.exe.so -L../../../libs/port -lwine_port -L../../../dlls -L../../../dlls/crypt32 -L../../../libs -lcrypt32 protectdata.o(.text+0x39a): In function `func_protectdata': /home/syl/wine/dlls/crypt32/tests/protectdata.c:114: undefined reference to `CryptUnprotectData' protectdata.o(.text+0x400):/...