Search the web
Sign In
New User? Sign Up
vtp · The Virtual Terrain Project
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

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 5423 - 5452 of 5691   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5423
In mfcEnviron, there are memory leaks, Is there anyone who did fix memory leaks? Now, I am trying to find the codes, but too difficult to fix it. Best Regards....
Hee-Yong Lee
ichyong
Offline Send Email
Jul 2, 2008
1:15 am
5424
... No, those are just reported leaks by MSVC, but they are false. It is a well-known problem that the MFC DLL, on exit, triggers the call to the memory dump,...
Ben Discoe
bdiscoe
Offline Send Email
Jul 2, 2008
8:24 am
5425
... It was a 1-minute fix, checked into SVN and also: http://vterrain.org/dist/Enviro-0701.zip -Ben...
Ben Discoe
bdiscoe
Offline Send Email
Jul 2, 2008
8:27 am
5426
Yes, Very Thanks. Ok, after posting message, I tried to use wxEnviro, And finished building development environment well. Well understood MFC bug. Thanks...
이희용
ichyong
Offline Send Email
Jul 2, 2008
8:58 am
5427
I am looking for a java applet terrain/heightmap editor that is open source do yous know of any?...
tom_a_sparks
Offline Send Email
Jul 7, 2008
12:13 pm
5428
Hi, everyone, I want to load WWs BIL file into VTBuilder. First, I tried to convert BIL to any kind of terrain model, but to fail. Second, I tried to write...

ichyong
Offline Send Email
Jul 8, 2008
8:57 am
5429
vtBuilder cann't load tif elevation file. The tif elevation file have no projection information. However, vtBuilder don't ask me to give one projection. It...
qljs qljs
cdw1984518@...
Send Email
Jul 10, 2008
2:16 am
5430
I've been looking for methods to change the codepage of vs2005 to English but failed. According to what I have found on the net, there might not exist a method...
qljs qljs
cdw1984518@...
Send Email
Jul 10, 2008
8:04 am
5431
Hee-Yong, Can you point to one of these BIL files? BIL is usually used for imagery, although any raster could be elevation. Chances are, there is a way to...
Ben Discoe
bdiscoe
Offline Send Email
Jul 10, 2008
11:55 pm
5432
It seems like quite a bad geotiff file. It is in Gauss-Kruger (meters) but the strange message 'Geocoding information not available' also appears which makes...
Ben Discoe
bdiscoe
Offline Send Email
Jul 10, 2008
11:59 pm
5433
Daowei, I looked into the file. It is definitely a wrong projection: LOCAL_CS[" Geocoding information not available Projection Name = Gauss Kruger Units =...
Ben Discoe
bdiscoe
Offline Send Email
Jul 11, 2008
7:33 am
5434
... That's unfortunate. It shouldn't be a setting for all of vs2005, or your whole computer. It is only the encoding of this project, that MSVC should be...
Ben Discoe
bdiscoe
Offline Send Email
Jul 11, 2008
7:51 am
5435
... beyond ASCII in the source. Well, they just use some Latin symbols that can be represented between [0, 255]. Just check gdal512, in levellerdataset.cpp, on...
qljs qljs
cdw1984518@...
Send Email
Jul 11, 2008
8:13 am
5436
I have done the following experiments: 1. switch the locale to English and reboot. 2. Open the BuilderView.cpp with notepad and save as utf-8 format. 3. switch...
qljs qljs
cdw1984518@...
Send Email
Jul 11, 2008
8:44 am
5437
... I also did test, saving the source as UTF-8. It compiled fine on VC7, VC8, and gcc on Linux. So, that is a way to go. The wx code uses wxString(...,...
Ben Discoe
bdiscoe
Offline Send Email
Jul 12, 2008
10:13 am
5438
Hello everyone! Recently I tried to plant an instance of a house to a layer and then saved it as a new .vtst file. However, When I tried to open a .ive file...
sherlockmao
Offline Send Email
Jul 13, 2008
8:12 am
5439
Apparently, I have encountered a similar problem. Once I have send a mail to this group, saying that vtBuilder cannot load files that contains Chinese...
qljs qljs
cdw1984518@...
Send Email
Jul 15, 2008
8:09 am
5440
Sherlockmao and Daowei, Thanks very much for finding the problem, and pointing to the solution. The VTP has always been a very international project, so it is...
Ben Discoe
bdiscoe
Offline Send Email
Jul 26, 2008
7:45 am
5441
Ben, I am very happy to see my suggestion being accepted. It is my first contribution to Open Source since I began to benefit from it. Thanks for make code of...
qljs qljs
cdw1984518@...
Send Email
Jul 26, 2008
2:47 pm
5442
Roger, The code looks fine, i have checked it into SVN. I can confirm that the SpaceNav still works on XP, and we didn't break the build on Unix. I can't...
Ben Discoe
bdiscoe
Offline Send Email
Jul 27, 2008
1:32 am
5443
Hi I want to display a PNG image with transparency. But I cann't import this image into VTbuilder. The error message is "Image has 4 bands (not 1 or 3)". How...
lzu8848d13
Offline Send Email
Aug 5, 2008
4:31 am
5444
Xujun, That could be supported with a small change to VTBuilder. But, i am curious, what do you want to use PNG alpha for? What kind of image is it, aerial...
Ben Discoe
bdiscoe
Offline Send Email
Aug 5, 2008
7:16 am
5445
Hi Ben,   The image file represent the flood depth that I calculate externally. I want to display the flood depth image above one background map. So I...
Han Xujun
lzu8848d13
Offline Send Email
Aug 5, 2008
7:35 am
5446
I've tested the example mfcSimple-vc8. It runs perfectly except for the flickering when you resize the window. I've made a test and that flickering can be...
josemarubio
Offline Send Email
Aug 5, 2008
4:42 pm
5447
Xujun, Please try using TIF instead of PNG. I believe 32-bit TIF is already supported, and also has the advantage of being VTBuilder's native image format,...
Ben Discoe
bdiscoe
Offline Send Email
Aug 5, 2008
6:38 pm
5448
Thanks José Manuel, i have applied the change. Although mfcEnviro is a rather defunct old demo, it is fine to have small easy fixes like these. -Ben...
Ben Discoe
bdiscoe
Offline Send Email
Aug 5, 2008
7:06 pm
5449
hello, http://www.openscenegraph.org/projects/osg/wiki/Screenshots vterrain is missing. regards...
hannes_b@...
Send Email
Aug 6, 2008
9:33 pm
5450
... It must have been removed; VTP screenshots have been on the OSG website since 2001 or so. As the page says, "Screenshots for just _some_ of the companies,...
Ben Discoe
bdiscoe
Offline Send Email
Aug 6, 2008
10:50 pm
5451
Hi, I am doing some research on urban flooding and have got some simulated flood results. I want to respresent it in Enviro. I have thought to do it by a...
lzu8848d13
Offline Send Email
Aug 7, 2008
8:02 am
5452
Xujun, Myself and others on the list can probably make suggestions if you can tell more about your data. Is your flood data vectors (polygons) or a raster? Is...
Ben Discoe
bdiscoe
Offline Send Email
Aug 7, 2008
8:37 am
Messages 5423 - 5452 of 5691   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