Hello,MITTAB!I'm a Chinese user.Now i use MITTAB for Resolving TAB Maps in my company.But can i use MITTAB for commercial£¿Maybe involve in legal disputes to...
1409
Daniel Morissette
dan_morissette
Jul 6, 2011 2:36 pm
... The license of the MITAB library is available at http://mitab.maptools.org/README.TXT ... and to answer your specific question: yes, this license allows...
1410
losengarden
Jul 7, 2011 2:13 pm
... Thank you very much!...
1411
wendiadriansaga
Sep 22, 2011 2:38 pm
Hi everyone, I am new user of MITAB. I need your help for my basic problem : 1) How to put mapinfo files into POSTGIS using MITAB? 2) Do we need to use same...
1412
Daniel Morissette
dan_morissette
Sep 22, 2011 3:18 pm
... The best way to do this would be to use the ogr2ogr tool that is provided by the GDAL/OGR library (http://www.gdal.org/). See: ...
1413
zoltan.szecsei
Nov 10, 2011 2:30 pm
Hi, Apologies if this pops up twice - I sent the original vial email to this group at 09:49 GMT+2 and now some 7 hours later I'm trying the Yahoo webpage...
1414
Ioannis
janagn0
Nov 15, 2011 12:52 pm
Hi all, I compiled the mitab.dll 1.7.0 as advised using VisualStudio2010 tools from the command line. My machine is running win7 64bit but I don't think that...
1415
Zoltan Szecsei
zoltan.szecsei
Nov 15, 2011 12:53 pm
Hi, I have filed this query as ticket #4337 with GDAL/OGR, but they have referred me to this forum. I am trying to deliver data, via TAB format to Geomedia MDB...
1416
Uffe Kousgaard
haansus
Nov 15, 2011 3:19 pm
Hi, I can only confirm that MITAB is able to generate null-fields in TAB files, but this is when writing the TAB files directly. I haven't tested translation...
1417
Uffe Kousgaard
haansus
Nov 15, 2011 3:19 pm
Hi, Yes, we have done this. I suggest you use the ready made DLL with C# before you try compiling it yourself. Regards Uffe Kousgaard...
1418
Ioannis
janagn0
Nov 15, 2011 5:11 pm
Hello, and thank you for the replay. Where can I get a pre-compiled binary? Regards Yiannis...
1419
Ioannis
janagn0
Nov 15, 2011 5:25 pm
Hello again, I got the precompiled version from the http://mitab.maptools.org/ and copied the dll and the header file as well as the contrib *.cs to a c#...
1420
Anthony Dunk
anthonyd.rm
Nov 16, 2011 1:53 am
Hi Yiannis, Â Have you tried using Visual Studio's Dependency Viewer tool on the DLL to check that the function you're calling in the DLL is exposed in its...
1421
Ioannis
janagn0
Nov 16, 2011 2:19 pm
Hello Anthony, Did some more work on it. The dll is working fine if you include it in the project you are working. The reason it was failing was because I...
1422
Ioannis
janagn0
Nov 16, 2011 4:56 pm
Hello again, This is going to be the last one I hope.... Further to my previous post, I managed to have the mitab dll and contributed c# classes in a different...
1423
Frank Warmerdam
nfwarmer
Jan 24, 2012 1:23 pm
Daniel / others, Would there be any objection to me upgrading the MITAB library to exclusively using the VSI*L calls instead of the plain VSI calls for the...
1424
keith_corlett
Jan 24, 2012 1:24 pm
Hi folks, Briefly: I've just gotten mitab.dll to build using VS2010's command-line tools (it won't build in the IDE), but I'm stuck with the same "reference...
1425
Patrick van Dijk
swpvdijk
Jan 25, 2012 12:59 pm
The MITAB-1.7.0-WIN32.ZIP contains contrib\dotnet\MiApi.cs and MiWrapper.cs, use those. You can't use a native DLL directly in your .NET project, you must use...
1426
Daniel Morissette
dan_morissette
Jan 25, 2012 1:04 pm
... No objection, but are the VSI calls not hook-able already? I thought the only difference between VSI and VSI*L calls was support for large file access. ...
1427
keith_corlett
Jan 26, 2012 1:51 am
Patrick, Thanks for your reply. AFTER I posted that, I learned that .NET DLL's are "a bit special" (i.e they contain .NET metadata, which "native" DLL's...
1428
keith_corlett
Jan 29, 2012 5:54 pm
I know this is a very old thread, but the content is relevant to my question, so please forgive this small necromancy. I create a dataset passing the CoordSys...
1429
Uffe Kousgaard
haansus
Jan 29, 2012 10:40 pm
Hi, Try without the bounds clause: mitab_c_create( "C:\DERM\QIF2MapInfo92;QIF2MapInfo_CS\Resources\TestData92;Output92;TAB\aurukun_i_BasePly.TAB" , "tab" , "CoordSys...
1430
keith_corlett
Jan 29, 2012 11:08 pm
Uffe, You're a bloody legend!!! ... which roughly translates "Thank you very much Uffe" in English. Cheers mate. Keith....
1431
jelmerbaas
Jun 15, 2012 11:53 am
Hi, In MapInfo there is a very quick way to get the MBR of all features in a TAB File: First: set coordsys Earth Projection 10, 157, "m", 0 Bounds...
1432
Uffe Kousgaard
haansus
Aug 6, 2012 12:30 pm
Last public release was 1.7.0 in April 2008. Looking at bugzilla, it seems like some bugs has been fixed since then (with the exception of the one I have just...
1433
Alan Boudreault
aboudreault@...
Aug 13, 2012 3:20 pm
Uffe, There is a plan to release mitab 2.0 someday... but we don't have any date with it. A few feature developments are still on hold and I have no idea when...
1434
ashutoshkumarsingh_ashu
ashutoshkuma...
Dec 6, 2012 3:30 pm
I need help to add mitab lib file to own project or can anybody tell me how to compile or run it in vs2005....
1435
ashutoshkumarsingh_ashu
ashutoshkuma...
Dec 6, 2012 3:30 pm
I tried compiling Mitab on Visual C++ 2005 Team Edition. It doesn't work with it. can any body help me regarding this any steps that i would to follow. I need...
1436
ashutoshkumarsingh_ashu
ashutoshkuma...
Dec 10, 2012 11:50 am
Can any one tell me how to add .dll in my project LNK2019 ERR C1189. ADDING DLL DOESN'T OPEN ETC.......
1437
Uffe Kousgaard
haansus
Mar 5, 2013 4:07 pm
We have been doing some tests on generating large TAB files (OpenStreetMap for Germany) and how to reach an optimized spatial index. 3 runs were executed,...