-
iRun_SYS always fails GX Developer 9.1
I am attempting the run some commands through the command prompt using the iRun_SYS command with GX Developer 9.1 and the function always fails. The parameters that I am passing are the same that I used for a GX with 8.5 that worked. The API is the same for the two Developer versions. How can I run commands through the…
-
TGDG: De-Risking a Gold Paleo-Placer Using Tools and Methods from the Petroleum Industry
On Tuesday, May 9, 2017 from 4:00pm - 5:00pm Toronto EDT, the Toronto Geological Discussion Group will be hosting a presentation by R. Mohan Srivastava, VP of TriStar Gold Inc., on de-risking gold exploration using tools from the petroleum industry. Click here to find out more or to register to watch online .
-
view designer issue with GX Developer 9.1
I have written some DLLs in c#; if they are built using x86 and dotnettools.dll, geoengine.core.gxnet.dll, geoengine.core.gxnetx.dll, geosoft.desktop.gxnet.dll, geosoft.desktop.gxnetx.dll in C:\Program Files\Geosoft\GX Developer\gxnet\references\x86, then I can view the designer. However, I cannot run the compiled DLL in…
-
Export contours to MapInfo
This discussion was created from comments split from: Welcome to the Oasis montaj Essentials Course Forum.
-
Reduce to Pole or Equator
This discussion was created from comments split from: Welcome to the Oasis montaj Essentials Course Forum.
-
How to combine layer based & voxel based gravity modelling for frontier basin exploration
In the early stage of exploration, seismic coverage is often sparse or nonexistent. Analyzing gravity anomalies can help unravel the basin architecture, sediment thickness, and delineate structural trends and crustal domains, all necessary to assess the hydrocarbon bearing potential of a basin. In this example we…
-
How to use moving platfrom gravity for MGS-6 ? How to add moving platfrom garvity tool for Aosis ?
Hi, My name Quy. I come from MGMC company, Viet Nam. I using Marine Gravity System (MGS-6). So I want to add moving platfrom gravity workflow for Aosis montaj. Please! You can provide manual user of moving platfrom gravity . Thanks.
-
Missing out on the conversation? Turn on notifications to start seeing it again in your inbox.
1. From My Geosoft Forums click the little gear in the right hand corner called Account Options and select Preferences. 2. Check all the boxes that apply. Make sure you select Email for the Geonet Category and you can choose to receive an email for new discussions only, or for both the discussion and all comments. The…
-
PLT file format
Hi all, where can I find the specifications for PLT files? I want to write a C++ application that will read a PLT file. Thanks Karl
-
About the GX to call C code in a DLL
Hello, I want to use a GX to call the C code DLL of my proprietary filter,. I know that to use the GX call C funtion in DLL is GX--call GX wrapper--call my DLL. And I design the GX just like the lowpass GX, but I don't know how to transmit the INT or DOUBLE argument from the GX to the GX wrapper? For example,in the lowpass…
-
About the item show profile?
Hello, I want to create my onw menu,and I want add the item show profile into my menu,but I don't know which gx is about the item...also I can't find it from the Oasis help... So where can I get the gx? or get the menu Item? thx. Best regards.
-
Application crash when calling App_LoadControl_EMAP
Hi, I'm developping a stand alone application in C++. It uses the "C" api. Calls to "App_LoadControl_EMAP" fail. In release mode, the application simply crashes. In debug mode, VS2015 tells me that my application "has triggered a breakpoint." somewhere in geoengine.core.dll. I tried compiling geomapxprt from the samples…
-
Question about GX Developer/cpp/lib
Hello, My environment: GX Developer9.1+Visual Studio 2015+Oasis montaj8.4 I want to build a dll program,and use gx to call the dll to create a database in oasis. I set the vs->program properties->VC++ Directories->Include Directories->gx developer\cpp\include; vs->program properties->VC++ Directories->Library…
-
How to edit / delete items within a group?
Hi all, I want to know if there is a way to iterate through the content of a group within a view of a map file. I would like to be able to find specific elements and get information about them (type of element, position / extent, text value etc) and possibly change some properties. I see functions to create entities but…
-
compiling proprietary c code into a dll
Hello, in the gx developer course manual module4 lesson4.1,compiling proprietary c code into a dll, I got a problem: I wanted to use gx to call wrapper.dll to call myfilter.dll, when I was coding the wrapper.c,I included all the head files ,but the define of micro "CDLLFUNC"couldn't be found in any files,so what can i do…
-
C++ interface improvements
Hi all, I decided to convert my applications that were using my own C++ wrapper around the C interface to the official GX C++ interface. I figured that it would be fairly simple since both implementation had the same concepts with smart pointers. It was a bit tedious to do but in the end it was worth it since the official…
-
VV/VA Memory
Hi Guys I am not sure if it is something i am going incorrect but i have a .net GX that loads a large Array Channel into a VA, i then get the FULLVV and work on that. My issue is that every time i call the hDB.GetChanVA function ie. for each line, the memory usage continues to go up. i have tried creating new VA for each…
-
XTool Reacting to GDB
Hi Guys I have a case where i would like to make a Xtool type application. but was wondering if there is a way to get it to react to the user changing fid(rows) in the GDB. If not does any one have any ideas on how i could make a gx that could stay permanently open in geosoft , in order to display data in a custom format…
-
Error getting Gx context
I am still working through some basics so apologies for the basic question. I have been able to open and read GDB files no problem but have become stuck opening and reading grids. Typing the following lines into python I get the message below: import geosoft.gxpy.grd as grd ctx = geosoft.gxpy.grd.GXgrd() File…
-
External Tool dialog is blank
Hi, In Montaj, when I start a gx, the External Tool dialog pops up but it is blank. In version 8.x the dialog was displayed properly. It seems to have broken in version 9.1. I upgraded to 9.1.1 but it didn't fix the issue. I can execute the gx without problem but it's annoying to have this window pop up every time. Thanks
-
Can't get geodist.dll to load
I have installed Gx Developer 9.1 and Winpython 3.5.2 and have carefully gone through (and repeated) the installation instructions. When trying to validate the install I get the message shown in the attached image. I have carefully checked path and environment variables. I have put the geosoft directory in the…
-
Finding the world position of the first point of a grid
Hi, I have a grid .grd and .gi files. The coordinate system is UTM. How can i compute the UTM location of the first point of the grid? In the following example, i fetched the following properties: SAMPLE GRID GXIPJ::get_orientation_info() - plane origin (x; y; z) = (0; 6.678.350; 0) - azimuth = 90 - swing = 0…
-
Writing a GX/python script to edit base layers within multiple maps
Hi there, I want to create either a GX or a python script that will load in a bunch of .map files and then edit a specific base layer. More specifically, if I have several maps with the same base layer, where that layer is just a text box with a string in it - I want to edit that text box without having to open each map…
-
Licence for Create_CPG
Hi, I've been testing my gxNet code for users who do not have an Oasis licence and encountered a problem with the call to create a pager. The relevant line in the code looks like this: CPG PGSpec = CPG.Create(iNy, iNx, GS_TYPESConstant.GS_FLOAT); The (hopefully correctly transcribed) error message generated is: Unable to…
-
Read/write Meta information in a gdb using gxnet
Hi, I'm having difficulty in creating and writing information in the Metadata for a gdb. I followed the process used in the FileToandFromGDB.cs, but it doesn't work for me. The relevant (elided) code section is this: hMETA = CMETA.Create(); hDB.GetMETA(hMETA); var mcData = hMETA.ResolveUMN("CLASS:/Geosoft/Data"); var…