jedicodeformat-developers Mailing List for Jedi Code Format
Brought to you by:
anthonysteele
You can subscribe to this list here.
2009 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(2) |
Jun
(2) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2023 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
From: xyz2042 <xy...@pr...> - 2023-09-10 20:59:31
|
Hi All, Hope there are still some JEDI Code Format people out there. Trying to get JcfGui.exe to work. It's a part of the JEDI Code Format project: https://jedicodeformat.sourceforge.net/ When compiling I get this error: ============================================= Field frmMain.frBasic does not have a corresponding component. Remove the declaration? ============================================= I answer no, and the program compiles. When it runs, it crashes with this error message: ============================================= Project jcfGui.exe raised exception class EAccessVioIation with message 'Access violation at address 00523F53 in module 'jcfGui.exe'. Write of address 0000025C'. Process stopped. Use Step or Run to continue. ============================================= The line in fMain.pas: frBasic.mruFiles := mruFiles; is the line that is highlighted in the debugger/editor. This the procedure where that line is: ============================================= procedure TfrmMain.FormCreate(Sender: TObject); begin SetObjectFontToSystemFont(Self); Application.HelpFile := GetHelpFilePath; Randomize; GetRegSettings.MRUFiles := mruFiles.Strings; GetRegSettings.ReadAll; fcConverter := TFileConverter.Create; fcConverter.OnStatusMessage := ShowStatusMesssage; frBasic.mruFiles := mruFiles; ///// <<<================= offending line frBasic.Read; frBasic.OnChange := SettingsChange; SettingsChange(nil); FormResize(nil); end; ============================================= Using Delphi 7 (because I can't afford the expensive newer version(s)). I've looked through the code in various versions from 2004, 2008, & 2009. Nowhere do I see a method/setting/procedure/object named: frBasic.mruFiles How could this code originally compile? Any idea about what is going on, or how to fix properly? I've searched just about everywhere in the Web I can think of. Nothing seems to be here that I can find: https://sourceforge.net/p/jedicodeformat/discussion/136080/?limit=250 Thanks for any help you can provide. |
From: denisgolovan <den...@ya...> - 2009-06-06 14:55:38
|
Hi all I've pushed some more fixes for Lazarus. - correct slash handling in filenames under Linux - several conditional define blocks for command-line version new conditional defines in sources: COMMAND_LINE - for disabling GUI code/features UNIX - for handling special cases under unix platforms -- Regards, Denis Golovan aka MageSlayer |
From: denisgolovan <den...@ya...> - 2009-06-02 19:57:29
|
Hi all! Despite some difficulties with Sourceforge svn+http transport commits, I managed to push some first fixes for aimed for Linux builds mostly. No functionality changed. Some more fixes are being prepared now. Please feel free to test and report errors/suggestions via mail or this mailing list. -- Regards, Denis Golovan aka MageSlayer |
From: denisgolovan <den...@ya...> - 2009-05-23 17:45:29
|
Hi I'd like every participant to know that I've joined developers list. So feel free to post everything which you consider useful. Thanks for attention :) BTW, Anthony, what do you think about makefile I mailed you? -- Regards, Denis Golovan aka MageSlayer |
From: Paul I. <ip...@km...> - 2009-05-19 00:50:05
|
Hello, Jedi Code Format developers list. test -- Best regards, Paul Ishenin. |