Hello All, I have tried to compile the library and had some problems. Looking a bit further it happens to be a problem in the ogr library component; The last...
384
Paul Selormey
pegroups
Jul 5, 2002 4:18 am
Hello Dan, How about exporting the C++ classes in the DLL? Best regards, Paul....
385
Liu Dan
danaeliu
Jul 5, 2002 6:23 am
Hi, Paul. Could you be more detailed? Dan Paul Selormey <paul@...> wrote: Hello Dan, How about exporting the C++ classes in the DLL? Best regards, ...
386
Paul Selormey
pegroups
Jul 5, 2002 6:46 am
Hello Liu, I do not know if I am missing something here, the miftab dll exports only the C functions such as mitab_c_open, not the C++ classes, such as the...
387
bvt@...
geobthomsen
Jul 5, 2002 9:16 am
Hi Poul - The main reason for developing MITAB was to give developers _not_ using c++ an opportunity to use the functions in the main OGR based library. So...
388
bvt@...
geobthomsen
Jul 5, 2002 9:23 am
To the list members - Has any list-members tried to use MITAB to generate SVG - files ?? I have an idea of using MITAB to program an activeX control in Delphi...
389
Paul Selormey
pegroups
Jul 5, 2002 10:10 am
Hello Bo, I think OGR also exports C functions, unless you mean to say these are clean enough. Best regards, Paul. ... From: bvt@... To:...
390
Daniel Morissette
dan_morissette
Jul 5, 2002 4:08 pm
... Well, I have no plans to do so since I always link statically when I use the C++ classes, like most users of the C++ classes. I'm not a Windwos DLL expert...
391
Daniel Morissette
dan_morissette
Jul 5, 2002 4:38 pm
... SVG? So you want to use this on the web? You might want to have a look at the UMN MapServer at http://mapserver.gis.umn.edu/ ... it's a complete...
392
Daniel Morissette
dan_morissette
Jul 5, 2002 4:50 pm
... The del is there to delete the old .lib file if you have one before creating a new one... just to make sure the new lib will be perfefctly clean. del may...
393
Paul Selormey
pegroups
Jul 5, 2002 11:16 pm
Hello Daniel, ... I think the linker automatically takes care of the old lib, if any. For reasons, I cannot tell, it simply aborts my compilation. ... I am...
394
Paul Selormey
pegroups
Jul 5, 2002 11:41 pm
Hello Daniel, ... Creating a dll with exported classes have no effect on static linking, just like having dynamic or static linking of the MFC classes. Yes,...
395
bvt@...
geobthomsen
Jul 6, 2002 3:36 pm
Thanks for the input Daniel; I didn't realise, that MapServer supported TAB - files already. I'll have a swing at it in the late summer period. It's much...
396
Daniel Morissette
dan_morissette
Jul 6, 2002 4:18 pm
... Hi Paul, I have packaged a new release of the library (version 1.2.2) so that you can work from the latest source and make it easier to merge your changes ...
397
Daniel Morissette
dan_morissette
Jul 6, 2002 4:24 pm
Hi, I have posted a new MITAB version 1.2.2 release on the MITAB website at: http://pages.infinit.net/danmo/e00/index-mitab.html The most important change in...
398
Daniel Morissette
dan_morissette
Jul 6, 2002 4:26 pm
... I tried it again this morning (WinXP) and my build reports and error but doesn't abort... you're the first one to report this problem... really odd. But...
399
Paul Selormey
pegroups
Jul 7, 2002 9:05 am
Hello Daniel, Thanks, I will try to finish that before a new update! By the end of this week, I will get it ready. Best regards, Paul. ... From: "Daniel...
400
Paul Selormey
pegroups
Jul 7, 2002 9:11 am
Hello Daniel, ... odd. Hmmm, may be it was because I was using Japanese Win2K :-( I will try it on English/International Win2K to see the effect. My WinXP...
401
Paul Selormey
pegroups
Jul 7, 2002 9:14 am
Hello Daniel, As a developer on the MapServer, do you have any documentation on the architecture or the sources in general? I always try to grep here and there...
402
Uffe Kousgaard
haansus
Jul 7, 2002 9:33 am
I have attached an updated header file for dynamic loading of the MITAB.DLL in Delphi. Regards Uffe...
403
Marc Shewring
mb11207l
Jul 7, 2002 9:46 am
Good evening all, I'm looking at writing a VB / Map Objects program with the MITAB routines to readin and display TAB files. Has anyone had an experience with...
404
bvt@...
geobthomsen
Jul 7, 2002 11:27 am
Hi Daniel - I've attached the declaration-files in the "contrib" directory updated to ver 1.2.2 I trust you mean "mitab_c_set_points()" instead of...
405
bvt@...
geobthomsen
Jul 7, 2002 11:35 am
To Marc - I'm not sure if anybody already has written functions in VB to display data from the MITAB library. But you can look in the "contrib" directory of...
406
Daniel Morissette
dan_morissette
Jul 7, 2002 6:41 pm
... Hi Paul, I don't think there is much except the comments in the code, and the user documentation which can tell you a lot about the way things work ...
407
Paul Selormey
pegroups
Jul 8, 2002 12:15 am
Hello Daniel, Thanks so much for the information. I have just looked through and it is a great resource. I never knew doxygen could squeeze such information...
408
Paul Selormey
pegroups
Jul 8, 2002 2:44 am
Hello Marc, It is better to avoid text from other threads when starting a new thread . Displaying TAB files or map using VB can be a slow problem. The best way...
409
jbaymist
Jul 8, 2002 5:35 pm
Good Evening All, I have just started using the mitab.dll with VB to create a VB CGI script to build up metadata about MapInfo tab files. Before finding out...
410
bvt@...
geobthomsen
Jul 8, 2002 9:10 pm
To Justin - Firin' from the hip (I haven't had VB installed on my pc for the last two years)... I've think you missed the call of the function...
411
bvt@...
geobthomsen
Jul 8, 2002 9:51 pm
Oops, forgot one line in the vb code. It should be: Dim lgFirstFeatureID, lgFeatureType, ml, lgFeature As Long ml =mitab_c_open("C:92;MapinfoData92;test.tab") If...
412
jbaymist
Jul 9, 2002 12:23 am
Thanks Bo, your code worked like a charm. Justin ... last two ... "mitab_c_read_feature( ... file....