I am a total newbie who is related to DLL. And I do not have to make them. I just need to use one. I've read some tutorials, but they were not as helpful as I expected.
Here's the way I started: I downloaded SDK which I have to use (). I read in docs and used DLL which I need to use, which is ENetSN.dll, and so I have registered it.
Next I used DALL to use dependency walker - and I was thinking because these are just tasks: DllCanUnloadNow, DllGetClassObject, DllRegisterServer and DllUnregisterServer, and these docs do not have the functions mentioned.
I think I have to call DllGetClassObject to get an object out of DLL, so that I can start working. Unfortunately I have not mentioned the tutorial I found out how it is done (or I did not understand it).
There are also 3 interpreters for VB and C ++, but I was not able to "translate" in Delphi.
If anybody knows the tutorial, where it explained I can be very grateful if I have been or can give me an indication of the right information.
3 export Work done indicates that this is a COM / ActiveX DLL, if you have registered it with some luck, Access-> Import Type Library.
Comments
Post a Comment