Reply
Thread Tools
Posts: 39 | Thanked: 0 times | Joined on Apr 2006
#1
Is it possible to create a program on the Nokia 770 using C++ or Visual Basic? I heard that Visual Basic is possible, but I'm not sure how to install it on my computer and/or Nokia 770.
 
aflegg's Avatar
Posts: 1,463 | Thanked: 81 times | Joined on Oct 2005 @ UK
#2
Visual Basic is a definite no. (Although if you like BASIC, there was SmallBASIC but that doesn't - IIRC - have the visual form editor).

C++ is possible using the gtkmm bindings which are currently in development.
 
aflegg's Avatar
Posts: 1,463 | Thanked: 81 times | Joined on Oct 2005 @ UK
#3
There's also Python + Glade which may do what you want, and give you experience in a more "real world"/"professional" language than VB.
 
fpp's Avatar
Posts: 2,853 | Thanked: 968 times | Joined on Nov 2005
#4
aflegg is right : if you're just getting started (as it sounds from your post), one of the easiest ways to get quick results is to learn Python and use Gustavo Barbieri's Eagle framework.
 

The Following User Says Thank You to fpp For This Useful Post:
Posts: 192 | Thanked: 5 times | Joined on Nov 2005 @ Eugene, Oregon
#5
What kind of program?
 
Posts: 39 | Thanked: 0 times | Joined on Apr 2006
#6
A few questions...

What EXACTLY is SmallBASIC?

What is the gtkmm bindings?

Can you program in C++ using Visual Studio, etc. when the gtkmm bindings come out of development?
 
Hedgecore's Avatar
Posts: 1,361 | Thanked: 115 times | Joined on Oct 2005 @ Toronto, Ontario, Canada
#7
C under a Windows box is going to use different libraries, etc. than the linux based 770. The other thing is the 770 has an ARM based processor unlike your desktop.

I'm average with C/C++ and Linux and I'm still a far ways off from spitting anything out for the 770. I might take a stab at Python later but not for now.

Anyway, what you might want to do is get a "live" distro of Linux like Ubuntu or Knoppix (just burn them to a CD and boot off of it - you'll be in Linux without having to screw with your harddrive) and play around. I'm not sure if they have the dev packages installed but Ubuntu might.

It's a start anyway to get familiar with that side of things.

G'luck!
 
Posts: 39 | Thanked: 0 times | Joined on Apr 2006
#8
So what languages is maemo and other organizations using to create programs for the 770?..
 
Posts: 45 | Thanked: 1 time | Joined on Dec 2005
#9
In theory it should be possible to write some kind of application using Visual Basic.Net, provided you're writing managed code, because Mono, the open source .Net clone for Linux, runs on the 770. You'd have to really know what you're doing, though, and I don't think there are any Maemo bindings for Mono, so you wouldn't have access to any of the normal Nokia 770 user interface elements.
 
Posts: 1,038 | Thanked: 737 times | Joined on Nov 2005 @ Helsinki
#10
I would definately recommend starting with python development, as that way you can develop in windows and just copy the files to your 77 to test them.
 
Reply


 
Forum Jump


All times are GMT. The time now is 22:55.