Hello,
As this is my first post let me introduce myself, I am Kirk a 28 year old software engineer from the UK. I have a degree in computer science and mathematics and have a passion for computer graphics. I currently work at a big firm which creates software to support the development and data capture of clinical trials around the world. I enjoy messing around with different dialects of BASIC and tried thinbasic many years ago, so I am glad to see development has continued. I am also part of the Facebook group so you may have seen my name knocking around.
I have no experience with COM, unfortunately my knowledge is as in-depth as the short msdn article I found. While the examples made it clear you need to setup a reference to a interface, it left me wondering what the ServerName parameter of COM_CREATEOBJECT() actually is. As I understand COM interface can be a DLL but where does this function try locate the interface?
Apologies in advance if I have got this function misunderstood, but the docs are very sparse here.
Kirk