Click here to Skip to main content
15,896,547 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: some libraries are not getting linked in debug mode(vs-2008) but working in release mode Pin
Rajesh R Subramanian21-Sep-09 17:53
professionalRajesh R Subramanian21-Sep-09 17:53 
GeneralRe: some libraries are not getting linked in debug mode(vs-2008) but working in release mode Pin
Saurabh.Garg21-Sep-09 18:57
Saurabh.Garg21-Sep-09 18:57 
GeneralRe: some libraries are not getting linked in debug mode(vs-2008) but working in release mode Pin
Rajesh R Subramanian21-Sep-09 19:49
professionalRajesh R Subramanian21-Sep-09 19:49 
GeneralRe: some libraries are not getting linked in debug mode(vs-2008) but working in release mode Pin
Saurabh.Garg21-Sep-09 19:58
Saurabh.Garg21-Sep-09 19:58 
GeneralRe: some libraries are not getting linked in debug mode(vs-2008) but working in release mode Pin
Rajesh R Subramanian22-Sep-09 0:06
professionalRajesh R Subramanian22-Sep-09 0:06 
AnswerRe: some libraries are not getting linked in debug mode(vs-2008) but working in release mode Pin
Saurabh.Garg21-Sep-09 15:38
Saurabh.Garg21-Sep-09 15:38 
Questionhow to use Workbook.XmlImport() method in C++ Pin
Andraw11121-Sep-09 4:35
Andraw11121-Sep-09 4:35 
AnswerRe: how to use Workbook.XmlImport() method in C++ Pin
Andraw11121-Sep-09 4:42
Andraw11121-Sep-09 4:42 
QuestionMigrating from vs-2003 to vs-2008,LNK2019:unresolved external symbol Pin
Vetukuri Raju21-Sep-09 3:52
Vetukuri Raju21-Sep-09 3:52 
AnswerRe: Migrating from vs-2003 to vs-2008,LNK2019:unresolved external symbol Pin
Richard MacCutchan21-Sep-09 7:34
mveRichard MacCutchan21-Sep-09 7:34 
GeneralRe: Migrating from vs-2003 to vs-2008,LNK2019:unresolved external symbol Pin
Vetukuri Raju22-Sep-09 4:28
Vetukuri Raju22-Sep-09 4:28 
GeneralRe: Migrating from vs-2003 to vs-2008,LNK2019:unresolved external symbol Pin
Richard MacCutchan22-Sep-09 6:11
mveRichard MacCutchan22-Sep-09 6:11 
QuestionHow to use the CMFCShellListCtrl Class ? Pin
ryan_lee21-Sep-09 3:36
ryan_lee21-Sep-09 3:36 
QuestionDetect USB Pendrive Pin
Manmohan2921-Sep-09 3:27
Manmohan2921-Sep-09 3:27 
QuestionRe: Detect USB Pendrive Pin
David Crow21-Sep-09 4:01
David Crow21-Sep-09 4:01 
AnswerRe: Detect USB Pendrive [modified] Pin
Iain Clarke, Warrior Programmer21-Sep-09 6:07
Iain Clarke, Warrior Programmer21-Sep-09 6:07 
JokeRe: Detect USB Pendrive Pin
Rajesh R Subramanian21-Sep-09 9:02
professionalRajesh R Subramanian21-Sep-09 9:02 
GeneralRe: Detect USB Pendrive Pin
Iain Clarke, Warrior Programmer21-Sep-09 9:16
Iain Clarke, Warrior Programmer21-Sep-09 9:16 
JokeRe: Detect USB Pendrive Pin
Moak24-Sep-09 5:01
Moak24-Sep-09 5:01 
QuestionThread pool query Pin
Rajesh R Subramanian21-Sep-09 3:14
professionalRajesh R Subramanian21-Sep-09 3:14 
I am using the original thread pool API provided by Windows (Not the latest one present in Vista and above) and I use QueueUserWorkItem[^] to submit new work to the queue.

After the threads start to execute and several work items are queued, is there any way with which I could find out the number of threads alive in the threadpool (including idle ones, if any)? I know that I can be monitoring this with tools like ProcessMonitor from sysinternals. But, that's not what I want. I'm not able to find something like GetThreadCount() the thread pool API.

I do understand that there is no need for me to know this, because the thread pool API guarantees to take care of dynamically creating or destroying threads depending on the work load and other criteria. However, I'm just curious. Smile | :)

Many thanks.


It is a crappy thing, but it's life -^ Carlo Pallini

AnswerRe: Thread pool query Pin
Naveen21-Sep-09 4:04
Naveen21-Sep-09 4:04 
GeneralRe: Thread pool query Pin
Rajesh R Subramanian21-Sep-09 4:42
professionalRajesh R Subramanian21-Sep-09 4:42 
GeneralRe: Thread pool query Pin
Naveen21-Sep-09 7:10
Naveen21-Sep-09 7:10 
GeneralRe: Thread pool query Pin
Rajesh R Subramanian21-Sep-09 7:48
professionalRajesh R Subramanian21-Sep-09 7:48 
QuestionCell change event in Excel Pin
NarVish21-Sep-09 0:35
NarVish21-Sep-09 0:35 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.