Discussion:
[Exodus-dev] Newbie Q (Plugin development example)
Jose Ignacio Rio
2006-01-28 06:37:47 UTC
Permalink
Hi all, I'd like to develop a plugin for Exodus (C/C++ code), but my problem
is that I never programmed a COM object using VC (just VB), so, my questions
are:

Are there any C/C++ (VC) example around there ?
Any skeleton to just put the code in ?
Would be possible to make a VB plugin for Exodus ?

Any help will be appreciated,

Thanks in advance.

Jose Ignacio Rio
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.jabber.org/pipermail/exodus-dev/attachments/20060128/39e7204d/attachment.htm
Joe Hildebrand
2006-01-29 19:05:50 UTC
Permalink
First hint is to use ATL. There's a wizard in Visual Studio. You'll
need to implement the IExodusPlugin COM interface... if you do it
right, you'll end up with skeleton code that you can fill in. Look
on MSDN for examples of how to use ATL.

VB should be even easier. Just implement the interface. If you're
using VB.Net, you'll have to add some registry entries, and use the
head of CVS.
Post by Jose Ignacio Rio
Hi all, I'd like to develop a plugin for Exodus (C/C++ code), but my problem
is that I never programmed a COM object using VC (just VB), so, my questions
Are there any C/C++ (VC) example around there ?
Any skeleton to just put the code in ?
Would be possible to make a VB plugin for Exodus ?
Any help will be appreciated,
Thanks in advance.
Jose Ignacio Rio
_______________________________________________
Exodus-dev mailing list
http://mail.jabber.org/mailman/listinfo/exodus-dev
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 2142 bytes
Desc: not available
Url : http://mail.jabber.org/pipermail/exodus-dev/attachments/20060129/607298c0/smime.bin
Jose Ignacio Rio
2006-01-31 16:00:14 UTC
Permalink
Thanks Joe, I'll try.

Any one have expirience using VB ? I ask because VB has no all the types
implemented in C/C++.

Thanks in advance !

Jose Ignacio
Post by Joe Hildebrand
First hint is to use ATL. There's a wizard in Visual Studio. You'll
need to implement the IExodusPlugin COM interface... if you do it
right, you'll end up with skeleton code that you can fill in. Look
on MSDN for examples of how to use ATL.
VB should be even easier. Just implement the interface. If you're
using VB.Net, you'll have to add some registry entries, and use the
head of CVS.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.jabber.org/pipermail/exodus-dev/attachments/20060131/8dadcdb6/attachment.htm
Loading...