View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005129 | JEDI VCL | 00 JVCL Components | public | 2010-01-24 17:34 | 2011-06-10 16:09 |
Reporter | debose | Assigned To | obones | ||
Priority | normal | Severity | block | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | Daily / GIT | ||||
Target Version | 3.40 | Fixed in Version | 3.40 | ||
Summary | 0005129: JVCL\devtools\JVCLConvert cannot be compiled in Delphi 2010 | ||||
Description | JVCL\devtools\JVCLConvert cannot be compiled in Delphi 2010 Only one string blocks it from compiling. I attached patch :) | ||||
Tags | No tags attached. | ||||
2010-01-24 17:34
|
JvclConvertPatchForD2009.patch (450 bytes)
Index: fJvclConverterMain.pas =================================================================== --- fJvclConverterMain.pas (revision 12678) +++ fJvclConverterMain.pas (working copy) @@ -444,7 +444,7 @@ begin Item := SearchList.Selected; if Item <> nil then - WinExec(PChar('Notepad ' + Item.Caption), sw_Normal); + WinExec(PAnsiChar('Notepad ' + Item.Caption), sw_Normal); end; procedure TfrmMain.FormCreate(Sender: TObject); |
|
Thanks, this is now solved in SVN |
Date Modified | Username | Field | Change |
---|---|---|---|
2010-01-24 17:34 | debose | New Issue | |
2010-01-24 17:34 | debose | File Added: JvclConvertPatchForD2009.patch | |
2010-03-08 15:54 | obones | Note Added: 0017247 | |
2010-03-08 15:54 | obones | Assigned To | => obones |
2010-03-08 15:54 | obones | Status | new => resolved |
2010-03-08 15:54 | obones | Resolution | open => fixed |
2010-03-08 15:54 | obones | Fixed in Version | => Daily / SVN |
2010-03-08 15:54 | obones | Target Version | => 3.40 - not yet released |
2011-06-10 16:09 | obones | Fixed in Version | Daily / SVN => 3.40 |