First  |  Prev |  Next  |  Last
Pages: 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
package installation for explorer bar vc++
Hi all, I have developed an explorer bar in vc++, but now I want create package installation for this. How can I do it? I use visual studio 2008. If I try to add a simple installation project to my project when I install it don't add tu explorer browser. Seem that don't read my rgs file. Is that anyone that ... 2 Feb 2010 17:36
min/max macros in C
It seems that min/max macros are not a part of the C standard. Does anybody know the rationale of this? Vladimir Grigoriev ... 2 Feb 2010 17:36
problem with scope and functions
Hi, I've got a problem with the visual studio 2k5 environment: Above the main editing screen you have 2 lists: scope and functions. I use a lot of source files, headers, resources, plus 2 projects (one of which is the setup project). The problem is, that in one of the source files the above lists are empty. Ho... 2 Feb 2010 17:36
Declaring a dynamic pointer to an array of char pointers
Hi, I am troubled... I would like to declare a pointer to an array of char pointers, that I can allocate at some time during a run. I'll expect a variable length string of tokens seperated by white space chars. I would like to search for each token head and store it's address in a sequential array of pointers, ... 2 Feb 2010 17:36
WaitForSingleObject
Hi, I am getting this close to finish my tiny streaming server...having said that I have a problem with the following code. It basically fires a runtime error when I disconect from the sever! (closing the telnet window) I wound up finding out that the error may be fired because of this line: WaitForSingle... 2 Feb 2010 17:36
Posting a functor to a window - strange rare crash.
Hello, In my application I use to "post" a pointer to a dynamically allocated boost::function (I guess it could be tr1::function as well) to a hidden window in the following manner (WinXP, MSVC9.0): typedef boost::function<void(void)> Functor; #define AM_FUNCTOR (WM_USER+79) // called from some "worker" thr... 26 Jan 2010 05:28
Operator ==() for fundamental types.
May I write operator ==( 10, 20 ) ? Vladimir Grigoriev ... 26 Jan 2010 10:58
Operator new
Hi, I have a problem to compile following code class RCBase { long mValue; virtual void Destroy(void) = 0; virtual void DeleteThis(void) = 0; protected: RCBase(): mValue(1){}; public: virtual ~RCBase(void) {}; }; template<class T> class RC_del : public RCBase { T* mPtr; vi... 25 Jan 2010 09:26
Using std::equal with an empty set.
What should return the std::equal in case when [first, last) is an empty set, true or false? Vladimir Grigoriev ... 26 Jan 2010 10:58
Bounded Buffers
[C++] Bounded Buffer(s) Hi, I am writing a little application to capture audio data from a wavein device and broadcast it to the internet over http protocol. My application is basically divided into two segments: Capturing Thread: -> waveCapture // waveCapture.h (class) -> mp3Encoding // mp3Encoder.... 24 Jan 2010 22:34
First  |  Prev |  Next  |  Last
Pages: 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25