OMG!

I have found out how to do it! It is a simple (

) 12-step procedure :-
1) Install the .bpl file into your component palette.
2) Close All.
3) Create a new VCL app and drop the XLSRWII4 component onto it. Add all the Pascal source code for XLSRWII4 from SrcXLS into this project. Add all the obj files in SrcXLS\Obj directory to this project. Compile and link. This makes all the required hpp files for C++.
4) Close All.
5) Open a new Library project.
6) Add to Project, all obj files in SrcXLS\Obj directory.
7) Save it in SrcXLS with the name "XLSRWII4_D5".
8 ) Compile it to produce a lib file called SrcXLS\XLSRWII4_D5.lib
9) Open the project, and the form you wish to add a XLSRWII4 component to.
10) Drop the XLSRWII4 component onto the form.
11) In Project, Options, Directories/Conditionals tab, add SrcXLS to the Include and Library paths.
12) Add your code to do stuff with the XLSRWII4 component. Compile, Link, Run and enjoy!
HTH anybody with the same BCB5 IDE as me.
