Recent

Author Topic: Pascal4Android IDE V0.1.0 beta world premiere  (Read 33213 times)

bugxiong

  • Jr. Member
  • **
  • Posts: 63
    • The Lazarus Chinese community
Pascal4Android IDE V0.1.0 beta world premiere
« on: December 21, 2012, 08:43:43 am »
http://www.fpccn.com/forum.php?mod=viewthread&tid=2412

Pascal4Android introduced
Software version: 0.1.0
Document version: 0.1.0
Date :2012-12
Author: Shen Xue Hua
QQ: 1339838080

Chapter 1 introduces the


1.1 About this guide

The the document applies Pascal4Android0.1.0 version. This document describes What is Pascal4Android, as well as how to use Pascal4Android. The follow-up to the launch of the document (not yet started the planned): Pascal4Android Programmer's Guide, Pascal4Android Reference Guide, Pascal4Android Game Developer's Guide.

1.2 Pascal4Android introduced

Pascal4Android is a based on the the FreePascal JVM compiler, developed by the Lazarus IDE (Integrated Development Environment) for generating Android applications. Pascal4Android Object Pascal syntax backend by FPC JVM compiler generates Java bytecode directly. The, Pascal4Android highest support Android SDK R14 version. Pascal4Android run in the Windows environment, the other platforms do not support.

Currently, Pascal4Android is still in development, many of the features not yet implemented, and look forward to your valuable suggestions!

http://www.fpccn.com/forum.php?mod=viewthread&tid=2412
The Lazarus Chinese community
http://www.fpccn.com

stab

  • Full Member
  • ***
  • Posts: 234
Re: Pascal4Android IDE V0.1.0 beta world premiere
« Reply #1 on: December 21, 2012, 08:50:06 am »
Interesting, but would it be possible to get a translation to english

/stab %)

Leledumbo

  • Hero Member
  • *****
  • Posts: 8744
  • Programming + Glam Metal + Tae Kwon Do = Me
Re: Pascal4Android IDE V0.1.0 beta world premiere
« Reply #2 on: December 21, 2012, 12:31:48 pm »
Quote
Currently, Pascal4Android is still in development, many of the features not yet implemented, and look forward to your valuable suggestions!
I vote the same thing that stab requests %)

cst_zf

  • New Member
  • *
  • Posts: 14
Re: Pascal4Android IDE V0.1.0 beta world premiere
« Reply #3 on: December 27, 2012, 04:06:29 am »
glad to see such a wonderful work from China

DonaldShimoda

  • Full Member
  • ***
  • Posts: 109
    • Parallel Pascal Worlds
Re: Pascal4Android IDE V0.1.0 beta world premiere
« Reply #4 on: December 29, 2012, 01:27:42 am »
http://www.fpccn.com/forum.php?mod=viewthread&tid=2412

Pascal4Android introduced


Looks good , but until you dont traslate the app to english we cannot evaluate. have any frame time estimated to translate?

acquario73

  • Newbie
  • Posts: 2
Re: Pascal4Android IDE V0.1.0 beta world premiere
« Reply #5 on: December 29, 2012, 01:36:49 pm »
Hello.
I'm testing the Android programming with the compiler fpcjvm. I also tried pascal4android, I love his compilation with one click.
But if I use the resources of the system unit or I define a TObject, the Android app crashes because can not find the corresponding classes. I have to manually copy them into the bin\classes. Is there a way to incorporate the necessary classes in dex file?

DonaldShimoda

  • Full Member
  • ***
  • Posts: 109
    • Parallel Pascal Worlds
Re: Pascal4Android IDE V0.1.0 beta world premiere
« Reply #6 on: December 29, 2012, 01:52:07 pm »
Hello.
I'm testing the Android programming with the compiler fpcjvm. I also tried pascal4android, I love his compilation with one click.
But if I use the resources of the system unit or I define a TObject, the Android app crashes because can not find the corresponding classes. I have to manually copy them into the bin\classes. Is there a way to incorporate the necessary classes in dex file?

Are you chinese? Or how to know what functionhave the buttons and menu? Please! Traslate ths to english!

acquario73

  • Newbie
  • Posts: 2
Re: Pascal4Android IDE V0.1.0 beta world premiere
« Reply #7 on: December 29, 2012, 04:04:57 pm »
No... I'm italian... :)
It starts in chinese, but you can find where switch language...

DonaldShimoda

  • Full Member
  • ***
  • Posts: 109
    • Parallel Pascal Worlds
Re: Pascal4Android IDE V0.1.0 beta world premiere
« Reply #8 on: December 29, 2012, 04:11:30 pm »
No... I'm italian... :)
It starts in chinese, but you can find where switch language...

 :o

I dont search it, as the installation ask for language and i select english...

Will try now thanks!

tr_escape

  • Sr. Member
  • ****
  • Posts: 432
  • sector name toys | respect to spectre
    • Github:
Re: Pascal4Android IDE V0.1.0 beta world premiere
« Reply #9 on: December 31, 2012, 02:32:53 pm »

DonaldShimoda

  • Full Member
  • ***
  • Posts: 109
    • Parallel Pascal Worlds
Re: Pascal4Android IDE V0.1.0 beta world premiere
« Reply #10 on: January 02, 2013, 12:17:43 am »
Download link is:

https://skydrive.live.com/?cid=89AE6B50650182C6&id=89AE6B50650182C6%21135&action=DefaultClick


You should login with your msn ID

All i get is a error compiling resource R...

Anybody was sucessfoul compiling some sample?

Dont work at all for me.

truetom

  • Jr. Member
  • **
  • Posts: 73
    • http://sourceforge.net/projects/laz4android/
laz4android : a Lazarus for Android Package.
http://sourceforge.net/projects/laz4android/

truetom

  • Jr. Member
  • **
  • Posts: 73
    • http://sourceforge.net/projects/laz4android/
Re: Pascal4Android IDE V0.1.0 beta world premiere
« Reply #12 on: January 12, 2013, 04:17:32 am »

All i get is a error compiling resource R...

Anybody was sucessfoul compiling some sample?

Dont work at all for me.

Hello, after install pascal4android , first you must config the path ,please select the menu Tools->config paths.
sorry for my bad english.
laz4android : a Lazarus for Android Package.
http://sourceforge.net/projects/laz4android/

truetom

  • Jr. Member
  • **
  • Posts: 73
    • http://sourceforge.net/projects/laz4android/
Re: Pascal4Android IDE V0.1.0 beta world premiere
« Reply #13 on: January 12, 2013, 07:37:05 am »
Hello.
I'm testing the Android programming with the compiler fpcjvm. I also tried pascal4android, I love his compilation with one click.
But if I use the resources of the system unit or I define a TObject, the Android app crashes because can not find the corresponding classes. I have to manually copy them into the bin\classes. Is there a way to incorporate the necessary classes in dex file?

Hello , you can download a new version(20130112) at: https://skydrive.live.com/?cid=89AE6B50650182C6&id=89AE6B50650182C6%21129. In this version ,select the menu: Project ->Compiler Options -> Include RTL Package ,then checked org.freepascal.rtl to include system unit.
laz4android : a Lazarus for Android Package.
http://sourceforge.net/projects/laz4android/

DelphiFreak

  • Sr. Member
  • ****
  • Posts: 255
    • Fresh sound.
Re: Pascal4Android IDE V0.1.0 beta world premiere
« Reply #14 on: January 12, 2013, 10:27:32 am »
Hi,

I don't understand why to make a new "IDE" for that?
It would be better if you put your effort into a Lazarus Plug-In?

Linux Mint 20.3, Lazarus 2.3, Windows 10, Delphi 10.3 Rio, Delphi 11.1 Alexandria

 

TinyPortal © 2005-2018