5be Subj : Re: how to compile a win32 dll with the borland C compiler To : borland.public.cpp.borlandcpp From : Ed Mulroy [TeamB] Date : Sat Jan 29 2005 02:07 pm You are in the wrong newsgroup. This is the newsgroup for the old Borland C++ Compiler. What you have is the set of command line tools from C++ Builder version 5. C++ Builder newsgroups all have the word 'cppbuilder' in their name. > Error E2139 e:\Programme\borland\bcc55\include\ > max-includes\ext_maxtypes.h 56: > declaration missing ; > > does anyone have an idea what this might could be? That is not a header file supplied with the compiler. You will need to provide the text of the line causing the error and of any lines which define, declare or typedef items used on that line that are not provided by compiler-supplied files. Try doing that in the group: borland.public.cppbuilder.commandlinetools .. Ed > michael wrote in message > news:41fbd28c$1@newsgroups.borland.com... > > I have tried to compile a sourcefile for a win32 dll with > the borland C compiler version 5.5 and > I allways get errors for the headerfiles even though I > have included them in the include foldern and referenced > them when I attempted to compile the source. > > the errors I get read like > > Error E2139 e:\Programme\borland\bcc55\include\ > max-includes\ext_maxtypes.h 56: > declaration missing ; > > does anyone have an idea what this might could be? . 0