Page 1 of 1

Can PB create a COM Server DLL?

Posted: Sat Jan 23, 2010 2:35 am
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

Re: Can PB create a COM Server DLL?

Posted: Sat Jan 23, 2010 1:11 pm
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.