Re: [MSEide-MSEgui-talk] MSEide+MSEgui 2.8.4

2012-12-30 Thread Алексей Логинов
 Maybe you should be with the FPC team as insistent as you are with me? ;-)
For all people: http://bugs.freepascal.org/view.php?id=23560
Please help insistently.

--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnmore_123012
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] **** Changes in mseconsts_*.pas

2012-12-30 Thread Julio Jiménez
Spanish version




-- 
Julio Jiménez Borreguero


mseconsts_es.pas.tar.gz
Description: GNU Zip compressed data
--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnmore_123012___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] mseide-msegui packages

2012-12-30 Thread Patrick Goupell
I have created tar files for 32 and 64 bit mseide packages.  They are on 
the website's Download page.

They have been tested on Debian wheezy 32 and 64 bit under the KDE desktop.

If you have a different distribution / desktop please install the 
package and report back the results, good or bad so people do not 
unnecessarily duplicate your work.

Could someone please check out the windows setup package on a 64 bit 
windows system (I don't have such) and report as well.

Thanks


Patrick


Following is the INSTALL.TXT file for the tar packages.

-

Installation notes:

Untar the mseide-msegui tar file:tar -xvf 
mseide-msegui_version-archbit.tar.gz
Change directory into the untar:cd mseide-msegui_version
As root run the install script:./install.sh

The mseide-msegui IDE will be installed into /usr/lib/mseide-msegui.
The mseide program will be at /usr/lib/mseide-msegui/bin/mseide.
An uninstall script will be at /usr/lib/mseide-msegui/bin/uninstall.sh.

Various text documents (which you should look at) will be at 
/usr/share/mseide-msegui.

A menu entry for Free Pascal IDE will be inserted under the 
Development start menu entry.

On the first execution of the mseide-msegui you HAVE TO set up the IDE 
environment.

Click on Settings - Configure MSEide

In the ${MSEIDE} text box enter /usr/lib/mseide-msegui/

Click OK.

--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnmore_123012
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] .mseide creation

2012-12-30 Thread Patrick Goupell


On 12/30/2012 01:44 PM, Patrick Goupell wrote:

 On my 64 bit system the compiler was set to ppcx86 and the target was
 set as i386-linux.   Can that be set to x86_64-linux?

Correction, that should say the compiler is set to ppcx64.

Patrick

--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnmore_123012
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] .mseide creation

2012-12-30 Thread Graeme Geldenhuys
On 30/12/12 18:44, Patrick Goupell wrote:
 
 On my 64 bit system the compiler was set to ppcx86 and the target was 
 set as i386-linux.   Can that be set to x86_64-linux?

No, it must be i386-linux, because that is a hard-coded directory path.
I've raised this issue years ago. If you change that, then msegui cannot
compile. Annoying I know, so for my projects I had to setup custom
platform macros, and can't use the one from the IDE settings dialog.


Regards,
  - Graeme -

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


--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnmore_123012
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] .mseide creation

2012-12-30 Thread Patrick Goupell


On 12/30/2012 05:43 PM, Graeme Geldenhuys wrote:
 No, it must be i386-linux, because that is a hard-coded directory 
 path. I've raised this issue years ago. If you change that, then 
 msegui cannot compile. Annoying I know, so for my projects I had to 
 setup custom platform macros, and can't use the one from the IDE 
 settings dialog. Regards, - Graeme - 
When creating it the first time the program could / should inspect the 
directory path.

If running on an x86_64 architecture then look for an x86_64-linux folder,
if running on an i386 architecture then look for an i386-linux folder
and act accordingly.

Patrick


--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnmore_123012
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


[MSEide-MSEgui-talk] mseide-msegui version 2.8.4b

2012-12-30 Thread Patrick Goupell
Martin,

When you update the mseide-msegui source tarball on sourceforge.net 
please let me know.

I will create new downloads with the updated source.

Thank you.

Patrick

--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122412
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] mseide-msegui version 2.8.4b

2012-12-30 Thread Patrick Goupell


On 12/30/2012 08:24 PM, Patrick Goupell wrote:
 Martin,

 When you update the mseide-msegui source tarball on sourceforge.net
 please let me know.

Sorry, I should have said new .zip file.

Patrick

--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122412
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] .mseide creation

2012-12-30 Thread Martin Schreiber
On Sunday 30 December 2012 19:44:57 Patrick Goupell wrote:
 Martin,

 When mseide does not find a .mseide/mseideli.sta file it creates one.

 When I click on Settings - Configure MSEide:

 On a 32 bit system it sets the compiler to ppc386 and target to i386-linux.

 On my 64 bit system the compiler was set to ppcx86 and the target was
 set as i386-linux.   Can that be set to x86_64-linux?

i386-linux is a misleading directory name because lib/kernel/i386-linux can be 
used both for i386 and x64. Probably it should be named linux instead. If 
we change the directory name we will break all existing projects.

Martin

--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122412
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] MSEide+MSEgui 2.8.4

2012-12-30 Thread Martin Schreiber
On Sunday 30 December 2012 20:06:02 Sieghard wrote:
 Hallo Alexej,

 Du schriebst am Sun, 30 Dec 2012 16:38:38 +0300:
   implement FPC Unicode resourcestrings?
 
  If patch will be exists for unicode resourcestrings for fpc, then
  chance will be. No chance without patch. I'm waiting many years for
  cp866 for fp IDE also - no chance.

 That's an _invitation_ to provide your patch for inclusion - perhaps they
 don't have a team member who knows Russian/Cyrillic and thus fear they
 might fail?

The FPC team member who implemented cpstrnew is a Russian AFAIK.

Martin

--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122412
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk