A Teradata driver
https://docs.teradata.com/reader/KP_NIh4nlP5RTHnJQmhdCg/YcMJm0lYELAAA96otbKdPQ
Firefox prevented a fingerprint tracker on that page!
+100000000 for this
Except this Library does not come pre-installed on Windows, Mac or Linux.
As well, “Core” is only the base/main library, so depending on what functionality you’ve incorporated, you’ll quickly get into dependency issues to complicate your now expanded installation routines.
Like Information about the Windows Universal Runtime — Xojo documentation but not as straight forward.
[quote=475426:@Scott Cadillac]Except this Library does not come pre-installed on Windows, Mac or Linux.
As well, “Core” is only the base/main library, so depending on what functionality you’ve incorporated, you’ll quickly get into dependency issues to complicate your now expanded installation routines.[/quote]
I assumed ensuring Core is installed would be part of this and I primarily use the Web framework so ensuring it is installed on my web server is simple. This could be more complicated for desktop apps but there are options to make this work as well. In C# you can pick the compiler option that includes Core so that they don’t need it pre-installed when you distribute your app.
SVG import / export as picture x-platform
That would solve some problems…
GMImageMBS class can already load SVG and render them in a size as picture.
And as SVG is XML Format, you can build SVG yourself from your own classes to hold information.
e.g. someone could write an Object2D to SVG export in Xojo.