Since I'm the first to post after the 21st of Dec: Merry Christmas and a happy New Year to everybody ! Now to the problem: I am creating a TAB file with a...
... Uffe, I see what you mean. I will dig into it. Note that you are using a custom *datum* (9999), and *ellipsoid* 10 (Bessel). Best regards, -- ... I set...
... Uffe, There was a bug in parsing the ellipsoid number out of the coordsys string for datum 999 and datum 9999 values. The following patch fixes it: RCS...
Thanks a lot. I have even managed to compile the new version and it works according to the user. But the DLL is 12 Kb larger than the one on the website. I'm...
Hello, I just compiled and used mitab 1.2.2 on win32. Great. But unfortunately, I had a problem with commas in MIF file : Creating a MIF will generate : ... ...
Which software was used to produce this MIF file? Is it MapInfo? And can MapInfo read this file? I believe this comma (instead of decimal point) is getting...
Oh wait... I re-read your message and I seem to have mis-interpreted it initially... sorry :( Did you mean that it is MITAB that produced this broken MIF file...
From: "Daniel Morissette" <morissette@...> ... MIF files should always be with "." - no matter the regional setting. This is true for all aspects of...
Right ! I made it with mitab library ! and re-read it with mitab library. I cannot explain why, it made it with "," instead of "." for decimal point. I tried...
Hi, I assume someone will set me straight on this, but I seem to lose 28 bytes every time I use SetFeature with a "no geometry" feature type. Note that if I...
... Martin, I had no problems reproducing your results ... valgrind rocks as a memory checker!. I used the following test program: #include "mitab.h" int...
Frank, Thanks for the info. I added your fix but now it hangs on poFile->Close(). The difference from your test app is that I have written zero spatial ...
Hi, I've run into two little road blocks with MITAB, and I was hoping that there was either a simple work-around, or possibly support could be added into...
... I applied Frank's proposed fix and modified his test program to write only 10 NONE features to the file to try to reproduce the freeze that you reported...
sorry to ask again, but I had not solution, and would like some help if possible. mitab library made files with "," ! thanks ... -- Riccardo Cohen Articque Les...
I finally found but not solved I tried the little example provided, and the numerics where well written with ".". So i made a separate project with the same...
this should fix it -> setlocale(LC_NUMERIC,"English"); ... From: Riccardo Cohen [mailto:rcohen@...] Sent: 24. jaanuar 2003. a. 13:27 To:...
Manuel Matonin
manuel@...
Jan 24, 2003 12:35 pm
539
Thanks. I beleive that this is a bug, since MIF Specification says only ".", the mitab library should not depend on locale ? ... -- Riccardo Cohen Articque Les...
... Yes there is a bug somewhere, but I'm not convinced that it's MITAB that should be fixed. MITAB uses printf() to format numbers, so if the bug is to use...
In my programs, I do replace "," , to avoid any problem of that type, including files that were created by MS Excel and wrote "," instead of ".". But I...
Hi all, Reading and deciphering *.MAP files (MapInfo): I know u need to have a file structure in order to read binary files, and I know how to open binary...
Well I thing that you are speaking of the .TAB file, which is the one to open through mitab calls. use mitab_c_open("file.tab") and then make a loop like while...
Okay... But I'm looking for the nuts&bolts of how mitab was created and how it pulls binary info from files and enables us to use the data from the dll. I know...
... This may not be the reply that you're looking for, but I think you have only two options: 1- If you really want to understand how things work behind the...
in mitab_miffile.cpp line 554 (MIFFile::ParseMIFHeader), there is a call to GetLastLine without check of return. On bad files, it may return NULL which cause...
I have to make mitab work on macos 9 with the old code warrior 10 (bought 4 years ago). In my project, I cannot change OS and cannot change compiler. Well it...
Getting MiTab to work properly for the binary files that make up a .TAB on a MacOs is going to be MUCH harder than just getting it to compile. You have to...
Ned Harding
NHARDING@...
Jan 31, 2003 12:12 am
551
... Actually, the lib is built to support that already and it has already been used on SUN boxes and other MSB-first systems. (We're not Mac programmers but...