Re: [Plib-users] BorlandC++
Brought to you by:
sjbaker
From: Wolfram K. <w_...@rz...> - 2000-11-20 12:38:29
|
Deungsan wrote: >Can anyone halp me with installing PLIB for Borland C++ Builder 5.0 on Window 98? I dont know whether someone is using C++-builder. But several people here use Windo$, so if you have any concrete problems we might be able to solve, dont hesitate to ask. I would guess you should create a "project" for each of the ahm, projects :-) like ssg, sg, fnt, pui etc. Then add all the source-files (*.cxx) from the directory to your project. Then try to compile :-). You will then get errors because some projects need others, for example ssg needs ul and sg. So, add ul.lib and sg.lib to the linker-input for ssg. That should be it. >Deungsan, Bye bye, Wolfram. |