Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

mitab · MITAB Users List

The Yahoo! Groups Product Blog

Check it out!

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 1287 - 1316 of 1437   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
1287 guitarmensa Send Email Aug 11, 2008
11:12 am
I downloaded a sample map of the Halton Region Municipality, Ontario from StreetPro Canada. The demo is a MapInfo Professional workspace. Then I tried using...
1288 Daniel Morissette
dan_morissette Send Email
Aug 11, 2008
1:47 pm
... This error would usually suggest that the file is either not found or in a variant of the TAB format that the MITAB library does not support, but I just...
1289 guitarmensa Send Email Aug 11, 2008
9:00 pm
As it turns out I do have version 1.70. So to make things error-proof I copied TAB2TAB.exe into the same directory as the TAB files and sure enough it worked....
1290 sheng_xie Send Email Aug 18, 2008
1:40 pm
when converting a MIF file to TAB via TAB2TAB.exe,it seem to be have some bugs for a polyline feature for example, a polyline define as follow in a Mif file " ...
1291 Uffe Kousgaard
haansus Send Email
Aug 18, 2008
2:21 pm
Try to convert back to MIF and see if it is still the same. Also, check your bounds clause in the original MIF file. Does any of the coordinates gets truncated...
1292 spdview Send Email Oct 14, 2008
9:00 pm
Hi, I've created a table from xls file. The table contains 100 lines. After all these operations i can read it from mitab. Then i went to table structure and...
1293 Mikael Larsson
d97micke Send Email
Oct 20, 2008
1:29 pm
Hello! I'm writing a software to convert a file from one coordinate system to another. I do this by reading the different objects from the file with the...
1294 Anthony Dunk
anthonyd.rm Send Email
Oct 20, 2008
11:35 pm
Have you tried adding a try { .... } catch (..) { } block around the call that crashes ? ... From: Mikael Larsson <mickeboy@...> Subject: [mitab]...
1295 Mikael Larsson
d97micke Send Email
Oct 21, 2008
8:50 am
Yes, but that does not work for me. I never enter the catch-part, I still get a crash on the same line of code. To: mitab@...:...
1296 Anthony Dunk
anthonyd.rm Send Email
Oct 22, 2008
2:02 pm
Perhaps you need to go to the source of the problem and check that the object is valid before writing it out. Also check that you're calling the correct mitab...
1297 Anthony Dunk
anthonyd.rm Send Email
Oct 22, 2008
2:03 pm
Go back to basics. Are you sure you're using the right function calls to output a feature ? Also, is there a problem with the data you're reading from the...
1298 Anthony Dunk
anthonyd.rm Send Email
Oct 22, 2008
2:05 pm
And here's the minimal example to create a TAB file. It seems as though you have to have at least one field for Mitab to output a valid TAB file that MapInfo...
1299 Mikael Larsson
d97micke Send Email
Oct 22, 2008
9:32 pm
Hello! Thank you for your reply. However I don’t think that there is something wrong with the code since it has worked very well for hundreds of files. I...
1300 sagent100 Send Email Oct 27, 2008
1:28 pm
Hi, Is it possible to know the table type once this is opened ? Ex: Native, View, Raster, etc Thank you !...
1301 Sören Lindqvist
soli004 Send Email
Oct 27, 2008
1:28 pm
Hello! Can someone help me with this command. I have a folder lets say D:\Data&#92; that contains 50 tab and its related files. I want all of this files to be...
1302 Daniel Morissette
dan_morissette Send Email
Oct 27, 2008
9:01 pm
... In C++, you can use the IMapInfoFile::GetFileClass() method after opening a dataset and it will return you one of: typedef enum { TABFC_IMapInfoFile = 0, ...
1303 Daniel Morissette
dan_morissette Send Email
Oct 27, 2008
9:08 pm
... The tab2tab.exe program (in the MITAB Windows download package) is what you'd use to convert a single file between MIF and TAB formats. e.g. tab2tab.exe...
1304 Soren Lindqvist
soli004 Send Email
Oct 28, 2008
10:42 am
Thanks Daniel, Does this mean you must have the tab2tab.exe in the same folder as all the tab files? I tried with @echo off Cd d:\data&#92;mitab-1.70-win32 ...
1305 Soren Lindqvist
soli004 Send Email
Oct 28, 2008
10:42 am
I have finally got it to work but only half way... I get ERROR3... could not be open as a MapInfo dataset Failed to open .... I have tried two different tab...
1306 Anthony Dunk
anthonyd.rm Send Email
Oct 28, 2008
11:17 am
Hi Soren, This is off topic for this newsgroup, and you can find a lot about DOS batch scripts by doing a Google, but the following batch script will probably...
1307 Daniel Morissette
dan_morissette Send Email
Oct 28, 2008
11:39 am
... The error suggests that the tab datatsets are either corrupt, or use some format options that MITAB doesn't support. If you can zip up and send me one of...
1308 sagent100 Send Email Nov 9, 2008
7:56 pm
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...
1309 Uffe Kousgaard
haansus Send Email
Nov 9, 2008
9:58 pm
As a minimum you should remove Byval from the X and Y parameters. Regards Uffe ... From: "sagent100&quot; <sagent100@...> To: <mitab@yahoogroups.com> Sent:...
1310 Mikael Larsson
d97micke Send Email
Nov 18, 2008
10:10 pm
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...
1311 Mikael Larsson
d97micke Send Email
Nov 23, 2008
3:02 pm
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...
1312 skahrkling Send Email Nov 24, 2008
9:59 pm
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...
1313 Anthony Dunk
anthonyd.rm Send Email
Nov 25, 2008
1:54 am
  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...
1314 skahrkling Send Email Nov 25, 2008
2:50 pm
Thank you for your help so far. I added Project -> Properties -> Configuration Properties -> Linker - ... Now I get even more cryptic: mitab.dll : fatal error...
1315 Anthony Dunk
anthonyd.rm Send Email
Nov 25, 2008
10:19 pm
  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...
1316 skahrkling Send Email Nov 25, 2008
10:41 pm
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...
Messages 1287 - 1316 of 1437   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help