Windows Mobile Developer Network Forum

Windows Mobile Developer Network Forum
It is currently Fri Jul 30, 2010 2:40 pm

All times are UTC [ DST ]




Post new topic Reply to topic  [ 3 posts ] 
Author Message
 Post subject: ArianeSoft Inc releases Pocket Programming Language
PostPosted: Fri Oct 20, 2006 3:35 pm 
Offline
PPCDN Team

Joined: Wed May 14, 2003 4:07 pm
Posts: 1473
Location: Lisbon, Portugal
<img src="http://www.primeworks-mobile.com/Images/ss_IDEVFB.gif" align="left" width="120" alt="ArianeSoft Inc releases Pocket Programming Language">Here is an interesting alternative to C#, VB and C++. ArianeSoft has just released a new programming environment to help in the development of mobile applications.


Pocket Programming Language is designed for both professional programmers and beginners. Its programming language includes the best elements of C, Pascal, and Basic. While the program can be used to develop business demos or any type of software application, its powerful game development tools make it ideal for creating challenging games and interactive demos.

Professional programmers will appreciate Pocket Programming Language's complete integrated development environment (IDE) for Windows, including a project manager, full source code syntax highlighting, a file explorer, and an easy-to-use Visual Form Builder. As with any high-end language compiler, you can profile your code, and visually debug and trace variables from within the IDE. The multilevel visual game editor lets you see your game on the screen, as you're designing it.


Read more here.

_________________
Regards,

João Paulo Figueira
Device Application Development MVP


Top
 Profile  
 
 Post subject:
PostPosted: Fri Oct 20, 2006 3:43 pm 
Offline

Joined: Sat Aug 26, 2006 7:17 pm
Posts: 2
Hi,

I am the author of PPL. If you have any questions or need help please ask.

Regards,
Alain Deschenes
President, ArianeSoft Inc
http://www.arianesoft.ca


Top
 Profile  
 
 Post subject:
PostPosted: Fri Apr 06, 2007 4:44 am 
Offline

Joined: Fri Apr 06, 2007 4:39 am
Posts: 1
kornalius wrote:
Hi,

I am the author of PPL. If you have any questions or need help please ask.

Regards,
Alain Deschenes
President, ArianeSoft Inc
http://www.arianesoft.ca


I'm using Chinese Version PPC, I found that the following scripts cannot work properly with the Time, it shows "0" only. The date shows normal.
Pls help.
Quote:
struct (st$, SYSTEMTIME);


GetSystemTime(&st$);

time$ = (st.wHour$ + ":" + st.wMinute$);

new (s$, 1024);
GetDateFormat(LOCALE_SYSTEM_DEFAULT, DATE_LONGDATE, &st$, NULL, &s$, &sz$);
date$ = char(s$);

new (s$, 1024);
GetTimeFormat(LOCALE_SYSTEM_DEFAULT, LOCALE_NOUSEROVERRIDE, &st$, NULL, &s$, &sz$);
time$ = char(s$);
g_drawtextex(font2$, operatorname$, 31, 4, 240, 320, true);

length1$ = length(time$);
if (length1$ == 10)
s1$ = (time$[0,4]);
end;
if (length1$ == 11)
s1$ = (time$[0,5]);
end;


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: No registered users and 0 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group