Hi,
i work with a mate, i do c++ and he does delphi!
so we decided our best bet would be to create dlls!
i sucessfully created a dll with some export functions, this functions were inside a class, thus from delphi he only need to declare them as they would be non-class functions!
but this isn't a good way of working, what i really need is to export the all class so from delphi side i could create a object wich be this exported class and benefit from all inherited classes!
i don't know what i need to do! i had check some info but they all, at the end don't even work!
could anyone possibly explain what do i need or point out some urls with appropriate info!
thanks in advance