After downloading a tried a hello world and that worked. Next i tried to extend it and make hello world from library out of it. But i cannot get it to work.
How do i write a unit and how do i use it from the main program.
Next how do i make a .dll out of that unit and use it from the main program.
All i get is that an identifier is not existing.
Also should i use namespace or unit/method or procedure?
Thanks for your answers in advance.