I am planning to make use of multi_linestring in my application. Before that I have some queries, for which I'm running short of answers. Here are
few questions
Yes, I mean to say that I want to model a polyline as a collection of points and lines. i.e. This is what is required to implement. There are three things that can be picked(selected) when it comes...
Thanks for that information. Actually, I am using visitor to perform draw operation. I have already used display lists in my application, but without builders. So according to you, I...
Actually, there are two types of polyline. One is with points and another is without points (as shown in the attached image). So in case of polyline with points, There are three objects, one is...
I am developing an application which can be used for digitize a geographical map through GUI and mouse interaction. Well, here are the list of objects that need to be created using mouse...
I want to check whether memory leaks exists in my prog. I use VS 2008 standard edition. I see that there is an in built debugger which makes life simpler to debug.
My application needs to be started through console.. Or in other words, on double clicking, myprog.exe, a small terminal opens, which leads a GUI window to be displayed.. What i want is to...
I got my app compiled in debug mode.. there are many classes.. i gave breakpoints at class's constructor n destructor to see in which order they r called and destroyed.. I just started...
I have an application developed using wxWidgets(C++ based) with Visual C++ 2008 standard edition. The application runs fine without any problem. But when it comes to closing of an application,...
Thanks to bring me the notice of the logical mistake.. But it still doesn't work.. With the same above mentioned code, it works for points.. In my previous post i had mentioned
I am using color picking method to select a primitive in my application.. At present it is picking only single object.. I just wanted to clarify few doubts..
i'm using the same inno setup software itself to do the same.. Now even if i start with release mode, then what all files in need to include in the setup..?? one is VC++ 2008 redistributable...
I have developed an application using wxWidgets, OpenGL and C++, the compiler used is VC++ 2008 express edition... Now i want to deploy this application on the clients system..
I want to use VBOs for optimization of displaying data... Now i went through many tutorials.. So, my concept (theoretically) is clear.. I mean which function does what task and all...
Actually, i had tried that option also.. But i failed to achieve what i wanted.. Secondly, i think even if i do it that way, the performance wont be improved.. it will remain same..
...
I have a huge amount of lat lon data.. and i store them in maps (C++ std::map).. Now if i want to display all these points, it takes lot of time to display as the number of points are more...
I am developing application using wxWidgets and OpenGL using C++.. I want the functionality where in, when a mouse is moved on GLCanvas, on the status bar of the application, x and y...
i am using visual C++.. i added both projects in a single workspace and included main file of exe project in the respective file of lib project and gave all the required include directory paths..
...