Yes, I have not only checked that but every class pointer, member var and even gone so far as checking hWnd values for all relevant member variables and parent classes. I have been at this for quite...
Sorry, if this is too unclear I can post some more robust code. I was trying to keep it simple as not too flood with too much useless info but maybe that was not the best approach.
Hi, I am having a real problem. I have made an ATL service which serves up some data in the form of structures. My application can request one or all structures to be read, it's pretty simple that...
1) Because I'm cutting and pasting that bit from another app that someone else in the shop made a couple of years ago. I don't really know the finer points of why to use one over the other, but his...
Ok, I get what you're saying about the registering and pinging. I like that idea, keeps things simple and I already have a mechanism for keeping things separate in...
I was thinking of that, but how do I keep track of who owns what in the sense of the data they check out? If two apps of the same type are started and both check something out, then app 1 dies, how...
I have a project where there's a service running and it's serving information to a number of applications. What I want to do is when an app connects to the service it passes a handle to itself...
Does anyone know about USB vendor ID's? Do I actually need one of those? They sell for $2K and you get to use the USB logo, whatever for I have no idea.
Something that's bugging me, let's say I develop a simple driver that all it does is allows reading and writing of data blocks to/from a USB device, can this be installed without administrator access...
I have a service running and I cannot use MAPI because that isn't available at my level from what I understand. I also can't use SMTP because most mail servers don't allow it anymore.
Ya, I've been thinking about that. I don't use this across threads or anything, but maybe something totally unrelated has ripped into the memory, I am putting some bounds checking software on here...