|
From: Bob C. <bob...@al...> - 2005-01-31 14:22:56
|
Is it possible to create a COM server with mingw? I had heard it was not, but this seems counter-intuitive. - Bob ! ! Read and respond to this message at: ! https://sourceforge.net/forum/message.php?msg_id=2968899 ! By: jeremysc ! ! I use COM with mingw, you just need to use the C API. I.e. ! lpComObj->lpVtbl->MethodCall(lpComObj, etc, etc) ! ! I have no idea how well things work from C++. ! ! ______________________________________________________________________ ! You are receiving this email because you elected to monitor ! this forum. ! To stop monitoring this forum, login to SourceForge.net and visit: ! https://sourceforge.net/forum/unmonitor.php?forum_id=286529 ! ! ! ------------------------------------------------------- ! This SF.Net email is sponsored by: IntelliVIEW -- Interactive ! Reporting ! Tool for open source databases. Create drag-&-drop reports. Save time ! by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. ! Download a FREE copy at http://www.intelliview.com/go/osdn_nl ! _______________________________________________ ! MinGW-users mailing list ! Min...@li... ! ! You may change your MinGW Account Options or unsubscribe at: ! https://lists.sourceforge.net/lists/listinfo/mingw-users ! |