Search the web
Sign In
New User? Sign Up
mitab · MITAB Users List
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 988 - 1017 of 1383   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
988
Dear listers, I need to convert a SHP file in a TAB file with attributes stored in Access table instead on .dat file. In fact the application which will read...
geomag2009
Offline Send Email
Aug 1, 2005
12:43 pm
989
... No, the .map file doesn't contain any information about the database structure, it contains only the geometry and styling stuff. ... Maybe the .mdb table...
Daniel Morissette
dan_morissette
Offline Send Email
Aug 1, 2005
5:44 pm
990
Hey All, I have recently studied the source of mitab library. And it's very hard to read the code without the MITAB file format. Can anybody help me? Do you...
lonelyghost317
Offline Send Email
Aug 6, 2005
8:41 am
991
Hi As the TAB file format is proprietory it is undocumented but this link should give you a good idea of what is going on. ...
Jim Hope
jim_hope_1
Offline Send Email
Aug 8, 2005
2:27 am
992
The link I sent you (http://www.routeware.dk/notes.html) is the closest you get an easy to read description of the file format. The most exact description is...
Uffe Kousgaard
haansus
Offline Send Email
Aug 8, 2005
2:28 am
993
Jim Thank you for your reply first.And it's very kind of to send me the link. I have looked for it many weeks. Thanks a lot. Regards lonelyghost ... DO YOU...
 
lonelyghost317
Offline Send Email
Aug 8, 2005
1:26 pm
994
I see.I will read the source code with the note. Thank you very much. Regards lonelyghost ... DO YOU YAHOO!? ...
 
lonelyghost317
Offline Send Email
Aug 8, 2005
1:26 pm
995
Hi all, the lib seems to be wrong when used in MFC. When linking, the linker report it conflicts with LIBC.lib. Then i used /nodefaultlib:"LIBC.lib", the...
vietvlth
Online Now Send Email
Aug 31, 2005
8:13 am
996
Hello there, Is it planned to add to the next release the ability of getting and setting the font style for TABFC_FontPoint features ? Thanks...
frenversez
Offline Send Email
Sep 6, 2005
2:55 pm
997
Hello again, I wonder why, when applying a rotation angle to a text object, MITAB seems to take the MBR's lower-left corner for rotation center, when MapInfo...
frenversez
Offline Send Email
Sep 6, 2005
4:11 pm
998
Hi, Im using MItab with Visual Basic 6.0 1) I need to create points with custom symbols. All is ok but I don't know how set the "Display at Actual Size" and...
sagent100
Offline Send Email
Oct 4, 2005
9:45 pm
999
... Not via the C API. The "Show Background" effect is set via the MIF symbol's customstyle parameter (see the MIF spec, top of page 692 of ...
Daniel Morissette
dan_morissette
Offline Send Email
Oct 7, 2005
3:14 pm
1000
Hi everyone, A couple of important additions have been made to the MITAB library recently which will constitute a new 1.5.0 release. However, due to the nature...
Daniel Morissette
dan_morissette
Offline Send Email
Oct 8, 2005
12:28 pm
1001
Hi all, I've use MinGW to compile the mitab libraries and test programs. The libraries and test programs *seem* to work OK, but I dont get any return values....
tinbredss
Offline Send Email
Nov 8, 2005
1:28 pm
1002
I've downloaded the precompiled DLL, used the MinGW 'pexports' program to create a '.def' file and then used 'dltool' to create a linkable library from the...
tinbredss
Offline Send Email
Nov 8, 2005
1:30 pm
1003
... Andreas, The original problem is because the expansion of EPSG:31463 is not easily identified as being datum 1000 for mapinfo format. The name does not...
Frank Warmerdam
nfwarmer
Offline Send Email
Nov 8, 2005
3:35 pm
1004
... I'd like this functionality too. Also font size maybe?...
tinbredss
Offline Send Email
Nov 10, 2005
2:16 pm
1005
My calls to mitab_c_get_symbol_no(), mitab_c_get_symbol_color() and mitab_c_get_symbol_size() do not return the correct values for FontSymbols. Am I missing...
tinbredss
Offline Send Email
Nov 10, 2005
4:08 pm
1006
Dear List My understanding from previous postings on the list is that MITAB will not allow you to edit an existing table that was created by MapInfo. I further...
bob young
bob@...
Send Email
Nov 11, 2005
11:55 am
1007
Hi Bob, I think you are correct on both points. I think you can only add objects to a tab file using MITAB at the time the file is created - you certainly...
James Perrins
james_perrins
Offline Send Email
Nov 11, 2005
1:15 pm
1008
Hi, I'm new to mitab. I've compiled the latest version for windows and have created the most basic MFC application. When I click a button, the following code...
scumhampton
Offline Send Email
Nov 24, 2005
12:38 pm
1009
I have tried with the 'C' interface and get exactly the same error. Any ideas what I'm doing wrong? ... From: mitab@yahoogroups.com...
Tim Smith
scumhampton
Offline Send Email
Nov 28, 2005
5:30 pm
1010
... Oh... plus the files in the cpl and ogr directories of course. sorry. -- ... Daniel Morissette dmorissette@... DM Solutions Group...
Daniel Morissette
dan_morissette
Offline Send Email
Nov 28, 2005
6:48 pm
1011
I'm not very familiar with the MFC environment, but the error "Unhandled exception at 0x00550573 (ogrinfo.exe) in MitabTest.exe" doesn't seem to make much...
Daniel Morissette
dan_morissette
Offline Send Email
Nov 28, 2005
6:51 pm
1012
I have created a win32 console application and it seems fine. not sure what the problem is when using MFC! ... error "Unhandled ... seem to ... included ... ...
scumhampton
Offline Send Email
Nov 29, 2005
1:57 pm
1013
Yes, this is the problem I'm getting. I can compile a Win32 console app fine. Has anyone been able to build an app using MFC? I'm using VC7. ... the ... ...
scumhampton
Offline Send Email
Nov 29, 2005
3:46 pm
1014
The default with a MFC app is to link with the libraries in a shared dll. You will either need to change the MiTab to use shared dlls, or your MFC app to use...
Ned Harding
NHARDING@...
Send Email
Nov 29, 2005
4:41 pm
1015
Hi Ned, I tried statically linking the MFC dlls and get the same problem. Grrr! ... From: mitab@yahoogroups.com [mailto:mitab@yahoogroups.com] On Behalf Of Ned...
Tim Smith
scumhampton
Offline Send Email
Nov 29, 2005
6:42 pm
1016
I'm getting these link errors LIBC.lib(crt0dat.obj) : error LNK2005: _exit already defined in msvcrtd.lib(MSVCR71D.dll) LIBC.lib(crt0dat.obj) : error LNK2005:...
Tim Smith
scumhampton
Offline Send Email
Nov 29, 2005
6:42 pm
1017
The first problem is of different 'code generation' settings. So use for all parts the same settings like 'debug multithread DLL' or so. Koos Ouwehand ...
Koos Ouwehand
koos_ouwehand
Offline Send Email
Nov 30, 2005
2:38 pm
Messages 988 - 1017 of 1383   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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