New topic: 

Unable to compile multi-platform app

<http://forums.realsoftware.com/viewtopic.php?t=40697>

         Page 1 of 1
   [ 1 post ]                 Previous topic | Next topic          Author  
Message        JimPitchford          Post subject: Unable to compile 
multi-platform appPosted: Thu Sep 15, 2011 10:35 am                         
Joined: Mon Apr 11, 2011 2:01 pm
Posts: 16                My app uses some Applescripts (to trigger Growl 
notifications) but I want to be able to compile in both MacOS and Windows.

I've used the recommended:

If TargetMacOS then
//run Mac stuff eg applescript: growlRegisterScript
ElseIf TargetWin32 then
//run Windows stuff
end

but when I try to run-remotely into WIndows 7 via Parallels 7 I get the message 
"This method or property does not exist" referring to the growlRegisterScript.  
I get the same message when trying to compile a WIndow's only runtime.

For some reason the compiler is not skipping over the run Mac stuff part of the 
If statement.

What am I doing wrong?

Jim   
                             Top            Display posts from previous: All 
posts1 day7 days2 weeks1 month3 months6 months1 year Sort by AuthorPost 
timeSubject AscendingDescending          Page 1 of 1
   [ 1 post ]      
-- 
Over 1500 classes with 29000 functions in one REALbasic plug-in collection. 
The Monkeybread Software Realbasic Plugin v9.3. 
http://www.monkeybreadsoftware.de/realbasic/plugins.shtml

[email protected]

Reply via email to