Skip to main content

[archive] All you wanted to know about DLLs

  • November 3, 2005
  • 2 replies
  • 0 views

[Migrated content. Thread originally posted on 18 October 2005]

and never dared to ask.

If you want to learn some more about DLLs, get references to some handy utilities, I recommend you read this link:

http://support.microsoft.com/?kbid=815065

2 replies

[Migrated content. Thread originally posted on 18 October 2005]

and never dared to ask.

If you want to learn some more about DLLs, get references to some handy utilities, I recommend you read this link:

http://support.microsoft.com/?kbid=815065
gforseth,

I am begining to read the Microsoft link you gave "All about Dll's".

Any idea where I can find Windows Serial Port API's listed/documented?

[Migrated content. Thread originally posted on 18 October 2005]

and never dared to ask.

If you want to learn some more about DLLs, get references to some handy utilities, I recommend you read this link:

http://support.microsoft.com/?kbid=815065
Look at my reply on your serial stuff.

I strongly recommend using that approach. If you insist on using the API, here is a clue to get you started:
CreateFileA

Although, if you have no experience with using DLLs from before, I strongly advise you not to go this path.
Even if you have not used ActiveX before, that has a much less steep learning curve than using DLLs.
Of course, individual differences applies.