[futurebasic] Re: [FB] Replacement for STR#

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : December 2011 : Group Archive : Group : All Groups

From: Robert Purves <listrp@...>
Date: Tue, 27 Dec 2011 11:02:59 +1300
Steve wrote:

> iMac27:~ mactech$ genstrings -macRoman -s PSltrl -o /Users/mactech/Desktop/_desktop/_work/_code/build_temp /Users/mactech/Desktop/_desktop/_work/_code/build_temp/*.c 


I suspect that you have Objective-C turned on, hence there are no translated *.c files. They are *.m.  
FBtoC is issuing the wrong command, which is a bug.

Try that command above in Terminal.app again, but edit the last character to 'm' instead of 'c'.
Then you should get a proper Localizable.strings file. Ignore the warnings.

Robert P.