Hi, I am getting crazy ! Please anyone were able to use the function mitab_c_set_points in a VB.Net program ? I have this definition function: Declare Sub...
As a minimum you should remove Byval from the X and Y parameters. Regards Uffe ... From: "sagent100" <sagent100@...> To: <mitab@yahoogroups.com> Sent:...
Hello again! I have tried to isolate the core of my code. It is quite a few lines so bear with me. I get an exception when I call the mitab_c_write_feature...
Hello! The problem seems to be that the funtion PickSeedsForSplit found in mitab_mapindexblock.cpp internally tries to divide by zero, around line 1050. If I...
I write several data file processing tools using Microsoft Visual Studio 2005. (Microsoft Visual C++ 2005) Simple executable. Source file is a .cpp. I would...
 This is really a general question of how to link with a DLL in VS2005.  The error you're getting is at link time, so its related to the .lib file which is...
Thank you for your help so far. I added Project -> Properties -> Configuration Properties -> Linker - ... Now I get even more cryptic: mitab.dll : fatal error...
 Yes, there does not seem to be a .lib file in the distribution. The only way I know of to use the DLL in this case is to use LoadLibrary() calls to access...
Here's what I did so far. Downloaded additional mitab-1.7.0.zip (even though document http://mitab.maptools.org/ said MITAB-1.7.0-WIN32.ZIP: ... is "all you...
Oh Ok. Sorry I hadn't read your recent response yet. I will try this tomorrow LoadLibrary("mitab.dll" etc. I had already started to create .lib files but got...
I think I might prefer to do that: compile and link all mitab modules with my own code. That way it's somewhat understandable. I'm starting with a simple test...
Is it possible to specify "charset" when creating new files? When I look at the source code it seems to always use "neutral", which means undefined. I would...
... Are you using the C++ classes or the C API? In C++, there is a IMapInfoFile::SetCharset() method that should do what you need (it was added in v1.6.2)....
... C API. If you can add the function to the API it would be great. Otherwise we do it, when we get to that point in our development - the need is not just ...
... I had started working on random update (i.e. read+write) support a few months ago but then ran out of time and since then that has gone down in my list of...
Hi I am new user to ARCGIS engine and MiTab i want to export the arcmap in ARCGIS engine in MIF/MID format and import MIF/MID in arcmap using C#.net.Is any one...
Hi Daniel  I have following fields in tab file and along raster images. I want to convert them into Mif/Mid.  !table !version 300 !charset WindowsLatin2 ...
Pankaj, I believe the issue is that MITAB does not support .tab raster labels, and that there is no MID/MIF equivelent to them. Best regards, On Thu, Mar 26,...
... There are two of problems with your request: 1- This is a raster TAB dataset and is not supported by MITAB: MITAB supports only vector (point, line,...
The MITAB library only supports simple TAB files: Those that are made up of a TAB+MAP+ID+DAT file. Raster files are not supported. In addition to this the MIF...
Hi  I have an tab file which contains the following projection data:- CoordSys Earth Projection 8, 62, "m", -99, 0, 0.9996, 500000, 0 Bounds (476504,...
... The MITAB library by itself can't do that, but the OGR library, which uses MITAB internally for MIF/TAB files, can do reprojections. OGR's ogr2ogr utility...
Hi I have an tab file which contains the following information (530000.000000,2460000.000000) (0,0) Label "Pt 1", (540000.000000,2460000.000000) (4000,0) Label...
That looks like a registration file for an image file in MapInfo (i.e. a Raster) OGR2OGR only converts vector files I believe- so basically you are trying to...
... Pankaj, This is a .tab file used to provide georeferencing for a raster file. These files are not read by MITAB, but may be supported by GDAL - at least...
Hi  Thanks Frank.Basically I want to convert  lambert projection into Polyconic can you tell me the way through which i can used this OGRSpatialReference...
Hi  Thanks Frank.Basically I want to convert  lambert projection into Polyconic can you tell me the way through which i can used this OGRSpatialReference...
... Pankaj, The docs for importFromMICoordSys() are at: http://www.gdal.org/ogr/classOGRSpatialReference.html#1acf0f6cac3125cc878a99433033c140 There is...
Hi I have .shp file.I created a feature class from .shp.In which all points ain decimal degree.In my project i have used two type of projection like WGS 84...