Subj : compiling with bcc32.exe, error in ddeml.h ??? To : borland.public.cpp.borlandcpp From : P. Magne Date : Tue Feb 08 2005 09:45 am Hello, I try to compile a program with bcc32.exe in a makefile but a ihave lots of error during compilation on the file ddeml.h. Here is my makefile : DIR = d:\wkheops CPP = d:\wkheops\cpp d:\wkheops\wkutile.obj : $(CPP)\wkutile.cpp bcc32 -tW -c $(CPP)\wkutile.cpp Here is my bcc32.cfg -IC:\BC_5_02\INCLUDE -IC:\BC_5_02\INCLUDE\OWL -IC:\BC_5_02\INCLUDE\win32 -ID:\WKHEOPS\CPP -ID:\WKHEOPS\H -ID:\WKHEOPS\HV -ID:\WKHEOPS -LC:\BC_5_02\LIB -LD:\WKHEOPS Here are the errors: Warning : c:\bc_5_02\include\win32\ddeml.h : style of function definition is now obsolete Error : c:\bc_5_02\include\win32\ddeml.h : { expected Error : c:\bc_5_02\include\win32\ddeml.h : Type name expected Error : c:\bc_5_02\include\win32\ddeml.h : declaration missing ; Can somebody tell me what's the problem, an include file missing ??? Thank you Philippe .