Hi all, So I would like to be able to run part of wx enviro through a dll. All I really need is the part of the screen which shows the terrain. Is this...
Bryan Berg
bberg@...
Mar 4, 2008 10:27 pm
5274
Bryan, Vtocx (http://vterrain.org/Doc/vtocx.html) shows how to use vtlib as an ActiveX control, which is a kind of DLL. In fact it would be even simpler to...
Would that work for the wxenviro app ? And if so, do I just need to right click on the project and go to . Configuration properties --> General -->...
Bryan Berg
bberg@...
Mar 4, 2008 10:52 pm
5276
... You wrote you "only need the part of the screen which shows the terrain". Hence, you don't need all the other stuff that Enviro provides - the menus,...
Right . but we do need the paging tile set component of enviro. Can one of the other simple apps do that - if say vtbuilder has already been run to create the...
Bryan Berg
bberg@...
Mar 4, 2008 11:22 pm
5278
Oh, and Ben check your email for some pertinent time sensitive links. Bryan [Non-text portions of this message have been removed]...
Bryan Berg
bberg@...
Mar 4, 2008 11:28 pm
5279
Hi, So I'm trying to build the wx_dll from scratch to step through the code. I originally built it using the wx.sln file (as suggested from the wxwidgets ...
Bryan Berg
bberg@...
Mar 6, 2008 1:43 am
5280
Hi, So I rebuilt wxwidgets from scratch using all of the modes specified, but now when I try building wxsimple I get an error that it cannot find ...
Bryan Berg
bberg@...
Mar 7, 2008 1:06 am
5281
Bryan, When building the libraries, make sure that the settings are consistent for each of the projects. Specifically, keep in mind that there are four kinds...
Okay so I finally got wxSimple to build . hip hip ... I did not have any luck using the setup.h files provided on vterrain (maybe if I tried them at the end...
Bryan Berg
bberg@...
Mar 8, 2008 12:25 am
5283
I have added an item to the FAQ, http://vterrain.org/Site/faq.html#T9 Q: On Windows, some files cannot be opened, if the path name contains international...
Qljs, Do i correctly understand your problem: 1. In the Release build, the program runs correctly. 2. In the Debug build, running inside the debugger, it does...
I am attempting to build VTP in Ubuntu Linux. Worked through a seemingly endless series of dependency issues until I got to glutSimple. Does anyone know how to...
Eric, In general, the vtp-unix list is the place to ask Unixy build questions, but, let me try to help you here in the main list. Looking at your link messages...
... The paging tile set functionality is a core part of vtlib. You don't need Enviro for that. Any terrain can be loaded and rendered with the simple methods...
Hi there, I'm trying to build mfcSimple but am getting the error: fatal error LNK1104: cannot open file 'mfc42d.lib' A google search reveals that this lib is...
Bryan Berg
bberg@...
Mar 13, 2008 12:34 am
5289
Bryan, Do you have a strong need or desire to use MFC? Microsoft has been trying to discontinue it for years; starting with ATL and then .NET etc. VC 2005...
Ben, Although I agree somewhat with your perception of MFC, it may be important to note that a forthcoming update to Visual Studio 2008 will include a...
Since I began to use the VTP software, I've being bothered by bugs. After having fixed, or make detours of these bug, I found that most of bugs existed just...
qljs qljs
cdw1984518@...
Mar 13, 2008 9:15 am
5292
Qljs, Just FYI, there should never be any need to delete i18n files. To run a VTP app with another language (locale), just use the command-line argument...
Hi, as I can tell, linear structures like fences are around for some time. Should it be possible to save a layer with those structures (or is this not yet...
Hi all, I posted a bit back (bit back ?) about using mfcsimple in vs2005. I'm currently using vs2003 and trying to integrate the terrain functionality into an...
Bryan Berg
bberg@...
Mar 24, 2008 6:27 pm
5295
No sweat, I hadn't included the preprocessor definitions in my new project: VTDEBUG VTLIB_OSG=1 -Bryan [Non-text portions of this message have been removed]...
Bryan Berg
bberg@...
Mar 25, 2008 9:05 pm
5296
Hi Philip, Thanks for the note. I did not know that ArcGIS Explorer was fully released yet, i just heard about it as beta last year. I spent some time to...
If humans need sleep, shouldn't vterrain ? ... Actually, this (serious) question stems from integrating vterrain's functionality into an existing mfc/opengl...
Bryan Berg
bberg@...
Apr 4, 2008 10:41 pm
5298
Bryan, The short answer is yes, vtlib applications can sleep. In fact, it's entirely up to your own event handling, which is in your own app. There are many...
Hi, I finally got around to testing the web plugin. I think it's quite promising. For future development we should have in mind to maybe use web services like...
Hi, I need to add a 2D image to the 3D terrain (migrating from 2D terrain to 3D terrain - eventually we will have a 3D object). I've been looking at enviro and...
Bryan Berg
bberg@...
Apr 7, 2008 8:09 pm
5302
Oh and I forgot to mention that I need to this from code, ie not load an object from a configuration file. This is because the location of the object will...