realbasic-plugins
[Top] [All Lists]

Re: Creating Plugin in MS Visual C++

To: REALbasic Plugins <realbasic-plugins at lists dot realsoftware dot com>
Subject: Re: Creating Plugin in MS Visual C++
From: Charlie Boisseau <charlie at 006 dot co dot uk>
Date: Thu, 12 Aug 2004 17:11:52 +0100
Delivered-to: realbasic-plugins at lists dot realsoftware dot com
References: <327BD293-EAC0-11D8-A045-000393C0FE92 at 006 dot co dot uk> <CC86E918-EAD2-11D8-BAB1-000A95983FBE at ljug dot com> <5FBF52AA-EAD6-11D8-8FF7-00039378202C at realsoftware dot com>
On 10 Aug 2004, at 15:05, Aaron Ballman wrote:

You have to add the header directory to the Include settings. Go to Tools->Options and one of the tabs will say Directories. You need to add your headers directory (assuming they're headers like this #include <foobar.h>) to this field. If your headers use a "foobar.h" notation, then they're meant to be searched for relative to the project..

Did you see the ReadMe included with the SDK download? That should help clear up this MSVC++ oddities.

Thanks. I have now successfully compiled the test plugin. I have tried compiling my own plugin, and everything seems to be ok (I followed everything in the Read Me and got rid of most of the problems), however I ham getting two linking errors that look something like this:

error LNK2001: unresolved exrernal symbol "void * __cdecl REALRegisterClass(....

Is there a config setting I have missed out? I can compile my code ok using the test plugin workspace, so I assume it's something wrong with the setup.

Cheers.

--
Charlie Boisseau

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

Search the archives of this list here:
<http://www.realsoftware.com/listarchives/lists.html>

<Prev in Thread] Current Thread [Next in Thread>