Hi guys, I'm trying to get our WCE implementation going on XP, but there is a problem compiling. It seems I must add gdal-1.5.0\port to my include path, but...
Hi again, I switched back to using Mitab directly instead of the whole of Gdal, now I've made it past the compile stage but the linker errors got me stuck. ...
OK guys, last post on this :) I figured it out, it was a multithreaded issue... *sigh* To make the libs work with a default multithreaded VC6.0 MFC project...
... It is already in the DLL. It is just missing from the VB header file, which hasn't been updated. This is what needs to be added: Public Declare Function...
MITAB users, The MITAB 1.7.0 release is now available on the website. No major issue was reported with the 1.7.0-beta1 posted a few weeks ago, so this is an ...
Hello all, I've been lurking here for quite some time, but am now finally beginning to use Mitab for the first time. I was hoping to use the c api from delphi,...
... Mladen, I have made an attempt at updating mitab.vb for V1.7.0. A copy is attached. Can you please try it and confirm that it works? Daniel -- Daniel...
... Using the spatial query is the key to speed, not a few additional lines of code. ... Unless performance turns out to be a problem with your suggested...
Daniel, Everting is working well.. Thank you so much. Mladen ... file, which ... Lib "mitab.dll" ... Long) As ... using STDCALL ... obtaining a ... (the...
Uffe, thanks for your comments. I understand the benefits of the spatial query, I just can't figure out how to implement one within the commmands available in...
... I don't think there is any way to set the spatial filter using what's available in the C API at the moment. A new mitab_c_set_spatial_filter() method would...
... Thanks Daniel, I've added it to the project but I am unable to compile. I'm clueless in visual studio. I followed the instructions in the vcproj...
... [...] I haven't used the Visual Studio Project file myself. Hopefully Tony w. who contributed it is listening here and can help with some hints. Anyway, I...
... README.TXT ... Hey it works! Now I'm going to write the code to test it. If I can get this thing working I will definately submit some sample code. Do I ...
Daniel (and others), I've written some Delphi code to test this function but I'm a little confused by the results. I get the right number of features according...
Marc, Your code seems to do the right thing at first sight. I notice that your xmin and xmax are reversed (-75.5 > -76,53), you could try swapping them but I...
... your ... your ... mention? ... Daniel, The coordinates were reversed in my posting, but not my code. I got 29 by calling get_feature_count after setting...
Hi guys I'm trying out the new version, but I'm getting a few linker errors. error LNK2001: unresolved external symbol "public: virtual class geos::Geometry *...
Sune, How are you trying to use the library? This new release includes new versions of the mitab/ogr and mitab/cpl code (sync'd with GDAL/OGR 1.4.3), so you...
Daniel, I have solved it, it took a while though. I'm not sure exactly what caused it, afaict the paths had been setup correctly. I merely changed the way the...
... Marc, The code that handles the spatial filtering lives in TABMAPFile::LoadNextMatchingObjectBlock() in mitab_mapfile.cpp. I had a quick look at the code...
... Since we do not have an organized way to share sample code, I guess the best place to start would be to send your samples to the list and they'll...
Daniel, Thanks for persevering with this. Its definitely usable as is, but I will look forward to the update! cheers Marc ... objects ... may be ... the...
Hello, I have just a question about mapinfo and mitab C++ API. I understand that all fields are common for all features. But you have to obtain a feature...
... If what you need is the OGRFeatureDefn for a given file (the definition of the fields and their types) then you should be able to get that using ...
... definition ... using ... yup, this is what I was looking for. But I still don't understand why you can find theses informations in each features. Regards, ...
... Use the source, Luke .... errr... I mean... have a look at mitab_capi.cpp and look for the mitab_c_create() function... there lies the answer. Daniel -- ...
... The Features carry a reference to the OGRFeatureDefn so that they can be used standalone without the IMapInfoFile handle. I don't understand why you see...