realbasic-plugins
[Top] [All Lists]

Re: how to do migration from CW8 ....

To: "REALbasic Plugins" <realbasic-plugins at lists dot realsoftware dot com>
Subject: Re: how to do migration from CW8 ....
From: "Peter K. Stys" <pkstys at gmail dot com>
Date: Tue, 20 Feb 2007 19:14:39 -0500
Delivered-to: listarchive at realsoftware dot com
Delivered-to: realbasic-plugins at lists dot realsoftware dot com
References: <1827C3BF-22B5-461F-9F78-6F3B45BD44EA at neuf dot fr> <45DAF08D dot 10009 at einhugur dot com> <FAE6C601-C0E3-46C9-AAE2-C55B83B00090 at neuf dot fr>
On 2/20/07, Didier CUGY <didier dot cugy at neuf dot fr> wrote:
> OK i began with XCODE (i'm a newbe)
>
> there is many errors like
>
> /Users/dcugy/Développement/RealBasic/FFT Plugin/FFT_Plugin_Mach-O/
> Includes/rb_plugin.h:123: error: redefinition of typedef
> 'BackgroundTaskProc'
> /Users/dcugy/Développement/RealBasic/FFT Plugin/FFT_Plugin_Mach-O/
> Includes/rb_plugin.h:100: error: previous declaration of
> 'BackgroundTaskProc' was here
> /Users/dcugy/Développement/RealBasic/FFT Plugin/FFT_Plugin_Mach-O/
> Includes/rb_plugin.h:422: error: conflicting types for 'REALnewInstance'
> /Users/dcugy/Développement/RealBasic/FFT Plugin/FFT_Plugin_Mach-O/
> Includes/rb_plugin.h:325: error: previous declaration of
> 'REALnewInstance' was here
> /Users/dcugy/Développement/RealBasic/FFT Plugin/FFT_Plugin_Mach-O/
> Includes/rb_plugin.h:457: error: parse error before '&' token
> /Users/dcugy/Développement/RealBasic/FFT Plugin/FFT_Plugin_Mach-O/
> Includes/rb_plugin.h:568: error: conflicting types for
> 'REALGetPropValue'
> /Users/dcugy/Développement/RealBasic/FFT Plugin/FFT_Plugin_Mach-O/
> Includes/rb_plugin.h:567: error: previous declaration of
> 'REALGetPropValue' was here
> /Users/dcugy/Développement/RealBasic/FFT Plugin/FFT_Plugin_Mach-O/
> Includes/rb_plugin.h:569: error: conflicting types for
> 'REALGetPropValue'
> /Users/dcugy/Développement/RealBasic/FFT Plugin/FFT_Plugin_Mach-O/
> Includes/rb_plugin.h:567: error: previous declaration of
> 'REALGetPropValue' was here
> /Users/dcugy/Développement/RealBasic/FFT Plugin/FFT_Plugin_Mach-O/
> Includes/rb_plugin.h:570: error: conflicting types for
> 'REALGetPropValue'
>
> e.g. BackGroundTaskProc is defined twice in the rb_plugin.h
>
> what i have to do ?to remove these errors ?
>
>

don't worry, i think we all started with a mess of errors at first.
Search the list for the link to the RB plugin template project and go
>from there (I forget who created it, but it works very nicely for
building UB plugins for Mach-O; windows, Linux I can't tell you).

Once you have a skeleton building and running, adding stuff is easy
and Xcode is a very good tool.

I always have my own standard plugin project with all the right
settings that I clone when creating a new plugin.

P.


-- 
-------------------------------------------------------------------------------
Peter K. Stys, MD
Professor of Medicine(Neurology), Senior Scientist
Ottawa Health Research Institute, Div. of Neuroscience
Ottawa Hospital / University of Ottawa
Ontario, CANADA
tel:    (613)761-5444
fax:    (613)761-5330
http://www.ohri.ca/profiles/stys.asp
-------------------------------------------------------------------------------
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

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


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