Click here to Skip to main content
15,927,744 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
Generalconvert Message To MSG Pin
javad_20058-Feb-08 1:13
javad_20058-Feb-08 1:13 
Generalerror C2371: 'IDataObject' : redefinition; different basic types Pin
s196675m7-Feb-08 7:15
s196675m7-Feb-08 7:15 
QuestionConvertion funtions Pin
lgatcodeproject6-Feb-08 22:55
lgatcodeproject6-Feb-08 22:55 
GeneralRe: Convertion funtions Pin
led mike7-Feb-08 4:31
led mike7-Feb-08 4:31 
GeneralRe: Convertion funtions Pin
lgatcodeproject11-Feb-08 22:15
lgatcodeproject11-Feb-08 22:15 
GeneralNetwork connection status Pin
vijboy5-Feb-08 12:14
vijboy5-Feb-08 12:14 
GeneralMulti threading Pin
vijboy4-Feb-08 11:21
vijboy4-Feb-08 11:21 
GeneralRe: Multi threading Pin
Mark Salsbery4-Feb-08 12:06
Mark Salsbery4-Feb-08 12:06 
There isn't a one-to-one relationship between System.Threading.Threads
and System.Diagnostics.ProcessThreads.

A System.Diagnostics.ProcessThread is an actual OS thread.

A System.Threading.Thread is a logical thread. It's possible for many
System.Threading.Threads to be using the same OS thread.

You can manage affinity at either level, but doing it at the
System.Threading.Thread level doesn't mean it will have any effect whatsoever
on an OS thread, like your Win32 API code does.

Mark

Mark Salsbery
Microsoft MVP - Visual C++

Java | [Coffee]

GeneralRe: Multi threading Pin
vijboy5-Feb-08 13:29
vijboy5-Feb-08 13:29 
GeneralAnother application running in the form Pin
rover_boy4-Feb-08 10:19
rover_boy4-Feb-08 10:19 
GeneralRe: Another application running in the form Pin
TJoe5-Feb-08 6:05
TJoe5-Feb-08 6:05 
GeneralConverting and .exe to a Form Control Pin
TheBerk4-Feb-08 6:54
TheBerk4-Feb-08 6:54 
AnswerRe: Converting and .exe to a Form Control Pin
TJoe5-Feb-08 6:28
TJoe5-Feb-08 6:28 
GeneralAdd/Remove items in a listBox Pin
newkid31-Jan-08 4:16
newkid31-Jan-08 4:16 
GeneralRe: Add/Remove items in a listBox Pin
led mike31-Jan-08 4:59
led mike31-Jan-08 4:59 
GeneralRe: Add/Remove items in a listBox Pin
newkid31-Jan-08 5:13
newkid31-Jan-08 5:13 
GeneralRe: Add/Remove items in a listBox Pin
led mike31-Jan-08 5:44
led mike31-Jan-08 5:44 
GeneralRe: Add/Remove items in a listBox Pin
rover_boy1-Feb-08 3:57
rover_boy1-Feb-08 3:57 
GeneralRe: Add/Remove items in a listBox Pin
led mike1-Feb-08 4:19
led mike1-Feb-08 4:19 
GeneralRe: Add/Remove items in a listBox Pin
newkid1-Feb-08 4:42
newkid1-Feb-08 4:42 
QuestionHow to wrap MFC control in C++/CLI Pin
BinName30-Jan-08 19:06
BinName30-Jan-08 19:06 
AnswerRe: How to wrap MFC control in C++/CLI Pin
led mike31-Jan-08 4:47
led mike31-Jan-08 4:47 
AnswerRe: How to wrap MFC control in C++/CLI Pin
Zeinpresiyo11-Feb-08 3:18
Zeinpresiyo11-Feb-08 3:18 
QuestionNeed help with twisted callback issue Pin
MissingLinkError30-Jan-08 13:13
MissingLinkError30-Jan-08 13:13 
GeneralRe: Need help with twisted callback issue [modified] Pin
Luc Pattyn30-Jan-08 15:14
sitebuilderLuc Pattyn30-Jan-08 15:14 

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.