regards Matthew
- open the project XML (bpr)
- find LIBRARIES and SPARELIBS tags
- add vclx50.lib within both tags
new tags should look like this:
<LIBRARIES value="vcl50.lib vclx50.lib"/>
<SPARELIBS value="vcl50.lib vclx50.lib"/>
- save and rebuild all
"Matthias Peters" <matthia...@web.de> wrote in message
news:3BDD54BB...@web.de...
John Moore's posting:
> The problem is that for some reason, everything in filectrl.hpp is in
> vclx50.lib. There are 2 basic ways to fix this:
>
> 1) Close your project, edit the .bpr file and add vclx50.lib to the
> LIBRARIES and SPARELIBS lines:
> <LIBRARIES value="VCLX50.lib VCL50.lib"/>
> <SPARELIBS value="VCL50.lib VCLX50.lib"/>
>
>
> 2) Add a DriveComboBox (or any other component in filectrl), in the Win 3.1
> palette tab, to your form and then delete it. A side effect of doing this
> is that vclx50.lib is left in your .bpr file.
>
> This used to drive me crazy. If borland can't put these functions in
> vcl50.lib, it would be nice if they could put a note in the help for them
> about the workaround.
>
> John
--
Jonathan Arnold C/C++/CBuilder Keen Advice:
http://www.keen.com/categories/categorylist_expand.asp?sid=5156620
Comprehensive C++Builder link site:
http://www.buddydog.org/C++Builder/c++builder.html