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....
... 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,...
Yes, Very Thanks. Ok, after posting message, I tried to use wxEnviro, And finished building development environment well. Well understood MFC bug. Thanks...
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...
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@...
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@...
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...
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...
Daowei, I looked into the file. It is definitely a wrong projection: LOCAL_CS[" Geocoding information not available Projection Name = Gauss Kruger Units =...
... 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...
... 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@...
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@...
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(...,...
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...
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@...
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, 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@...
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...
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...
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...
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...
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...
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,...
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...
hello, http://www.openscenegraph.org/projects/osg/wiki/Screenshots vterrain is missing. regards...
hannes_b@...
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,...
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...
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...