Subj : How to create a one SIMPLE Class To : borland.public.cpp.borlandcpp From : Dejan Dujak Date : Thu Dec 16 2004 07:15 am Hallo People, I'am working on a project in Borland C++ 6. This is mu first project in C++. I don't know how to create a simple unit with ONE class in that unit. After that to create that class RUNTIME. I think it is very simple and IT is in DELPHI but C++....?????? PLEASE PEOPLE HELP ME!!!! This is unX.h file class TWerkStation : public TComponent { private: protected: public: }; extern PACKAGE TWerkStation *WerkStation; .