-
Calling Python script from within GX
Hello, Does anyone know how I can calls a Python script to from within a Geosoft GX? Or if it is possible? I have specific tools and functions I want to use from Python. There is not much information in the documentation regarding development using Python. Thanks
-
What to do to compile .net programs under GX developer 8.5.1
Hi Geosoft, It appears using GeoEngine, Geosoft.Desktop and Geosoft.DotNetTools.GXNETWindowsForm are no longer available in GX developer 8.5.1, right? What should I do to compile .net programs which worked under GX developer 8.4.1? Karl Kwan Geotech
-
GX Developer 8.5.1 - AVAILABLE
Hello, We are happy to announce the release of GX Developer 8.5.1. Notable in this release: •Bug fixes that are part of the 8.5 and 8.5.1 release of Geosoft platforms (Oasis montaj and Target). •New voxel handling functions that support reading and writing of Geosoft voxel files, plus significant performance improvements…
-
glib win64
Hi guys, Would you be able to make the glib available that you used to compile your developer kit with (header and lib files). The download only contains the dll's. I've build one using MinGW64 on MSYSY2 but starting the app that I compiled and linked using Visual Studio I get an runtime error stating that the function…
-
Compiling GX for Oasis Montaj v7.0
Hello, When I build my GX for other users who are working with Oasis Montaj 7.0 They receive the error that my GX is a newer version (1.003) gx than they can run with their system (up to v1.002). Is it possible to compile GXs to run in older versions of Oasis? Alternatively where can I access an older version of the gx…
-
GX Developer 8.4.1 - AVAILABLE
Hello, Please be advised Geosoft has received report of an issue with the compiler in GX Developer 8.4. This issue has been resolved in GX Developer 8.4.1. The 8.4.1 version is available now for you to download via the Download tab or by going to https://my.geosoft.com/downloads/gx-developer-toolkit We are sorry for any…
-
Display SQL Server GEOMETRY column on Geosoft Map
Hello, I am wondering what the best approach would be to display SQL Server GEOMETRY (point, line, area) data in a Geosoft Map. I expect this to be a custom GX that I would need to write, but please give me some direction on the best way to tackle this. Does Geosoft parse JSON strings easily? Would the new Python API be…