St Leo: Be careful, Borland C++ Compiler and Microsoft Visual C++ are not fully compatible.
I started to realize CSPL with VC++ but soon i moved to Borland platform ('cause it's free and i don't want someone has to buy VC++ just to use CSPL).
The problem is the library file, VC++ creates them using COFF format (if i remember well:Common Object File Format, yes, i checked) while Borland use OMF (Object Module Format) so you can't use CSPL library (which was created with Borland) with VC++ programs.
(Well, this is not totally true, you can try to convert CSPL.lib from OMF to COFF using EditBin, a VC++ program, but it's a bit complicate)
Maybe in a future version i'll add both lib versions (COFF and OMF) but for now i suggest you to download the freecompiler from Borland
Eternal: I'm afraid i cannot help you right now, try to battle a bit with the examples, you should be able to understand how things works.
|