Hi, In the GX_GenericUtils.pas unit, there is a DialogsToQDialogs in the uses list (wrapped in LINUX IFDEF's). 1) Where do I find this unit for Kylix? 2) How...
Graeme Geldenhuys
graemeg@...
Oct 5, 2004 4:00 pm
2647
... IDE Experts on Kylix are actually VCL applications. -- Leonel...
... I have a copy, but I'm not sure I can distribute it. I'll ask the author and hopefully get some details. For now, you can create some empty functions in...
Hi Erik ... Thanks, I will try the workaround for now... It would be great if I can get GExperts working under Kylix 3. I am so use to all the functions ...
... The code in CVS used to compile and install on Kylix 3 a few months ago. Many of the experts worked, some had glitches. I haven't tried lately. I don't...
Hi Leonel, ... I got no idea if it is new or not. When I got the nightly source zip file, and tried to compile it, one of the error messages was that it ...
... Open the project in the IDE, set the compiler options as you want, and the save it to create a .cfg file. Then compile the project with the default...
As I work a lot with source code that is under version control I've had to basically strip all search paths out from delphi, to guarantee that all needed files...
Hi. I succesfully compiled GExperts 1.2 in BCB5. How ? I used GXSource-2004-09-29.zip from the daily snapshots. For start, you need Synedit component from...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the GExpertsDiscuss group. File :...
GExpertsDiscuss@yahoo...
Oct 13, 2004 7:58 am
2658
... This library is not required by the latest CVS snapshots. ... Is it possible to instead include the .rc file in the project as in Delphi, and have the...
... I'm sure a few people would use something like this, but I'm not positive it would have wide appeal. If you want to simulate this now, you can use the...
... I tried to simplify the string parsing code a bit more. Check out latest parser files in CVS and let me know if they still work well for you. I tested...
Hi Erik, Oh that's loads better. I'm a bit annoyed with myself for not having done it like that in the first place. Nice work. It passes all the tests I can...
I have noticed two things that are more annoying than actual bugs. 1) in the grep search I can enter a directory of X:\ as the directory to search. This will...
... I'm not able to duplicate this bug, unless you are saying that you don't like the AutoComplete feature on the combobox. I'm able to search in my D:\Test...
I will try to provide a detailed explanation. 1) open the grep search. 2) type c:\ into the directory edit. step 2 screenshot 3) press OK and wait for search...
Looks like my screen shots did not make it. They are attached to this e-mail (I hope). ... -- Thanks Jim Campbell MSE-TA Tetragenics [Non-text portions of this...
... I'm not sure the feature has any usage outside the world of OTA programmers, but if you are willing to add a popup menu item to that dialog to show "Menu...
... See see the problem now. The trick was to set the IDE's current directory after searching in the root of a drive. I found an easy fix. Thanks, Erik...
As far as I know, all of the reported bugs in GExperts 1.2 are fixed now. Are we ready for a 1.21 release? If not, please report the issues you have found as...
Hi, I've written an application that uses GX_PeInfo (specifically the import code). The application recursively scans multiple files and lists all the required...
The FindFilesInDir procedure isn't correctly building the directory paths for recursive calls to itself. I added changed a line to fix this. Can anyone see a...
... Under what situations does it fail? Are you using relative directories, or something similar? Does the bug also affect usage in GExperts anywhere? Erik...
The name doesn't say it all but the intention is to simplify looking up units and dependant units that the components you use, needs. It requires a minor...