August 2nd, 2007 03:55 PM
Thanks for responding - I tried this, but it doesn't seem to correct my problem. I will keep trying. I probably should start over in ATL!
April 30th, 2007 09:38 AM
I have attached my ATL class to try to make more sense. If anyone has an idea of how my base class can fire the events within my ContextParticipant class I am open to anything.
Thank you all for...
April 30th, 2007 08:16 AM
I apologize if my terminology is not correct (I assume it is not). I believe you are correct, I have implemented a connection point container. I am trying to follow the tutorials for creating an...
April 27th, 2007 10:45 AM
Thank you all for your help thus far. I am still very confused however, and maybe it is because I am not being clear (or just am very confused and have my process implemented incorrectly).
My...
April 25th, 2007 04:15 PM
How does the base class call functions within another class?
I created public virtual functions which call the corresponding Fire functions within my ATL class. Should I have created the virtual...
April 25th, 2007 02:57 PM
Take a look here: http://msdn2.microsoft.com/en-us/library/kys1801b(VS.71).aspx
Remarks:
The asctime function converts a time stored as a structure to a character string. The timeptr value is...
April 25th, 2007 02:49 PM
Found this on MSDN:
// crt_asctime.c
#include <time.h>
#include <stdio.h>
struct tm *newtime;
time_t aclock;
April 25th, 2007 02:39 PM
I have a project that is essentially a notifier to listening applications. The base class is a generic C++ class that simply manages data. When the data changes it needs to notify the listeners...
March 27th, 2007 03:42 PM
Thanks - I added this to my code and it seems to have resolved my issue.
March 27th, 2007 03:10 PM
How do I keep my programming running once it has started? I have my "WinMain" which was automatically implemented for me, but I "overrode" the Run function so that I could add another call within...
January 22nd, 2007 08:47 AM
I recompiled everything in debug just now, connected to it through the remote debugger, logged off the workstation and everything works fine (i.e. no error). When not running normally (not connected...
January 22nd, 2007 08:31 AM
I am using VS2003 - when I try to remote debug it the debugger drops right before the dialog box is displayed.
January 22nd, 2007 08:18 AM
How do you debug something that only shows at logout, after the debugger has been closed?