On Dec 8, 2004, at 2:16 PM, jkohns wrote:
So I started looking at the plugin sdk today on MSVC++, and was able
to open and compile the testPlugin example, but when I add on function
in testPlugin.cpp:
--------------------------
Boolean TestMe()
{
return false;
}
REALmethodDefinition TestMe = {
(REALproc) CreateOneAppMutex,
REALnoImplementation,
"TestMe() as Boolean"
};
I believe the compiler is complaining that you named both a function
and a variable the same name. Try renaming the REALmethodDefinition to
something like TestMeMethod.
HTH,
Jon
--
Jonathan Johnson
REAL Software, Inc.
--
REAL World 2005 - The REALbasic User Conference
March 23-25, 2005, Austin, Texas
<http://www.realsoftware.com/realworld>
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>
|