[MSEide-MSEgui-talk] The IDE doesn't build (windows7 x86_64)

2011-11-18 Thread IvankoB for-mse
D:\mseide-mseguippcrossx64 apps/ide/mseide.pas -l -Mobjfpc -Sh -CX
-OG2p3 -Xs -Fulib/common/* -Fulib/common/kernel/i386-win32
-Fi/lib/common/kernel
Warning: You are using the obsolete switch -OG
Warning: You are using the obsolete switch -Opnr, please use -Opname
Free Pascal Compiler version 2.4.4 [2011/04/23] for x86_64
Copyright (c) 1993-2010 by Florian Klaempfl
Target OS: Win64 for x64
Compiling apps\ide\mseide.pas
Compiling .\lib\common\designutils\mseskindesign.pas
Compiling .\lib\common\kernel\mseskin.pas
Compiling .\lib\common\kernel\mseclasses.pas
Compiling .\lib\common\kernel\mseglob.pas
Compiling .\lib\common\kernel\msestrings.pas
Compiling .\lib\common\kernel\msetypes.pas
Compiling .\lib\common\kernel\msearrayutils.pas
Compiling .\lib\common\kernel\msestrings.pas
Compiling .\lib\common\kernel\msearrayutils.pas
Compiling .\lib\common\kernel\msesys.pas
Compiling .\lib\common\kernel\i386-win32\msesysintf1.pas
msesysintf1.pas(91,7) Error: Illegal type conversion: Array[0..9] Of
Pointer to record type
msesysintf1.pas(103,32) Error: Illegal type conversion: Array[0..9]
Of Pointer to record type
msesysintf1.pas(111,7) Error: Illegal type conversion: Array[0..9] Of
Pointer to record type
msesysintf1.pas(155,7) Error: Illegal type conversion: Array[0..9] Of
Pointer to record type
msesysintf1.pas(175,7) Error: Illegal type conversion: Array[0..7] Of
Pointer to record type
msesysintf1.pas(184,7) Error: Illegal type conversion: Array[0..7] Of
Pointer to record type
msesysintf1.pas(194,7) Error: Illegal type conversion: Array[0..7] Of
Pointer to record type
msesysintf1.pas(208,7) Error: Illegal type conversion: Array[0..7] Of
Pointer to record type
msesysintf1.pas(225,7) Error: Illegal type conversion: Array[0..7] Of
Pointer to record type
msesysintf1.pas(254,7) Error: Illegal type conversion: Array[0..7] Of
Pointer to record type
msesysintf1.pas(264,7) Error: Illegal type conversion: Array[0..7] Of
Pointer to record type
msesysintf1.pas(281,7) Error: Illegal type conversion: Array[0..31]
Of Pointer to record type
msesysintf1.pas(293,7) Error: Illegal type conversion: Array[0..31]
Of Pointer to record type
msesysintf1.pas(304,7) Error: Illegal type conversion: Array[0..31]
Of Pointer to record type
msesysintf1.pas(312,7) Error: Illegal type conversion: Array[0..31]
Of Pointer to record type
msesysintf1.pas(322,7) Error: Illegal type conversion: Array[0..31]
Of Pointer to record type
msesysintf1.pas(337,7) Error: Illegal type conversion: Array[0..31]
Of Pointer to record type
msesysintf1.pas(359,7) Error: Illegal type conversion: Array[0..31]
Of Pointer to record type
msesysintf1.pas(546) Fatal: There were 18 errors compiling module, stopping
Fatal: Compilation aborted

--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] The IDE doesn't build (windows7 x86_64)

2011-11-18 Thread IvankoB for-mse
Here, win64 is meant win for IA-64 ? Or crosscompiling to AMD64
(Core2Duo etc) ?
BTW,

Also found:

1) the IDE icon has no transparency in Windows7 aero;

2) MSEgui apps don't take default OS font size (
small=default/larger/large) in consideration (the setting of
Desktop/Appearance/FontSize@ is meant here) so fonts may look very
small until --FONTALIAS is applied

PS:
Now is the time to adopt to Windows7 (and amd64) - eventually it'll
become unavoidable :)


2011/11/18, Martin Schreiber mse00...@gmail.com:
 On Friday 18 November 2011 13.02:44 IvankoB for-mse wrote:
 D:\mseide-mseguippcrossx64 apps/ide/mseide.pas -l -Mobjfpc -Sh -CX
 -OG2p3 -Xs -Fulib/common/* -Fulib/common/kernel/i386-win32
 -Fi/lib/common/kernel

 There is no MSEide+MSEgui version for win64.

 Martin


--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] The IDE doesn't build (windows7 x86_64)

2011-11-18 Thread IvankoB for-mse
Also:

1) ShowMessage@ is screen (not main form) centered by default which
may look stange on wide screens with many main app forms on display
arranged on scree run . As designed ?

2) Left  right borders of main MSEgui forms are drawn incorrectly in
Win7 Aero - see the attachment. This issue disappears once a message
box open/close over the form.
attachment: wrong_left_right_borders.jpg--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] The IDE doesn't build (windows7 x86_64)

2011-11-18 Thread IvankoB for-mse
There are some work to be done, refactoring of units and shuffling of
 directories, to correctly support 64-bit platforms in MSEgui.

Why me touched this issue - some people are interested in FPC exactly
because it can build  64bit apps.

PS:
Graeme, how does CORBA for FPC advance ?
Great technology for remote code execution - in our company we've
started using it for PostgreSQL-2-Oracle replication daemon, currently
Java server/DB-connector  C++ client/controller.
Is someone interested in such daemon ?

2011/11/18, IvankoB for-mse ivankob4m...@gmail.com:
 BTW, the key F9 now runs MSEide+FPC_2.4.4 well in Windows7 SP1 :)
 (remember my previous report about not running)

 2011/11/18, IvankoB for-mse ivankob4m...@gmail.com:
 Also:

 1) ShowMessage@ is screen (not main form) centered by default which
 may look stange on wide screens with many main app forms on display
 arranged on scree run . As designed ?

 2) Left  right borders of main MSEgui forms are drawn incorrectly in
 Win7 Aero - see the attachment. This issue disappears once a message
 box open/close over the form.



--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] The IDE doesn't build (windows7 x86_64)

2011-11-18 Thread Graeme Geldenhuys
On 2011-11-18 14:58, IvankoB for-mse wrote:
 PS:
 Graeme, how does CORBA for FPC advance ?

It is still on my todo list. I have some local changes I haven't
submitted to mtdorb project yet. In the mean time I was destracted by
other duties and more urgent needs like fixing the Remote Persistence
Layer (using HTTP) in tiOPF to work with FPC. We have a huge demand for
this in our product range, but Indy  lNet etc pretty much suck under
FPC - I'm struggling to get a working HTTP server component going for
the application server part.


Regards,
  - Graeme -

-- 
fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal
http://fpgui.sourceforge.net/


--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] The IDE doesn't build (windows7 x86_64)

2011-11-18 Thread Martin Schreiber
On Friday 18 November 2011 13.29:44 IvankoB for-mse wrote:
 Here, win64 is meant win for IA-64 ? Or crosscompiling to AMD64
 (Core2Duo etc) ?

There is no IA-64 FPC compiler. Meant is that there is no MSEide+MSEgui 
version which can be compiled with FPC X86-64 FPC compiler for the 64bit 
Windows versions.

 BTW,
 
 Also found:
 
 1) the IDE icon has no transparency in Windows7 aero;
 
The MSEide icon has a cl_ltgray to cl_gray fade as background. The reason is 
to isolate the icon color from the different desktop and window frame colors.

 2) MSEgui apps don't take default OS font size (
 small=default/larger/large) in consideration (the setting of
 Desktop/Appearance/FontSize@ is meant here) so fonts may look very
 small until --FONTALIAS is applied
 
MSEgui does not query desktop settings, it must be done in application if 
necessary.

 PS:
 Now is the time to adopt to Windows7 (and amd64) - eventually it'll
 become unavoidable :)
 
Where is the sponsor?

Martin
--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] The IDE doesn't build (windows7 x86_64)

2011-11-18 Thread wahono sri

 Where is the sponsor?

 Martin

We (Acosys) ready to be a small sponsor, only $500. Any else?

--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] The IDE doesn't build (windows7 x86_64)

2011-11-18 Thread IvankoB for-mse
 The client side is easy, that already works with FPC, as there are many
 working HTTP client components for FPC. I'm now trying to get the tiOPF
 Application Server working - that's the current problem. My goal since I
 ported tiOPF to FPC is that FPC developers must be able to use tiOPF
 without requiring any 3rd party components. So all functionality must be
 built into tiOPF or come as standard with FPC (eg: the SqlDB database
 components).

Then the CORBA solution really looks more relevant once got working,
sure :) It may feed any data from client to server w/o the need in
file transfer/storage etc. It features data type checks. And it's much
faster.


2011/11/19, Graeme Geldenhuys graemeg.li...@gmail.com:
 On 2011-11-18 03:39 PM, Marcos Douglas wrote:
 Why do you need a HTTP server out of the box? You can use a FastCGI
 app with Apache. It's easy to debug too.

 I'm trying to get tiOPF n-tier support working with FPC. tiOPF's Remote
 Persistence Layer is currently implemented for Delphi + Indy, using the
 Indy HTTP Client component on the client side, and the Indy HTTP Server
 component in the Application Server side (as an embedded http server
 running on port 8080).

 The client side is easy, that already works with FPC, as there are many
 working HTTP client components for FPC. I'm now trying to get the tiOPF
 Application Server working - that's the current problem. My goal since I
 ported tiOPF to FPC is that FPC developers must be able to use tiOPF
 without requiring any 3rd party components. So all functionality must be
 built into tiOPF or come as standard with FPC (eg: the SqlDB database
 components).

 Regards,
- Graeme -

 --
 All the data continuously generated in your IT infrastructure
 contains a definitive record of customers, application performance,
 security threats, fraudulent activity, and more. Splunk takes this
 data and makes sense of it. IT sense. And common sense.
 http://p.sf.net/sfu/splunk-novd2d
 ___
 mseide-msegui-talk mailing list
 mseide-msegui-talk@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk