From: DS on 7 Oct 2005 18:04 found my problem ! one of those renegade MEAN_AND_LEAN directives hidden in one of the headers thanks for all the help "David Lowndes" <davidl(a)example.invalid> wrote in message news:6l55k1ld36adu8ofi6so0hqtsisicvmc4d(a)4ax.com... > >Checked that... i don't have that directive set. > > Where have you checked? It could be in a source file, header file, in > your project preprocessor settings, or even in the CL environment > variable. > > >By the way, I am on XP. Would it make a difference if I try and compile on a > >W2K platform? > > No - at least it shouldn't! > > Dave > -- > MVP VC++ FAQ: http://www.mvps.org/vcfaq
From: Gary Chanson on 7 Oct 2005 19:45 "DS" <ikoonman(a)hotmail.com> wrote in message news:tgC1f.16859$R5.1434(a)news.indigo.ie... > by suspending the primary thread of an app you can temporarily suspend an > app if you have sufficient rights, or so i am told Not true. You might succeed in halting the program's UI if it is handled by the primary thread. Any other threads in the process will continue to execute. To halt all threads, you need to enumerate the threads and halt each one. -- -GJC [MS Windows SDK MVP] -Software Consultant (Embedded systems and Real Time Controls) - http://www.mvps.org/ArcaneIncantations/consulting.htm -gchanson(a)mvps.org
From: TC on 7 Oct 2005 22:52 Uh, why do you want to suspend the app? TC
From: DS on 10 Oct 2005 06:48 i am developing a custom build firewall app...... "TC" <aatcbbtccctc(a)yahoo.com> wrote in message news:1128739954.708796.232490(a)g43g2000cwa.googlegroups.com... > Uh, why do you want to suspend the app? > > TC >
From: TC on 11 Oct 2005 01:12 So - why do you want to suspend it? TC
First
|
Prev
|
Next
|
Last
Pages: 1 2 3 4 5 Prev: Need to detect when a USB drive is inserted. Next: how can I reset COM Port. |