Can PB create a COM Server DLL?

Everything else that doesn't fall into one of the other PB categories.
GregL
New User
New User
Posts: 5
Joined: Sat Jan 23, 2010 1:03 am

Can PB create a COM Server DLL?

Post by GregL »

Can PureBasic create a COM Server DLL?

I understand that COMatePlus can be used to instantiate a COM server from a PureBasic project. Is there anything for creating COM servers in PureBasic?


Thanks,

Greg
srod
PureBasic Expert
PureBasic Expert
Posts: 10589
Joined: Wed Oct 29, 2003 4:35 pm
Location: Beyond the pale...

Re: Can PB create a COM Server DLL?

Post by srod »

You have to roll your sleeves up and get stuck in! :)

Creating COM servers is not actally a complicated business, just one where you have to jump through quite a few hoops, especially if creating dual interfaces etc. There are no 'templates' or anything like that to assist you; you have to create your own class factory etc.

It's all good stuff! :)

btw, COMatePLUS can only work with automation servers.
I may look like a mule, but I'm not a complete ass.
Post Reply