Click here to Skip to main content
15,891,833 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: MS access (ODBC)in Dialog based application Pin
Hamid_RT19-Apr-08 18:11
Hamid_RT19-Apr-08 18:11 
GeneralRe: MS access (ODBC)in Dialog based application Pin
Joseph Marzbani20-Apr-08 6:34
Joseph Marzbani20-Apr-08 6:34 
GeneralRe: MS access (ODBC)in Dialog based application Pin
Hamid_RT20-Apr-08 8:53
Hamid_RT20-Apr-08 8:53 
QuestionHow to use related path in #pragma comment(lib,"...") Pin
includeh1019-Apr-08 12:50
includeh1019-Apr-08 12:50 
QuestionHow to save sound from microphone and video from web camera to one stream? Pin
Member 412458119-Apr-08 10:36
Member 412458119-Apr-08 10:36 
GeneralRe: How to save sound from microphone and video from web camera to one stream? Pin
Hamid_RT19-Apr-08 18:07
Hamid_RT19-Apr-08 18:07 
Questionmultithreaded programming on multicore systems Pin
e_yp19-Apr-08 1:11
e_yp19-Apr-08 1:11 
GeneralRe: multithreaded programming on multicore systems Pin
Gary R. Wheeler19-Apr-08 1:52
Gary R. Wheeler19-Apr-08 1:52 
e_yp wrote:
first one is, when i want to work with sound card that need socket connection's data,exception occur(in this case socket connection thread and sound card thread work with eachother asynchron)


This sounds like you are not properly synchronizing access to the socket data between the two threads.

e_yp wrote:
second one, some times some Icones hide in my GUI.


This one sounds like you are trying to use MFC objects from multiple threads, which is not allowed. I'm surprised it worked correctly in the single-core situation. It's also possible that you have one thread destroying the icon before a second thread is finished using it.

e_yp wrote:
I guess that is cause of multithraed on multicore systems.


Multi-core systems tend to expose defects in your thread handling more often. Your application appears to work correctly on a single-core only because that doesn't fully exercise the capability of multiple threads of execution.

Software Zen: delete this;
Fold With Us![^]

GeneralRe: multithreaded programming on multicore systems Pin
CPallini19-Apr-08 2:25
mveCPallini19-Apr-08 2:25 
QuestionHow to Compare two different date format Pin
sharanu18-Apr-08 22:55
sharanu18-Apr-08 22:55 
AnswerRe: How to Compare two different date format Pin
Gary R. Wheeler19-Apr-08 1:07
Gary R. Wheeler19-Apr-08 1:07 
GeneralRe: How to Compare two different date format Pin
sharanu19-Apr-08 1:59
sharanu19-Apr-08 1:59 
AnswerRe: How to Compare two different date format Pin
David Crow19-Apr-08 3:26
David Crow19-Apr-08 3:26 
GeneralAny Control with huge buttons. Pin
phanindra varma18-Apr-08 22:35
phanindra varma18-Apr-08 22:35 
GeneralRe: Any Control with huge buttons. Pin
Gary R. Wheeler19-Apr-08 1:18
Gary R. Wheeler19-Apr-08 1:18 
GeneralRe: Any Control with huge buttons. Pin
krmed19-Apr-08 3:30
krmed19-Apr-08 3:30 
GeneralRe: Any Control with huge buttons. Pin
Gary R. Wheeler19-Apr-08 4:00
Gary R. Wheeler19-Apr-08 4:00 
GeneralRe: Any Control with huge buttons. Pin
phanindra varma21-Apr-08 20:05
phanindra varma21-Apr-08 20:05 
General[Message Deleted] Pin
Laurence18-Apr-08 22:10
Laurence18-Apr-08 22:10 
QuestionRe: How to resolve follow problem? about math Pin
CPallini18-Apr-08 22:18
mveCPallini18-Apr-08 22:18 
JokeRe: How to resolve follow problem? about math Pin
Hamid_RT19-Apr-08 1:24
Hamid_RT19-Apr-08 1:24 
GeneralRe: How to resolve follow problem? about math Pin
CPallini19-Apr-08 1:42
mveCPallini19-Apr-08 1:42 
GeneralRe: How to resolve follow problem? about math Pin
Eytukan19-Apr-08 22:32
Eytukan19-Apr-08 22:32 
GeneralRe: How to resolve follow problem? about math Pin
CPallini19-Apr-08 22:43
mveCPallini19-Apr-08 22:43 
GeneralRe: How to resolve follow problem? about math Pin
Hamid_RT20-Apr-08 8:55
Hamid_RT20-Apr-08 8:55 

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.