On Dec 1, 2008, at 4:06 PM, Thomas Tempelmann wrote:

Tim,

Anyone here how got Visual Studio 2008 C++ Express set up for building
plugins?

You can't as Express won't build DLLs.

Ah, thanks for that clarification. I could not find any such info before in
the docs about Express.

Get MinGW <http://mingw.org/> and get it installed properly.  Once
that's done, you simply building a DLL with the RB SDK entry points.

I thought MinGW only supports the POSIX APIs. Have you built RB plugins
using Win APIs with it?

It will use the full MFC, etc. API's as well. You can build full Windows apps with MinGW. Here's the link to part of the tools that I use:

http://sourceforge.net/project/showfiles.php? group_id=2435&package_id=11550

Also, dig around the MinGW site as there's lots of info there.

Tim


_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to