High level compiler

I come from Palm development using C/C++. Now I am looking for porting my applications to Pocket PC.
From the lessons learned in developing with C/C++, specially when your application is not a best seller, and you honestly want to have some money for your work, I am searching for a development tool that permits to develop in a higher level than C/C++.
I have tested Visual Basic.NET, but I think that a professional looking program can not afford to wait ten seconds for the first window to apear in the PDA. So I do not want to work with any .NET Framework language.
I am looking for a language that permits to develop in a higher level than C/C++, but permits to compile to native unmanaged code, without using .NET Framework.
This was possible in Palm development, with some tools using Pascal and Delphi, but I do not know if tools of this kind exist in Pocket PC development, so that is the reason of this message.
[937 byte] By [psspda] at [2007-11-20 10:56:07]
# 1 Re: High level compiler
Hi,

What about using Visual Studio to create a native application (Smart Device project). You can use C++ and use the Windows Mobile 5/6 APIs to create your GUI/Network coe.

I personnaly use .NET CF, it's true it takes a little time for the CLR to get going, but I don't find it inacceptable (around 2/3 seconds on my TyTN).

Harvey

My web site : www.geocities.com/hrowson
HarveyR at 2007-11-9 12:40:20 >
# 2 Re: High level compiler
Sorry, Maybe I missed a main point, which is you absolutely want to avoid C/C++/ I initiallay thought you woudln't mind C++ as long as you have a good API, but maybe this is wrong.

Harvey
HarveyR at 2007-11-9 12:41:21 >