Subj : Re: how to increase max number for file handles To : borland.public.cpp.borlandcpp From : Ed Mulroy [TeamB] Date : Mon Dec 06 2004 02:11 pm > Where can I can the source code? The source code came with the compiler, Borland C++, the compiler that is the subject of this news group. > I am using bcc32.exe compiler and version is Borland > C++ 5.5.1 for Win32. You are not using Borland C++. You are using the command line tools from C++ Builder version 5. Please post C++ Builder questions in C++ Builder newsgroups, groups with the word 'cppbuilder' in their name. > Isn't it cw32.lib or cw32mt.lib? > If it is cw32.lib or cw32.lib, are they linked > as static rather than dynamic? Dynamic linking requires an import library instead of a static library. The import libraries have an 'i' in their name, for example cw32i.lib is used instead of cw32.lib to dynamic link. > >You need to rebuild source code.. > > Could you tell me more detail? > Where can I can the source code? The free compiler is not given with source code. Source code to the runtime library is supplied with some of the editions of C++ Builder (currently at version 5). http://www.borland.com/cbuilder/pdf/cb6_feamatrix.pdf Follow ups set to: borland.public.cppbuilder.commandlinetools .. Ed > heon wrote in message > news:41b472ba$1@newsgroups.borland.com... > > >fopen return a pointer to internal memory of library.. > >You need to rebuild source code.. > > Could you tell me more detail? > Where can I can the source code? > What is the library name that has fopen() function? > Isn't it cw32.lib or cw32mt.lib? > If it is cw32.lib or cw32.lib, are they linked > as static rather than dynamic? > > My program is built in windows 32 bit program. > I am using bcc32.exe compiler and version is > Borland C++ 5.5.1 for Win32. > > If you need more information about my program or > environment setting, please let me know. .