|
compileing problem[solved]
I am tring to compile a simple program that uses a md5 class that I found somewhere online. My problem is that it gets me the following error
Fatal F1003 c:\C comlpilers\Borland\Bcc55\include\stdcomp.h 5: Error directive: Must use C++ for STDCOMP.H
I am using boreland compiler and the -p switch(which forces c++ compilling). all the files have .cc or .hh extention.
what am I doing wrong?
Last edited by Daniel_kd; Jun 24th, 2005 at 8:27 AM.
|