Is it possible to use gcc to compile for the emulator? or does one absolutely have to install a third-party compiler for this?
Type: Posts; User: GerardMason; Keyword(s):
Is it possible to use gcc to compile for the emulator? or does one absolutely have to install a third-party compiler for this?
Sheesh! Where is the link that says "Report this post to Nokia as extremely APPropriate"?!
How are you using Mappy maps in J2ME? The only Java "player" I can see on their site seems to be J2SE and takes 86k space.
Cheers,
Gerard.
That many, huh?
I know this is a hoary one, but previous answers appear to be tangential or otherwise unsatisfactory. I'm somewhat intimidated by the process as it appears from the documentation, and I was just...
Yes, that's what I should have done in the first place, but I was being cheap, and it turned out nasty :-)
My Settings and Best Scores dialogs use commandAction to restore the game screen -- standard stuff.
On the analogy of mouse clicks in windows (admittedly, perhaps not such a clever idea in...
Hmm, just looking over the Antenna documentation for an unrelated reason (to try to see how to get it working with the Nokia extensions), I note that it includes a WtkPreprocess task, apparently for...
Yes, I remember reading where you said about using a C preprocessor, and thought "I must ask him about that" -- and then forgot! I suppose that's part of Visual Studio, which I don't have. On the...
The fourth option is similar to the third in loading from a raw or text file at runtime, but it relies on the magic of static initialisation to improve things slightly; in this case, on the fact that...
Here, a central resource class loads a text or raw file at runtime, and then supplies the strings to client classes via constant indexes. You might use the MIDlet itself for this, as it tends to be...
Declare the string constants in the base classes, and define them in language-specific subclasses. To get an idea of what I mean by this, say you're doing an options or settings form. Then you'd have...
I use Ant for compilation and packaging, so that gives me my first option: use it to effectively preprocess my source files via the Copy task using a FilterSet to replace tokens, producing sets of...
I've been looking with interest at some of the threads in here dealing with internationalisation, and it seems that there are tradeoffs between fully hard-coded versus fully dynamic, and in-situ...
Just before I do my mammoth post, can anybody tell me how to do the trick where you see code in posts where the code is in a monospaced font and has a tiny little
"code:" before it, and dots before...
Usually by the time I've fired up IE and gone to hotmail, it's there. Anything funny about your mail account -- odd characters in the name? You *are* using the correct account?
cheers,
Gerard.
Thanks!
I haven't installed NDS 2 yet so I'm still using 1.1, and this is the S40 emulator that came with it.
I'm creating a spacer graphic in a longish 'Settings' form, to separate out various sections....
I'm doing some stuff in a static initialiser; if that fails, I want the constructor to notice and exit gracefully.
I see now that the reason it didn't seem to be working from the constructor was...
Or is it only possible to call them when the object is constructed?
When I paint directly to the Graphics in paint(), my app works as desired; when I double-buffer, a couple of indicators don't display properly -- they should have some green numbers on a black...
I have also had problems with it, though not related to spaces path names. I am developing in NetBeans, with Ant (and antenna) doing the build.
I finally realised that Antenna was producing a jad...
Maybe the NDS integration is written to the old "topmanager" style. I suspect it needs someone to update it. If Nokia were to open-source it and donate it to NetBeans, say, (and it can hardly be...
I do my development with NetBeans, and build with an ant script (+ Antenna, etc.). Having just bought a new Bluetooth USB adaptor, I am transferring the jad+jar files using the adaptor's desktop...
I just bought a TDK USB Bluetooth Adaptor, with crossed fingers since I remember reading about problems* with the 7650 and Bluetooth, but it works very well. I use it for getting photos off the...