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>
|