December 26th, 2007 05:36 AM
Open does not mean free of etiquette. Mind your written speech, for a friendly and polite together is the primary goal of this community.
December 25th, 2007 05:20 AM
You should be thankful: Hundreds of people on here use their freetime to provide people in need - just like you - with answers. If you cannot honor this then you should probably leave this place at...
November 22nd, 2007 03:12 AM
... or you end up in an endless recursion leading to a stack overflow if you do this in the destructor itself.
August 3rd, 2007 12:36 PM
By using a pragma:
#pragma comment(lib, "path to lib.lib")
August 3rd, 2007 12:31 PM
This is not really WinAPI, thus: moved.
August 3rd, 2007 12:29 PM
August 3rd, 2007 12:12 PM
You guys can never win... I will reclaim my throne in this thread... muahahahaha :wave:
August 2nd, 2007 05:14 AM
August 1st, 2007 08:18 AM
Have you tried making your member methods virtual?
Btw: I learned it upon this tutorial: http://www.linuxjournal.com/article/3687
August 1st, 2007 07:15 AM
Neither did the Sea Priestess.
August 1st, 2007 07:07 AM
An ID identifies the process and/or thread in your current windows session. To gain access to a thread/process (e.g. to check its status, kill it and so on) you need to "open" the Process. The open...
August 1st, 2007 07:03 AM