I don't really understand, I read that VSTO is it's own IDE or something but I can't tell how I get it? I mean, most uninformative page ever is the homepage --...
I can't seem to get too much information out ofv the OLE-COM viewer. I am also not too experienced with COM services or servers or whatever. These interfaces are given
Before I go and storm through the gif89a docs to create an animated gif encoder, is there an available C or C++ interface for turning a set of images into frames for an animated gif? I have heard of...
It is difficult to tell you without code, but you may need to choose a different socket model (async, select, iocp, etc) to effectively do what you want
Hello. I am trying to generate XML logs from scratch using the Xerces-C library. I have found that I can load a dtd definitions file to use for the XercesDOMParser:...
It's possible that you can not do this with WH_KEYBOARD_LL hooks then, and that stopping the hook chain doesn't make the computer forget that it's there.
Basically, that is an initial keydown notification, and you send a b, and then when you callnexthook the window manager still interprets the data as an a, and then you get a keyup and you send a b...
It's funny really, the tutorial that Notsosuperhero linked you to explains all of that. In detail. Also, do you like to appear helpless? It strikes me as a bit odd.
I should have been more perceptive, I of course knew the objects were being copied and took measures for making that work for the program, but I never thought that the instance that would have...
I have a few wierd things going on here, but basically, I am storing instances of these 'client' classes in a vector in a server program, and I keep a timer going that pings them occaisionally to...
Just thought I'd make a useless comment, and mention that FMOD::Sound::getOpenState only completely works on streaming sounds. This wasn't clear from the documentation and I recently ran into that...