Search the web
Sign In
New User? Sign Up
gdal-vb6-appdev · GDAL VB6 Application Development
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1 - 30 of 79   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1
Frank Warmerdam <warmerdam@...> wrote: One thing to keep in mind is that VRT capabilities can all be taken advantage of by just constructing the VRT XML,...
Gerald Buckmaster
buckmasterju...
Offline Send Email
Oct 9, 2005
8:45 pm
2
... Gerald, My suggestion is to use FWTools 1.0.0a3 distribution which does include the Kakadu driver. The FWTools installer also installs the VB6 bindings...
Frank Warmerdam
nfwarmer
Offline Send Email
Oct 11, 2005
6:02 pm
3
... This distribution worked as you stated...just had to close VB6 and reopen for it to find gdal_fw.dll. ... Frank, I've searched the GDAL VB modules and...
Gerald Buckmaster
buckmasterju...
Offline Send Email
Oct 13, 2005
4:07 am
4
... Buck, Sorry about that. Yes, I did mean OpenDS. That name is idosyncratic to the VB6 bindings (I couldn't use a method called Open due to a keyword ...
Frank Warmerdam
nfwarmer
Offline Send Email
Oct 13, 2005
4:20 am
5
Greetings, Sometimes it takes several re-reads before I get it. I think I understand now that I need to programatically write an actual XML file (image.vrt) to...
Gerald Buckmaster
buckmasterju...
Offline Send Email
Oct 13, 2005
4:25 am
6
... idosyncratic ... keyword ... But basically you ... the ... has ... with "<VRTDataset" ... from a file. ... OH!!!! Now I understand! Like I said, it takes...
Gerald Buckmaster
buckmasterju...
Offline Send Email
Oct 13, 2005
4:31 am
7
Greetings VB6 GDAL programmers (You and I so far Frank ;^), I have successfully converted, georeferenced and compressed BMPs to GeoJP2s completely using the...
Gerald Buckmaster
buckmasterju...
Offline Send Email
Oct 19, 2005
2:44 am
8
... Buck, Hmm, I'll try and look into this. ... The CreateCopy() method in C++ does have a progress function but I just have no idea how to implement a...
Frank Warmerdam
nfwarmer
Offline Send Email
Oct 19, 2005
3:33 am
9
hi,i´m going to implement a solution with Postgis and vb6 and I need to know if anyone who has done it before, can tell me something about his experience. ...
cdcespon
Offline Send Email
Nov 2, 2005
5:53 pm
10
... Claudio, Were you hoping to use OGR bindings in VB6 to access PostGIS or use VB6 directly to send SQL to PostGIS and parsing WKT or WKB responses yourself?...
Frank Warmerdam
nfwarmer
Offline Send Email
Nov 2, 2005
8:24 pm
11
... West, My approach to dealing with this is to edit the starting directory of the VB6 icon to be the FWTools directory. That ensures that the gdal_fw.dll and...
Frank Warmerdam
nfwarmer
Offline Send Email
Nov 23, 2005
4:29 pm
12
West, You are seeing a portion of this reply twice, as I neglected to reply back everyone the first time. I had the same problem about a month ago. If I...
Gerald Buckmaster
buckmasterju...
Offline Send Email
Nov 23, 2005
6:46 pm
13
... Gerald, I specifically avoid updating PATH to avoid having FWTools conflict with other packages with shared components on the system. However, you might...
Frank Warmerdam
nfwarmer
Offline Send Email
Nov 23, 2005
7:46 pm
14
I am creating a mapping software that will allow the loading of a base topo map image and then it will generate height data in both image and XYZ export. GDal...
westcard
Offline Send Email
Nov 23, 2005
8:00 pm
15
This campaign is about Human beings, Democracy, UNHCR, Refugees, The Iraqis, Islam, Kurds, Human rights, Respect, Money, Donations, Angelina Jolie, Pavarotti,...
df_opench10@...
Send Email
Apr 22, 2006
9:55 am
16
Hi guys... I want to use GDAL in VB6 language but i don't find "gdal12vb.dll"... where is it??? I downloaded the source code gdal132.zip, and I already...
goffmarian
Offline Send Email
May 12, 2006
3:13 pm
17
... Mariano, Where do you find a reference to gdal12vb.dll? After installing FWTools 1.0.0 you should have the supporting VB6 code in: C:\Program...
Frank Warmerdam
nfwarmer
Offline Send Email
May 12, 2006
6:15 pm
18
-> ... HI Frank thank you for your quickly answer.... i would like to create a little program to shift a geotiff and i would like to use your gdal warp API in...
goffmarian
Offline Send Email
May 15, 2006
9:56 am
19
... Mariano, Ah. Just edit GDALCore.bas and manually change gdal12vb.dll (or gdal12.dll as it is distributed in GDAL 1.3.2) to whatever the name is for the...
Frank Warmerdam
nfwarmer
Offline Send Email
May 15, 2006
12:57 pm
20
Frank I'm so sorry... I try to compile your test but doesn't work.... So I remember to you what i would like to do.... I wonna try to make a stand alone...
goffmarian
Offline Send Email
May 17, 2006
2:59 pm
21
Does anyone know if there are VB6 bindings for OGR yet? Thanks, Tim...
nekyiaosborn
Offline Send Email
Jun 19, 2006
11:56 pm
22
... Tim, I believe not, just for GDAL (rasters). Best regards, -- ... I set the clouds in motion - turn up | Frank Warmerdam, warmerdam@... light and...
Frank Warmerdam
nfwarmer
Offline Send Email
Jun 20, 2006
3:35 am
23
Hy, Is-it possible to select a subwindow from the source image when creating a new file in gdal vb6 binding like with "-projwin" in gdal_translate ? Thanks in...
gheysen_t
Offline Send Email
Jul 14, 2006
12:17 pm
24
Do you know anyone using GDAL from Delphi? I tried to call GDAL??.dll routines, sucessfully to open, close and retrieve dataset properties, but every attempt...
augustynradek
Offline Send Email
Mar 26, 2007
1:22 pm
25
... Radek, There was a dutch developer affiliated with the UN using the library from Delphi, but I don't have handy contact info for them. So it is doable. ...
Frank Warmerdam
nfwarmer
Offline Send Email
Mar 26, 2007
8:47 pm
26
Hello All!!! I have a problem. I make a program using VB.NET. I would like to read any map in MrSID or in CADRG (it isn't important for me, I have a choice...
sjakubiuk
Offline Send Email
May 27, 2007
10:42 pm
27
... Slawek, This list deals with VB6 use with GDAL. I believe that VB.Net can actually use the CSharp bindings for GDAL. These are normally discussed on the...
Frank Warmerdam
nfwarmer
Offline Send Email
May 28, 2007
1:27 pm
28
Hi Frank, Just following up Mariano's question, I've got FWTools 1.3.4 version and had it installed already. It comes with the vb6 development source code....
Alessandro Del Piero
cybercoolcn
Offline Send Email
Jul 24, 2007
12:32 am
29
... Alex, My normal practice when trying to use FWTools with VB6 is to alter the "starts in directory" path for VB6 icon to be the FWTools bin directory. Did...
Frank Warmerdam
nfwarmer
Offline Send Email
Jul 24, 2007
3:56 pm
30
Hi, all, I am new here. I am wondering if anybody could email me the GDAL VB6 class and module files. These include the following key files: * GDAL.bas - The...
wu_yueming
Offline Send Email
Jul 26, 2007
7:18 pm
Messages 1 - 30 of 79   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help