Search the web
Sign In
New User? Sign Up
dwp · DWP User Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 660 - 689 of 1580   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
660
Hello, as you might remember Michael said that if no objections are made until 28th February then WDOSX will be an LGPL project and will be moved to...
Laszlo Agocs
lagocs83
Offline Send Email
Mar 1, 2003
11:49 am
661
Hello Laszlo, I agree with you, to create a "k32" project is good idea. we can add more features into the *.wdl. But when will you create it? Ma Bingyao ... ...
Ma Bingyao <ma_bingya...
ma_bingyao
Offline Send Email
Mar 1, 2003
3:28 pm
662
Hi Bingyao, I did it! It's the k32 module. Just check it out like with dwpl but use k32 instead of dwpl after the checkout command. (BTW the same goes for the...
Laszlo Agocs
lagocs83
Offline Send Email
Mar 1, 2003
4:28 pm
663
oh well, I've just taken a look at the license.txt that comes with WDOSX 0.96/0.97b1. If I understand well then the whole `k32' project was illegal so far. ...
Laszlo Agocs <alp@...>
lagocs83
Offline Send Email
Mar 1, 2003
5:37 pm
664
dwpmake has also been imported into the repository (it's the module named "dwpmake") there are no changes since the version (v0.2) included with DWPL 2.3.0 and...
Laszlo Agocs <alp@...>
lagocs83
Offline Send Email
Mar 1, 2003
6:33 pm
665
Hello all, There is a bad news. When I add the Unicode support into kernel32.wdl, the size of a simple application made with wdosx will be more than 2M bytes....
Ma Bingyao <ma_bingya...
ma_bingyao
Offline Send Email
Mar 4, 2003
6:07 am
666
Hello Laszlo, hello all, I just finished two new components for DWPL. We can use now TComboBox and TPopupMenu. There are also two new demo projects in ...
Immo Wache
immo_wache
Offline Send Email
Mar 4, 2003
10:32 am
667
Hello Bingyao, sounds not so good. The Delphi CLX applications are still big enough. May be you can keep the big code tables extern in a file and let kernel32...
Immo Wache
immo_wache
Offline Send Email
Mar 4, 2003
10:32 am
668
Hello, ... No, it's _not_ acceptable. Especially when unicode is not used at all... :-) I warned you. :-) So here's the solution: Create a few files containing...
Laszlo Agocs
lagocs83
Offline Send Email
Mar 4, 2003
4:11 pm
669
Hello, I updated builddemos.bpg to build the new demos and added the .dof files for each of them. Everything seems to be working, including the popupmenu and...
Laszlo Agocs
lagocs83
Offline Send Email
Mar 5, 2003
12:48 pm
670
Hello, To celebrate the new controls (combobox, popup menu) and the death of the old (IDE-based) build-system, I've thrown together a new file release, dwpl ...
Laszlo Agocs
lagocs83
Offline Send Email
Mar 5, 2003
1:09 pm
671
Hello, the dwpmake-based build system misses two things: - package/component(s) building support? - usage of the non-gpl units (if the user has them) Are the...
Laszlo Agocs
lagocs83
Offline Send Email
Mar 12, 2003
8:04 pm
672
... support can ... Hello Laszlo, There are still some bugs in Unicode support codes, so I didn't add them to the cvs now. Now I only add limited ANSI and OEM...
Ma Bingyao
ma_bingyao
Offline Send Email
Mar 13, 2003
1:04 pm
673
Hi Bingyao, ... Isn't this too complicated? Loading the tables from separate files would be easier I think. (then we could simply omit the file(s) containing...
Laszlo Agocs
lagocs83
Offline Send Email
Mar 13, 2003
6:36 pm
674
... Hello Laszlo, It is not very easy and not very safe to load the tables from separate files with ASM I think. And a whole .exe file is running faster than a...
Ma Bingyao
ma_bingyao
Offline Send Email
Mar 15, 2003
1:19 pm
675
Hi Bingyao, ... Why is it unsafe? int 21h should work fine. (or calling CreateFile, etc.) Except when playing with threads but I don't know too much about...
Laszlo Agocs
lagocs83
Offline Send Email
Mar 15, 2003
4:15 pm
676
Hello everyone, I have already added the unicode support codes in cvs k32, check it please. Thank you! I only implemented GetCPInfo, IsDBCSLeadByteEx,...
Ma Bingyao
ma_bingyao
Offline Send Email
Mar 18, 2003
1:14 pm
677
Hi Bingyao, please do not check in/out config.mak since it will cause unneccessary overhead because of our different folder structure. first of all make stops...
Laszlo Agocs
lagocs83
Offline Send Email
Mar 18, 2003
5:19 pm
678
argh, I found the problem: makecp and makecplist will be native Win32 console apps but with the WDOSX version of SysUtils from DWPL because of -u$(DWPLPATH) so...
Laszlo Agocs
lagocs83
Offline Send Email
Mar 18, 2003
5:30 pm
679
alright the current version I've just checked in builds fine however it still sucks 'cause the asm tables will be rebuilt each time when kernel32.wdl is built....
Laszlo Agocs
lagocs83
Offline Send Email
Mar 18, 2003
5:50 pm
680
Hello, and now there's a separate target: unicode. So as described in the readme you will have to run "make unicode" before "make" to rebuild everything....
Laszlo Agocs
lagocs83
Offline Send Email
Mar 18, 2003
6:01 pm
681
Hello, now how can I test the Unicode support? And how about disabling some tables? Or loading them from files? Laszlo...
Laszlo Agocs
lagocs83
Offline Send Email
Mar 18, 2003
6:08 pm
682
... program test; {$APPTYPE CONSOLE} var a: AnsiString; w: WideString; i: Integer; begin a := 'Âí±üÒ¢'; // here use your native language // for example...
Ma Bingyao
ma_bingyao
Offline Send Email
Mar 19, 2003
1:38 am
683
... unneccessary ... \ucmtools\makefile ... In fact, I don't know how to write makefile. :) Ma Bingyao...
Ma Bingyao
ma_bingyao
Offline Send Email
Mar 19, 2003
1:45 am
684
... the ... Hello Laszlo, I build makecp and mkcplst with DWPL's sysutils, not Delphi's sysutils, because the DWPL version run faster than Delphi version. And...
Ma Bingyao
ma_bingyao
Offline Send Email
Mar 19, 2003
1:52 am
685
I get them from http://oss.software.ibm.com/cvs/icu/charset/data/ucm/ and the detail on http://oss.software.ibm.com/icu/develop/cvs.html...
Ma Bingyao
ma_bingyao
Offline Send Email
Mar 19, 2003
2:44 am
686
... oh, not 100K bytes, only *88K* bytes. Ma Bingyao...
Ma Bingyao
ma_bingyao
Offline Send Email
Mar 19, 2003
4:07 am
687
Hi Bingyao, But DWPLPATH will point to the dwpl\lib\wdosx folder and so we will be using the wdosx-specific version of SysUtils! Maybe your DWPLPATH in...
Laszlo Agocs
lagocs83
Offline Send Email
Mar 19, 2003
3:06 pm
688
I found a quite good solution. unitbl.in in the root contains the list of tables which will be built into kernel32.wdl. Lines starting with # are ignored. ...
Laszlo Agocs
lagocs83
Offline Send Email
Mar 19, 2003
5:35 pm
689
oh no, the makefile for kernel32 sucked. it contains hard-coded names of cpXXX.obj. I am going to hack makecp.dpr to produce another file: cp_inc.mak which...
Laszlo Agocs
lagocs83
Offline Send Email
Mar 19, 2003
5:40 pm
Messages 660 - 689 of 1580   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help