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...
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...
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...
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....
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...
... 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...
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...
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@...
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...
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...
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...
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 ... ...
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 ... ...
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@...
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...
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:...
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 ...
Hi Koos, I have built the MiTAB library using the makefile.vc I just don't know what the problem is - it works when building a Win32 console app - but not with...
Hi Koos, Of course, you are right. This is what I did: Change this line in the nmake.opt file OPTFLAGS= /Zi /nologo To explicitly link with MSVCRT.lib for...
All, I am very new to VB .net. I have an array of x y coodinates x() and y () that need to be passed to mitab_c_setpoints function in the mitab.dll. VB .net...
Hi, I am using mitab_c_set_symbol(feature,symbol_no,symbol_size,symbol_color). I know that symbol_no takes a values between 32-67 but what does each of these...
I am just starting to use MITAB 1.5.0-beta1. Sorry it took so long for me to start testing but it has been really busy here and I couldn't begin testing until...
Hi, When I use mitab with a windows application (an Exe or Console), it works well for me. It is not stable when I use it in my asp.net project. What are the...