View Single Post
Old Jun 22nd, 2005, 5:38 PM   #1
Daniel_kd
Newbie
 
Daniel_kd's Avatar
 
Join Date: Apr 2005
Posts: 22
Rep Power: 0 Daniel_kd is on a distinguished road
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.
Daniel_kd is offline   Reply With Quote