 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Randall Parker Guest
|
Posted: Tue Jul 05, 2005 10:15 pm Post subject: Source file directories appended to include and lib paths? |
|
|
I want to take the Apache Xerces C++ XML source code and make it build a static Lib
file. Currently they provide a project for making a dynamic lib and import dll.
So I'm looking at creating a new project and saw mention that BCB v6 has some sort of
poblem when lots of source files from lots of directories are added to it. Does this
problem described below still exist in v6 sp4?
Or can I take the existing DLL project which has already been created and change it
to output a static lib instead or in addition to the dll it makes now?
Feb 7, 2002 - Xerces C and Borland C++Builder6
==============================================
The enclosed project file no longer produce a Xerces library that is dependent upon
the Borland memory manager (borlndmm.dll). However there is still a dependency upon
the multi-threaded C++ Run Time Library. The RTL is named cc3260mt.dll and is
included in this distribution for your convenience.
The supplied project files support Borland C++Builder6. The overwhelming size of the
Xerces project will cause some problems for the new IDE. The version 6 IDE appends
the source file directories to the include and lib paths, even though it is not
necessary. The resulting project file becomes corrupted due to the unnatural line
lengths. The file cannot be edited by hand to correct the situation, as the IDE will
simply "fix" the paths for you when it opens the project. This will discovered late
in BCB6 field test, at a point in time when it was impossible to alter the project
options dialog box. A work around was to have the IDE check a registry entry that
would prohibit it from modifying paths. Set the following value in the registry:
[HKEY_CURRENT_USERSoftwareBorlandC++Builder6.0Globals]
"DontManagePaths"="1"
or simply double click on the .reg file in this directory.
Don Mastrovito
|
|
| Back to top |
|
 |
Remy Lebeau (TeamB) Guest
|
Posted: Tue Jul 05, 2005 11:55 pm Post subject: Re: Source file directories appended to include and lib path |
|
|
"Randall Parker" <STOPtechiepundit (AT) EVILfuturePOXpunditSPAM (DOT) com> wrote in
message news:42cb066a$1 (AT) newsgroups (DOT) borland.com...
| Quote: | I want to take the Apache Xerces C++ XML source code and
make it build a static Lib file. Currently they provide a project for
making a dynamic lib and import dll.
|
I think you mean the other way around - a dynamic dll and an import lib.
| Quote: | Or can I take the existing DLL project which has already been created
and change it to output a static lib instead or in addition to the dll it
makes now? |
No. A static lib project and a DLL project are separate.
Gambit
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|