Hello group, I have two questions: 1) When I try to link a c program that uses the mitab and the mysql libraries, the linker complains about symbols that are...
Some of your libs are compiled using Single Threaded (LIBC) and other libs are compiled using Multi Threaded (LIBCMT). Try compiling the lot either all in...
... From: "frisbee_fr" <gis@...> ... Use EntryPoint="_mitab_c_open@4" Check one of the headers from either Delphi or VB for the correct function names...
Thanks for the help, unfortunately, using EntryPoint="_mitab_c_open@4" et al. didn't help. My program still crashes without a hint of what exactly happend...
The mitab dll is (now) build with the stdcall calling convention. That means, among other things, that the function names will be appended with a "at" sign...
I just start using the MITAB library (1.2.3) to read/write TAB and MIF files. I think the handling of MIF text elements is NOT correct, i changed a little into...
Hi, How does it possible to view a .gst file in Internet Explorer? I.e i want to have like a Plug-in component so as to do normal operations like Pan, Zoom...
Hi, I notice that some MapInfo supported projections (eg. New Zealand Map Grid, Robinson) are commented out in the proj4 header and not included in ...
... Martin, There are a number of holes in the OGRSpatialReference conversions to PROJ.4; however, I did make a bunch of improvements to this especially for...
Hi all, I'm presuming you can access MITAB libraries in Java...my question is can you access MITAB libraries and utilize them within a web environment? Ie....
gst file is a workspace file that is openable by Mapinfo MapX Object.This object is available as Microsoft Windows COM compliant object. If your objective is...
Hi shamim, Yes, as u said, we need to view the vector file in the IE instead of image file. We searched for such plug-in but we couldn't what exactly u...
Hello Bo and others, unfortunately, defining the calling convention explicitely makes no difference, but it looks like the problems arise from the functions...
Hi Frank - The "_vb" functions is made for those languages that doesn't support strings as return values from dll based functions, f.ex Visual Basic (and...
Hi Rajesh I assume that you are interested on displaying the map by streaming vector file from the web server. For this purpose the Software that you must look...
Hi, I am a student and working on a project . But I have encountered some difficulties . I write a code in Vc++ but can't intract with the digitized mapinfo...
Hi, I ran into the following problem: tab2tab.exe seems to be unable to properly convert mif/mid files where the data in the mid contains lines longer than 512...
I've just gotten started with MITab, so please forgive obvious novice errors. I'm trying to include MITab objects in my program, but I'm having a link problem....
Josh Mittleman
josh@...
May 21, 2003 5:44 pm
634
... Found it myself: The mitab libraries were linked single-threaded and I'm linking my app multithreaded. The errno problem is a dead giveaway as it turns...
Josh Mittleman
josh@...
May 21, 2003 6:54 pm
635
Does someone have a sample MITAB program to post that creates data? tab2tab is fine as an example of reading a file and writing out existing data to a file;...
Josh Mittleman
josh@...
May 21, 2003 8:11 pm
636
Hi I tried exporting from Autocad Map to MIF the object data found missing with the MIF..what is the procedure?? Thanks in Advance Rajesh...
Hi, I have a doubt in finding distance with MapInfo Mapx APIs. I used the distance API (OBJECT.Distance( x1,y1,x2,y2 ) ) to find the distance between two...
You're using simple cartesian geometry to get the distance. For a spherical, spheroidal or ellipsoidal surface, cartesian geometry will not give the correct...
It is mistake in genetated wrap-file. If you look at the code you find that the function return nothing. Symply fix the wrappper and rebuild the project For...
In my continuing effort to create a program that writes TAB files, I'm delving into tab2tab. In my first experiment, I took a MIF file that I generated and...
Josh Mittleman
josh@...
May 30, 2003 3:03 pm
641
MapInfo's default coordinatesystem is longitude/latitude. That is why your import in MapInfo Pro works. It also seems like MITAB has meter (non-earth) as...
Thanks for the reply, Uffe. ... Is this something you know from another source, or are you deducing it from my experiment? I'm not doubt it, I just want to...