I use Borland C++ Builder ver 5 - and always want to make stand alone exes.
I now wish to create and use my own libraries.
I made a simple .cpp, ran "bcc32 -c mycode.cpp" to create mycode.obj, then ran "tlib
mylib +mycode" to create mylib.lib.
I created a .h to declare the functions in mylib.lib, and included that in another .cpp.
I treid to add to the Library path in Project Options - Directories/Conditionals - Directories, but it would not accept any changes. After I add to tht Library path - I can go back and look - and it's back to the original.
What else am I missing ?