Search found 41 matches

by mse
22.08.2007, 10:31
Forum: Off Topic
Topic: MSEide+MSEgui version 1.4beta1
Replies: 10
Views: 28226

We still need to set ${zeosdir} on a per project basis, but that's not a real problem. - 'Project'-'Open', select "apps/ide/templates/zeos.prj". - 'Project'-'Options'-'Macros', update 'Value' of row "zeosdir". - 'Project'-'Save as', save as "my_zeos.prj". For a new pro...
by mse
20.08.2007, 15:51
Forum: Off Topic
Topic: MSEide+MSEgui version 1.4beta1
Replies: 10
Views: 28226

You are right, the problem is the ${MSEDIR} macro, ${TEMPLATEDIR} depends on it.
SVN trunk rev. 1475 has a modified version of zeos.prj, please try again.
http://mseide-msegui.svn.sourceforge.ne ... iew=markup
by mse
20.08.2007, 10:44
Forum: Off Topic
Topic: MSEide+MSEgui version 1.4beta1
Replies: 10
Views: 28226

@gury:
hompage.bluewin.ch/msegui has the last stable release, it will be updated at release of version 1.4. Betas and SVN are hosted on sourceforge.

@mdaems:
Can you provide steps to reproduce the error?
by mse
19.08.2007, 12:54
Forum: Off Topic
Topic: MSEide+MSEgui version 1.4beta1
Replies: 10
Views: 28226

MSEide+MSEgui version 1.4beta1

MSEide+MSEgui version 1.4beta1 has been released: http://sourceforge.net/project/showfiles.php?group_id=165409 New in 1.4: - Compiles with FPC 2.0.4, 2.1.5 and (hopefully) 2.2. - tsqlresult, a SQL result set which does not inherit from tdataset   for fast readonly unidirectional data access. - tsqll...
by mse
06.08.2007, 06:34
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Range Check Error
Replies: 2
Views: 832

Can anybody who knows more about memory issues confirm this is a good or bad idea? Would we multiply memory usage by a huge factor? If I read the code right, MYSQL_ROW is used in ZPlainMySql41.pas: MYSQL_METHODS = record [...] fetch_lengths: procedure(_to: PLongInt; column: MYSQL_ROW; field_count: ...
by mse
02.08.2007, 10:46
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: MSEide + MSEgui
Replies: 13
Views: 3451

Hej Martin, are you the one man army with your development?
Yes, together with some hard working testers.
The main goal of MSEide+MSEgui is to double productivity compared with Delphi/Kylix. This goal has been reached for my projects.
by mse
29.07.2007, 10:07
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: MSEide + MSEgui
Replies: 13
Views: 3451

MSEide+MSEgui trunk rev. 1371 has ZeosLib capability. How to build MSEide with ZeosLib integration ******************************************** 1. Download and install SVN: http://subversion.tigris.org/project_packages.html 2. Create <yourmsecheckoutdir>. 3. cd <yourmsecheckoutdir> 4. Execute "...
by mse
20.07.2007, 05:42
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: MSEide + MSEgui
Replies: 13
Views: 3451

I was able to build a GUI containing the zeoslib components!! :-) To compile you have to add compiler option -Sd (I hope somebody can add it only for zeoslib compilation?) and add the zeoslib source dirs to the path. Please add "{$ifdef FPC}{$mode delphi}{$endif}" on top of the ZeosLib un...
by mse
17.07.2007, 14:51
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: MSEide + MSEgui
Replies: 13
Views: 3451

I'll try to give mse a try. Hope it goes right the first time. I have had fights with Lazarus compiling (nightly build, admitted) and I didn't like it. So now I just use an official build to start from.
Please follow the installation guidelines in
http://www.homepage.bluewin.ch/msegui/
by mse
17.07.2007, 09:01
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: MSEide + MSEgui
Replies: 13
Views: 3451

I am the MSEide+MSEgui development team + some hard working testers. ;-) Is the ZEOSLIB license compatible to the MSEgui license (it is the same LGPL with the static linking exception as for FPC RTL)? Are 'one-click' MSE installers available the way they are available for Lazarus? All you have to do...
by mse
17.07.2007, 06:52
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: MSEide + MSEgui
Replies: 13
Views: 3451

There is a news group (NNTP) for questions and bug reports about MSEide+MSEgui: [url]news://news.grid-sky.com/public.mseide-msegui.talk[/url] From README.TXT: How to add custom components to MSEide ************************************** There is a project 'apps/myide/mymseide.prj' as a demo. Start M...