farshadmohajeri/extpascal

Under delphi2010 don't run.

Closed this issue · 6 comments

I compile ExtPascalSamples3 via Delphi7,it work fine,on the IE,i can see 
the
demo interface.the ExtPascalSamples.exe file size is 258,048 bytes.

If i compile ExtPascalSamples3 via Delphi2010,on the IE,i will report "500 
Internal Server Error".the ExtPascalSamples3.exe file size is 1,243,136 
bytes.

I don't know this is a bug or not.

the compile options is
OFF Strict var-strings
OFF Complete boolean eval
ON Extended syntax 
OFF Typed @ operator
ON Open parameters
ON Huge strings/Long strings by default 
ON Assignable typed constants

- ExtPascal: rev.547
- ExtJS: v.3.0
- Compiler: Delphi 2010 Version 14.0.3513.24210 
- OSes: Windows XP SP3
- WebServer: Apache2
- Mode: FCGI

Original issue reported on code.google.com by luoca...@gmail.com on 27 Oct 2009 at 9:31

[deleted comment]

Original comment by wanderla...@gmail.com on 8 Jan 2010 at 7:18

  • Changed state: Started
I converted and tested using D2009.
I don´t have D2010.
Who has D2010 test, please...

Original comment by wanderla...@gmail.com on 13 Jan 2010 at 4:47

  • Changed state: Fixed
Yes, I test version 599 on delphi 2010,
the ExtPasacalSamples3 work ok.

I use Chinese character as 
        FieldLabel := '用户名';//'User Name'
it will not display ok.
when set
Charset := 'gbk';
it will ok.

the same code, on delphi7,need set
Charset := 'utf-8';
will display Chinese ok.

Original comment by luoca...@gmail.com on 14 Jan 2010 at 5:00

Hi Luocanqi

And with Lazarus?

Original comment by wanderla...@gmail.com on 15 Jan 2010 at 4:11

Yes,the newest version is ok with Lazarus,I tested on WindowsXp and RedHat 
Linux,
The method of display Chinese with Lazarus,please reference Issue 27.

After some time,I will write a post to introduce how to display Chinese with 
ExtPascal.
I am learning ExtPascal.

Original comment by luoca...@gmail.com on 15 Jan 2010 at 4:36