5aLIVE
September 1st, 2006, 08:12
Hi, I have been trying to compile the C source files to test the MD5 Reference implementation as listed in RFC1321.
I wanted to compile mddriver.c so that I can step through the code to get a better idea of how it works. I'm using Visual C++ 6.0 and I'm not I'm getting the following error:
Compiling...
mddriver.c
c:\documents and settings\desktop\md5 reference implementation\mddriver.c(232) : fatal error C1010: unexpected end of file while looking for precompiled header directive
Error executing cl.exe.
To create a project, I Selected File->New->Projects->Win32 Console Application, enter a Project name.
Then create an empty project, and add the following source files:
md5.c and mddriver.c and the header files global.h and md5.h.
I've attached the files I have copied and pasted from the white paper.
I hope someone can give me directions on how to compile this please.
I wanted to compile mddriver.c so that I can step through the code to get a better idea of how it works. I'm using Visual C++ 6.0 and I'm not I'm getting the following error:
Compiling...
mddriver.c
c:\documents and settings\desktop\md5 reference implementation\mddriver.c(232) : fatal error C1010: unexpected end of file while looking for precompiled header directive
Error executing cl.exe.
To create a project, I Selected File->New->Projects->Win32 Console Application, enter a Project name.
Then create an empty project, and add the following source files:
md5.c and mddriver.c and the header files global.h and md5.h.
I've attached the files I have copied and pasted from the white paper.
I hope someone can give me directions on how to compile this please.