Jump to content
Registration disabled at the moment Read more... ×
Sign in to follow this  
Abhishek Karn

An unexpected error occurred code maintenance - A1000012

Recommended Posts

Hello All 

 

I am trying to build my Delphi code with Some French translation like caption = ''#194'ge' 

it is getting compiled but on UI i am getting some error like 

"An unexpected error occurred 

code maintenance - A1000012"

 

Can anyone help me with the same . 

we are using Delphi 10.3

Share this post


Link to post
Quote

none error here, RAD 11.2

 

procedure TForm1.Button1Click(Sender: TObject);
begin
  Caption := #194'ge';
end;
 

 

image.png.12a7b8b6673ed4b4fc4dedf83bec817c.png

Edited by programmerdelphi2k

Share this post


Link to post

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×