Hi All ! I want to test MITAB with Visual Basic 6.0. I've downloaded the MITAB-1.2.4.zip file but I coud not find a complete Visual Basic example and the .DLL...
To users of MITAB from Visual Basic - I've just tested the mitab_test.vb code example with the ver 1.2.4 MITAB dll and found a few errors !! :(. I've attached...
G'day all, I frequently need to use custom local projections created with an affine transformation clause. As far as I can tell, mitab does not support this....
... Neil, I think it would be worthwhile to file this as a bug. I think it will be somewhat inconvenient to resolve since there is no way to represent this in...
... not ... the ... 6391839.14486345 ... will ... represent ... used ... warmerdam@p... ... Rent Frank, I have filed a bug. The affine projectionis defined...
Hi list ! I hope anyone could help me. How can create a table with a NonEarth CoordSys clause like this?: CoordSys NonEarth Units "m" Bounds (-1.00000000001,...
Is there a real VB demo around for mitab? One that includes a project file? I have a couple of VB files: mitab.vb,v 1.6 2002/09/07 13:59:38 daniel ...
david@...
Sep 22, 2003 1:45 pm
706
Hello Sligthtly Confused :) - 1) No, there is no "real" VB demo for Mitab (at least not in the Mitab zip file). The vb files is programmed in the MS Office...
... Now even more confused! :-) ... Oh, ok - once I get this going I'll make one for it to be put on the website if required. I guess more people use VB than...
david@...
Sep 23, 2003 12:03 am
708
... That's quite likely because I didn't update the zip file on the website after Bo submitted the fix to the mitab_vb_test.vb. ... MITAB tries to assign the...
Hi Daniel, I'm a newbee to all this. But so far I can see you have done some great work. Could you e-mail me the new mitab_vb_test.vb file? I check this...
... Ah, ok. ... Yes, tested by commenting out the multipoint stuff from the routine, and it now creates a 300 table. For interest's sake, if I create a table...
david@...
Sep 23, 2003 11:52 am
711
Hi All, I'm just posting this to save other VB people without a clue some trouble. This VB interface is just wrapped around the beautiful work of Daniel ...
... I have updated the zip file on the website with the latest version of the mitab_vb_test.vb file. Nothing else has changed. -- ... Daniel Morissette...
... I'm not sure what would happen... it's quite likely that MapInfo would skip the multipoint geometry and make only its attributes available since it doesn't...
Hi All. I am using the lasted release (1.2.4) ... ' Please, put this code in a Button and run it. ' You will see two different polylines when in fact both...
To "sagent100" - RTFM !! =:-) your bounds parameters in mitab_c_create is arranged in the wrong order: Public Declare Function mitab_c_create Lib "mitab.dll"...
THANK YOU VERY MUCH BO !!! ... String, ... south As ... EAST As ... ("c:\Test_NonEarth.tab", "tab", "CoordSys ... - ... - ... ("c:\Test_NonEarth.tab", "tab",...
Hello all, being desperate for a solution on a bug I face in my code I descided to disturb this list as well with a question that might not be part of the ...
We are running Mappoint 2002 and we would like to create a Map of that just shows the Unitied States including Hawaii and Alaska and exlcudes the Canadian...
Hi Try to look in this librrary it may help you http://geotools.sourceforge.net/index.php?newlang=eng Omar ... Keep in touch whilst on the go - get selected...
Omar Dreza
o_dreza@...
Oct 3, 2003 1:08 pm
720
Thank you very much for replying, I will take a look and let you know. Dan ... From: Omar Dreza [mailto:o_dreza@...] Sent: Friday, October 03, 2003...
Hello, i tried mitab 3 years ago, and now i download the last version. I've got a problem. before i did in this simplified code : //Create the new file TabFile...
What is the exact error (exception) message that you get from mitab_c_write()? You can get the error message using mitab_c_getlasterrormsg(). Daniel...
Hi all, Anyone have ANY experience using MITAB libraries within a perl environment? I want to render SVG from Perl which in turn obtains info directly from MI...
Nope Ben, never used Perl at all - But.. I did find a reference using Google to a perl extension which allows you to call arbitrary functions in windows dll's,...
Hi all After converting midmif files with Text Feature into Tab Files (with the mitab Library) some Labels in the Result File are shifted in the X-Axis. When I...