I have a WINDOWS application which allows me to use dll's and their functions. What I want to do is embed a listbox or a comboxbox from a dll into the application and use it. The problem is, I do not know how the the source code for the dll should be constructed, however I do know the calling conventions must be either stdcall or cdecl.
How should the source code look for this dll (I use Delphi)?
How should the source code look for this dll (I use Delphi)?