Click here to Skip to main content
15,888,190 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: I want to know some c libraries Pin
CPallini13-Oct-09 0:09
mveCPallini13-Oct-09 0:09 
QuestionWhen to execute hashing function in Win32 app Pin
Patcher3212-Oct-09 15:17
Patcher3212-Oct-09 15:17 
AnswerRe: When to execute hashing function in Win32 app Pin
David Crow12-Oct-09 15:52
David Crow12-Oct-09 15:52 
GeneralRe: When to execute hashing function in Win32 app Pin
Patcher3213-Oct-09 18:56
Patcher3213-Oct-09 18:56 
AnswerRe: When to execute hashing function in Win32 app Pin
«_Superman_»12-Oct-09 16:18
professional«_Superman_»12-Oct-09 16:18 
GeneralRe: When to execute hashing function in Win32 app Pin
Rajesh R Subramanian12-Oct-09 17:18
professionalRajesh R Subramanian12-Oct-09 17:18 
GeneralRe: When to execute hashing function in Win32 app Pin
kilt13-Oct-09 2:16
kilt13-Oct-09 2:16 
QuestionError message in MS visual c++ 6.0 Pin
Anderson Jogie12-Oct-09 11:25
Anderson Jogie12-Oct-09 11:25 
I am running a VC++ application, got a fatal error, clicked on the debug button, and the debugger open to this page which I have some problem understanding. Will like to get some help on how to interpret this error message.

Thanks much. Smile | :)

RDLLocation *GetDemandLocation()
{
return pDemandLocation; //this is where the deburgger yellow arrow is pointing
}


- this 0xdddddddd
- RDLLoObject {...}
- RDLDatabaseObject {...}
- TStreamableBase {...}
__vfptr CXX0030: Error: expression cannot be evaluated
loadStatus CXX0030: Error: expression cannot be evaluated
- Name {???}
m_pchData CXX0030: Error: expression cannot be evaluated
- _destructCB {...}
__vfptr CXX0030: Error: expression cannot be evaluated
_enabled CXX0030: Error: expression cannot be evaluated
_needToInvoke CXX0030: Error: expression cannot be evaluated
_doorOpen CXX0030: Error: expression cannot be evaluated
_srcObj CXX0030: Error: expression cannot be evaluated
- _cbList {...}
allocator {...}
_Head CXX0030: Error: expression cannot be evaluated
_Size CXX0030: Error: expression cannot be evaluated
- _valueCB {...}
__vfptr CXX0030: Error: expression cannot be evaluated
_enabled CXX0030: Error: expression cannot be evaluated
_needToInvoke CXX0030: Error: expression cannot be evaluated
_doorOpen CXX0030: Error: expression cannot be evaluated
_srcObj CXX0030: Error: expression cannot be evaluated
- _cbList {...}
allocator {...}
_Head CXX0017: Error: symbol "" not found
_Size CXX0030: Error: expression cannot be evaluated
ulDisplayFlags CXX0030: Error: expression cannot be evaluated
pLoadItemSet CXX0017: Error: symbol "CSet<RDLLoadItem,1>" not found
pDemandLocation CXX0030: Error: expression cannot be evaluated
pSupplyLocation CXX0030: Error: expression cannot be evaluated
pProTransResSet CXX0017: Error: symbol "CSet<RDLString,1>" not found
pTimeWindowSet CXX0017: Error: symbol "CSet<RDLShipmentTimeWindow,1>" not found
- LoadRef {???}
m_pchData CXX0030: Error: expression cannot be evaluated
ShipmentDemandType CXX0030: Error: expression cannot be evaluated
Demand1 CXX0030: Error: expression cannot be evaluated
Demand2 CXX0030: Error: expression cannot be evaluated
Demand3 CXX0030: Error: expression cannot be evaluated
LoadRate1 CXX0030: Error: expression cannot be evaluated
LoadRate2 CXX0030: Error: expression cannot be evaluated
LoadRate3 CXX0030: Error: expression cannot be evaluated
UnLoadRate1 CXX0030: Error: expression cannot be evaluated
UnLoadRate2 CXX0030: Error: expression cannot be evaluated
UnLoadRate3 CXX0030: Error: expression cannot be evaluated
CommonCarrierCost CXX0030: Error: expression cannot be evaluated
ShipmentPriority CXX0030: Error: expression cannot be evaluated
FixedServiceTime CXX0030: Error: expression cannot be evaluated
IsDummy CXX0030: Error: expression cannot be evaluated
CurrentLoadItemNumber CXX0030: Error: expression cannot be evaluated
validDays CXX0030: Error: expression cannot be evaluated
pTmpTimeWindowSet CXX0017: Error: symbol "CSet<RDLShipmentTimeWindow,1>" not found
fLTLCost CXX0030: Error: expression cannot be evaluated
AnswerRe: Error message in MS visual c++ 6.0 Pin
transoft12-Oct-09 11:28
transoft12-Oct-09 11:28 
Questionhelp needed for solving programming puzzles! Pin
nowrocktheworld12-Oct-09 8:26
nowrocktheworld12-Oct-09 8:26 
AnswerRe: help needed for solving programming puzzles! Pin
Baltoro12-Oct-09 11:12
Baltoro12-Oct-09 11:12 
AnswerRe: help needed for solving programming puzzles! Pin
santhosh-padamatinti12-Oct-09 18:35
santhosh-padamatinti12-Oct-09 18:35 
QuestionHow to use Database in MFC Dialog based? Pin
kokilag12-Oct-09 8:18
kokilag12-Oct-09 8:18 
AnswerRe: How to use Database in MFC Dialog based? Pin
«_Superman_»12-Oct-09 8:55
professional«_Superman_»12-Oct-09 8:55 
AnswerRe: How to use Database in MFC Dialog based? Pin
Ozer Karaagac12-Oct-09 16:49
professionalOzer Karaagac12-Oct-09 16:49 
QuestionHow to Insert a record using SQLExecute. Pin
janaswamy uday12-Oct-09 5:31
janaswamy uday12-Oct-09 5:31 
QuestionRe: How to Insert a record using SQLExecute. Pin
David Crow12-Oct-09 5:39
David Crow12-Oct-09 5:39 
AnswerRe: How to Insert a record using SQLExecute. Pin
janaswamy uday12-Oct-09 7:44
janaswamy uday12-Oct-09 7:44 
QuestionRe: How to Insert a record using SQLExecute. Pin
David Crow12-Oct-09 7:47
David Crow12-Oct-09 7:47 
AnswerRe: How to Insert a record using SQLExecute. Pin
janaswamy uday12-Oct-09 7:50
janaswamy uday12-Oct-09 7:50 
QuestionRe: How to Insert a record using SQLExecute. Pin
David Crow12-Oct-09 7:53
David Crow12-Oct-09 7:53 
AnswerRe: How to Insert a record using SQLExecute. [modified] Pin
transoft12-Oct-09 11:09
transoft12-Oct-09 11:09 
AnswerRe: How to Insert a record using SQLExecute. Pin
Ozer Karaagac12-Oct-09 15:05
professionalOzer Karaagac12-Oct-09 15:05 
GeneralRe: How to Insert a record using SQLExecute. Pin
janaswamy uday12-Oct-09 16:40
janaswamy uday12-Oct-09 16:40 
GeneralRe: How to Insert a record using SQLExecute. Pin
Ozer Karaagac12-Oct-09 17:59
professionalOzer Karaagac12-Oct-09 17:59 

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.