Software für das Neonode N2 schreiben :
Hier gibt es jetzt erst mal das alte Neonode N1m PDF aber für den Anfang reicht es und ein SDK findet man hier im Blog - "Hello World für Neonode N2"
Bald werde ich alles komplett auf Neono.de veröffentlichen !
Hier gibt es jetzt erst mal das alte Neonode N1m PDF aber für den Anfang reicht es und ein SDK findet man hier im Blog - "Hello World für Neonode N2"
Bald werde ich alles komplett auf Neono.de veröffentlichen !
Getting-Started-with-N1-development.pdf
http://www.neono.de/N2-GAC-DLL.zip
Hier gibt es auch die deutsche Anleitung zum N2 :
users-guide/users-guide_de.pdf
Hier noch ein Status-Screen - N2 Wallpaper aus dem Atomlabor :
- http://channel9.msdn.com/wiki/default.aspx/MobileDeveloper.HomePage
- http://msdn.microsoft.com/de-de/windowsmobile/default.aspx
- http://msdn.microsoft.com/en-us/windowsmobile/bb264342.aspx
From the Neno release 1.4.306.0, Neonode has support for V2 of NETCF, the Microsoft .NET Compact Framework. This means that itʼs possible to write applications in C# and VB.NET for NETCF V2.
For professional development we highly recommend running Visual Studio 2005. That said, it's still possible to do command-line builds for NETCF V2 managed code, and you can use Embedded Visual C++ 4.0 SP4 for native code. To be able to debug your applications however, Visual Studio 2005 is a superior solution.
* Visual Studio 2005 – This is our preferred tool for both managed (C#/VB .NET) and native (C/C++) development. It's possible to debug on the Neonode over ActiveSync. Unfortunately NETCF is not supported in the Express Edition of Visual Studio, so you'll need at least the Standard Edition: http://msdn.microsoft.com/vstudio/products/vsstandard/.
To help you start using Visual Studio 2005 we have written an instruction for how to get started with Visual Studio 2005.
*
Command Line – Itʼs possible to build managed applications from a command line. For this you need the freely downloadable “Microsoft .NET Framework Version 2.0 Redistributable Package (x86)”: Microsoft .NET Framework 2.0 Redistibutable Package.
At the moment we donʼt have any special instructions for this.
*
Embedded Visual C++ 4.0 SP4 – Itʼs possible to use this for building native (C/C++) applications. Debugging might be tricky to setup and we donʼt support this.
*
Visual Studio .NET 2003 – Not supported, since there is no NETCF V2 support in Visual Studio .NET 2003.
( Gefunden und veröffentlicht von Tommi im Neonode Forum )