PDA

View Full Version : Mono: How to setup GTKSharp (bora SDK)


Gnubbel
02-04-2007, 04:43 AM
Hi,
I’m new in developing for the maemo platform. I want to port my c# apps for the nokia n800 but I got stuck in my proceedings.

I've managed to:
+install scratchbox & maemo3.0 sdk
+build mono (without mcs-build)
+build mono outside scratchbox and merged assemblies with arm-build

-copy merged files to n800
-Console application: “Hello world” works.
-mcs building on n800 also works

Does anyone have experience with GTKSharp?
It would be helpful to get a manual/instructions how to setup gtkSharp

Gnubbel

jgallen23
06-07-2007, 03:07 AM
how did you get mcs on mono?

fanoush
06-07-2007, 04:10 AM
There is build of Mono ready to be used on device and in scratchbox, GTKSharp is included. http://www.mono-project.com/Maemo

navfusion
06-08-2007, 07:33 AM
OK,
I am a .net developer and intrigued with the N800. Let me see if I under stand this. In order to run .net application I have to do the following:

1. Install Mono on N800
2. Use scratbox SDK to build and compile my c# programs

I have a PC so I am a little confused on which SDK to use to build and compile my c# programs.

Will the scratchbox SDK run on a PC?
or
Do I have to use Gtk# for .NET:

Thanks