Click here to Skip to main content
16,004,833 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: Call a function from provided DLL Pin
BenHieu3-May-06 11:34
BenHieu3-May-06 11:34 
AnswerRe: Call a function from provided DLL Pin
Blake Miller5-May-06 6:42
Blake Miller5-May-06 6:42 
QuestionI need project members for X-10 Pin
Xsss4hell6-Apr-06 6:14
Xsss4hell6-Apr-06 6:14 
AnswerRe: I need project members for X-10 Pin
toxcct6-Apr-06 6:32
toxcct6-Apr-06 6:32 
GeneralRe: I need project members for X-10 Pin
Xsss4hell6-Apr-06 6:49
Xsss4hell6-Apr-06 6:49 
GeneralRe: I need project members for X-10 Pin
toxcct6-Apr-06 6:52
toxcct6-Apr-06 6:52 
Questionfree() fails in vc 6 debug mode Pin
leowwl6-Apr-06 5:57
leowwl6-Apr-06 5:57 
QuestionRe: free() fails in vc 6 debug mode Pin
David Crow6-Apr-06 6:14
David Crow6-Apr-06 6:14 
You would be well-served to narrow the code down to just the statements necessary required to produce the problem. As it stands, it could be one of the other allocations, or the code that is using list, slist, or nodes.

leowwl wrote:
list=calloc(e,sizeof(int));
slist=calloc(e,sizeof(int));


What is list, slist, and e? Why are the return values from the two calls to calloc() not cast to an int*?


"Let us be thankful for the fools. But for them the rest of us could not succeed." - Mark Twain

"There is no death, only a change of worlds." - Native American Proverb


AnswerRe: free() fails in vc 6 debug mode Pin
hint_546-Apr-06 6:21
hint_546-Apr-06 6:21 
GeneralRe: free() fails in vc 6 debug mode Pin
David Crow6-Apr-06 7:04
David Crow6-Apr-06 7:04 
GeneralRe: free() fails in vc 6 debug mode Pin
hint_546-Apr-06 7:24
hint_546-Apr-06 7:24 
GeneralRe: free() fails in vc 6 debug mode Pin
David Crow6-Apr-06 7:39
David Crow6-Apr-06 7:39 
GeneralRe: free() fails in vc 6 debug mode Pin
hint_546-Apr-06 7:42
hint_546-Apr-06 7:42 
AnswerRe: free() fails in vc 6 debug mode Pin
hint_546-Apr-06 6:18
hint_546-Apr-06 6:18 
AnswerRe: free() fails in vc 6 debug mode Pin
HvalaMne6-Apr-06 12:32
HvalaMne6-Apr-06 12:32 
AnswerRe: free() fails in vc 6 debug mode Pin
toxcct6-Apr-06 21:27
toxcct6-Apr-06 21:27 
AnswerRe: free() fails in vc 6 debug mode Pin
James R. Twine7-Apr-06 0:38
James R. Twine7-Apr-06 0:38 
QuestionUsing DLL in VC++ Pin
RockyJames6-Apr-06 5:51
RockyJames6-Apr-06 5:51 
QuestionRe: Using DLL in VC++ Pin
David Crow6-Apr-06 5:54
David Crow6-Apr-06 5:54 
AnswerRe: Using DLL in VC++ Pin
RockyJames6-Apr-06 5:59
RockyJames6-Apr-06 5:59 
QuestionASSERT Pin
big_denny_2006-Apr-06 4:56
big_denny_2006-Apr-06 4:56 
AnswerRe: ASSERT Pin
Cedric Moonen6-Apr-06 5:01
Cedric Moonen6-Apr-06 5:01 
AnswerRe: ASSERT Pin
toxcct6-Apr-06 5:03
toxcct6-Apr-06 5:03 
AnswerRe: ASSERT Pin
David Crow6-Apr-06 5:51
David Crow6-Apr-06 5:51 
QuestionCommon Control Manifest File Pin
RichardS6-Apr-06 4:53
RichardS6-Apr-06 4:53 

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.