Click here to Skip to main content
15,927,213 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow to store a Binary value in a variable? Pin
CodeVarma10-Apr-06 17:05
CodeVarma10-Apr-06 17:05 
AnswerRe: How to store a Binary value in a variable? Pin
Ryan Binns10-Apr-06 18:21
Ryan Binns10-Apr-06 18:21 
QuestionVariable Help Pin
borono10-Apr-06 14:14
borono10-Apr-06 14:14 
AnswerRe: Variable Help Pin
Joshua Quick10-Apr-06 15:43
Joshua Quick10-Apr-06 15:43 
GeneralRe: Variable Help Pin
borono10-Apr-06 17:30
borono10-Apr-06 17:30 
AnswerRe: Variable Help Pin
Joshua Quick10-Apr-06 17:49
Joshua Quick10-Apr-06 17:49 
GeneralRe: Variable Help Pin
borono11-Apr-06 10:43
borono11-Apr-06 10:43 
GeneralRe: Variable Help Pin
Joshua Quick11-Apr-06 12:05
Joshua Quick11-Apr-06 12:05 
This sounds like an issue in your C library.

For starters, you might just want to comment out your C function's code and just have it return a constant. This will prove whether or not a call to your C library is working.

Next, I think you need to debug your C function's code because I suspect that's where the issue is. If you're using threads, then you could be running into race conditions.

If your C function makes a call to a threaded function, are you blocking the current thread while it's being processed? Otherwise the current thread will just fall through before the process completes (or even begins). Or are you making a separate call to your C library for the process result?
QuestionCTreeCtrl checkboxes Pin
CodeGoose10-Apr-06 11:34
CodeGoose10-Apr-06 11:34 
QuestionOverloads resolution crazyness ? Pin
Marcello10-Apr-06 11:29
Marcello10-Apr-06 11:29 
AnswerRe: Overloads resolution crazyness ? Pin
Ryan Binns10-Apr-06 18:33
Ryan Binns10-Apr-06 18:33 
GeneralRe: Overloads resolution crazyness ? Pin
Marcello10-Apr-06 21:05
Marcello10-Apr-06 21:05 
GeneralRe: Overloads resolution crazyness ? Pin
Ryan Binns10-Apr-06 22:50
Ryan Binns10-Apr-06 22:50 
GeneralQuick question about IEEE floating points Pin
Jörgen Sigvardsson10-Apr-06 10:39
Jörgen Sigvardsson10-Apr-06 10:39 
GeneralRe: Quick question about IEEE floating points Pin
cmk10-Apr-06 15:04
cmk10-Apr-06 15:04 
QuestionLogo on a dialog app Pin
LCI10-Apr-06 9:59
LCI10-Apr-06 9:59 
QuestionRe: Logo on a dialog app Pin
David Crow10-Apr-06 10:03
David Crow10-Apr-06 10:03 
AnswerRe: Logo on a dialog app Pin
LCI10-Apr-06 10:20
LCI10-Apr-06 10:20 
GeneralRe: Logo on a dialog app Pin
Laxman Auti10-Apr-06 17:55
Laxman Auti10-Apr-06 17:55 
QuestionRe: Logo on a dialog app Pin
David Crow11-Apr-06 2:40
David Crow11-Apr-06 2:40 
AnswerLogo on a dialog app Pin
_AnsHUMAN_ 10-Apr-06 18:15
_AnsHUMAN_ 10-Apr-06 18:15 
AnswerRe: Logo on a dialog app Pin
Ryan Binns10-Apr-06 18:37
Ryan Binns10-Apr-06 18:37 
AnswerRe: Logo on a dialog app Pin
Krishnatv10-Apr-06 19:22
Krishnatv10-Apr-06 19:22 
AnswerRe: Logo on a dialog app Pin
Ștefan-Mihai MOGA11-Apr-06 0:09
professionalȘtefan-Mihai MOGA11-Apr-06 0:09 
Questionwindow update Pin
pnpfriend10-Apr-06 7:27
pnpfriend10-Apr-06 7:27 

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.