Jump to content
Mark-

TEdgeBrowser and 10.2.3...

Recommended Posts

Hello,

 

Can TEdgeBrowser be used in 10.2.3? I can download and install 10.4 in a VM, copy the component/files to 10.2.3 if it will work.

 

Ideas, other than to switch to 10.4?

 

Thanks.

 

Mark

Share this post


Link to post
2 hours ago, Fr0sT.Brutal said:

Why not? It's just a wrapper, no magic AFAIU

Don't know, hence the asking.

Thanks for the response.

Edited by Mark-

Share this post


Link to post

Well so far, so good. [ Changing the code in Vcl.Edge. ]

 

I had to make changes to every location an inline var or const is used, a few dozen, not too must trouble.

Only real pain is when the same var name is used in a function, in different blocks of the function, and the type is different in each block. 

 

Now, one line of code that uses TDictionary.TryAdd which does not exist in 10.2.

I have not used TDictionary so I need to see if I can change the line to get the same operation using existing TDictionary functions and/or a few more lines of code.

 

Edited by Mark-

Share this post


Link to post

Not quite sure what you're doing right now, changing your code or TMS code, or what.

But the TDictinary is maybe worth to replace by Spring4D dictionary, to circumvent such errors..

Share this post


Link to post
7 minutes ago, Rollo62 said:

Not quite sure what you're doing right now, changing your code or TMS code, or what

 

> Can TEdgeBrowser be used in 10.2.3?

 

Changing the code in Vcl.Edge.

 

Thanks for the response.

 

Share this post


Link to post

The results.

 

All seems to be working.

The TDictionary.TryAdd missing was solved with two lines of code.

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×