I know almost nothing about DLLs - just enough to call them. I wrote one in Pascal about 10 years ago but didn't enjoy it, so I gave it up.
So suppose I had defined a class and wanted to put it in a DLL - would I have to write functions to call the interface methods and expose these functions or is there a way of exposing the whole interface?
Possibly there are examples around but so far I have managed to miss them - or misunderstand them, just as likely!
Any clues would be appreciated.
So suppose I had defined a class and wanted to put it in a DLL - would I have to write functions to call the interface methods and expose these functions or is there a way of exposing the whole interface?
Possibly there are examples around but so far I have managed to miss them - or misunderstand them, just as likely!
Any clues would be appreciated.
Comment