View Issue Details

IDProjectCategoryView StatusLast Update
0005956JEDI VCL00 JVCL Componentspublic2012-09-10 14:15
ReporteralperozbekAssigned ToAHUser 
PrioritynormalSeverityblockReproducibilityalways
Status resolvedResolutionfixed 
Product Version3.45 
Target VersionFixed in Version3.46 
Summary0005956: On Change Action Of TJVEdit triggers Feature Not Implemented Error on 64 bit version
DescriptionI am using Delphi XE2 Update 3 and JVCL345CompleteJCL231-Build4197. There is On Change Event of TJvEdit that the codes included in the Additional Information triggers "Feature Not Implemented Error" on Win 7 64 Bit. What can be the reason of this issue? I think someone has been reported a similar issue which was below.

Dawid Najgiebauer wrote:

In 64-bit applications I place f.ex TJvEdit ... After run and press
any key, during component focused, (key_down) I get error
ENotImplemented - 'Feature is not implemented'. When I compile my
project in 32-bit, all is fine. Any Ideas?

Delphi XE2 + Update 2 + JVCL from Embarcadero page (3.45)

There still might be a few places where the JVCL and JCL do use

System.Error(rePlatformNotImplemented);


for the 64-bit target and thatswhy you get that error. Please report
this issue with steps in our Issue Tracker
Additional Informationprocedure TMusteriBilgileriDuzenle.carisorguChange(Sender: TObject);
begin
with cari do
begin
close;
with SQL do begin
Clear;
Add('select * from cari');
Add('where CompanyName LIKE "'+carisorgu.Text+'%" order by CompanyName Asc');
end;
Open;
end;
cari.Active:=True;
end;
TagsNo tags attached.

Activities

AHUser

2012-08-16 19:23

developer   ~0020116

Fixed in svn revision 13397.

Issue History

Date Modified Username Field Change
2012-08-16 13:07 alperozbek New Issue
2012-08-16 19:23 AHUser Note Added: 0020116
2012-08-16 19:23 AHUser Status new => resolved
2012-08-16 19:23 AHUser Fixed in Version => Daily / SVN
2012-08-16 19:23 AHUser Resolution open => fixed
2012-08-16 19:23 AHUser Assigned To => AHUser
2012-09-10 14:15 obones Fixed in Version Daily / SVN => 3.46