View Issue Details

IDProjectCategoryView StatusLast Update
0005129JEDI VCL00 JVCL Componentspublic2011-06-10 16:09
ReporterdeboseAssigned Toobones 
PrioritynormalSeverityblockReproducibilityalways
Status resolvedResolutionfixed 
Product VersionDaily / GIT 
Target Version3.40Fixed in Version3.40 
Summary0005129: JVCL\devtools\JVCLConvert cannot be compiled in Delphi 2010
DescriptionJVCL\devtools\JVCLConvert cannot be compiled in Delphi 2010

Only one string blocks it from compiling.
I attached patch :)
TagsNo tags attached.

Activities

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);

obones

2010-03-08 15:54

administrator   ~0017247

Thanks, this is now solved in SVN

Issue History

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