Click here to Skip to main content
15,914,013 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: compiler generated function Pin
prasad_som8-Feb-07 4:27
prasad_som8-Feb-07 4:27 
AnswerRe: compiler generated function Pin
Mark Salsbery8-Feb-07 6:13
Mark Salsbery8-Feb-07 6:13 
GeneralRe: compiler generated function Pin
sheetal_068-Feb-07 17:01
sheetal_068-Feb-07 17:01 
GeneralRe: compiler generated function Pin
Mark Salsbery8-Feb-07 17:05
Mark Salsbery8-Feb-07 17:05 
GeneralRe: compiler generated function Pin
sheetal_068-Feb-07 17:13
sheetal_068-Feb-07 17:13 
GeneralRe: compiler generated function Pin
Mark Salsbery8-Feb-07 17:17
Mark Salsbery8-Feb-07 17:17 
GeneralRe: compiler generated function Pin
sheetal_068-Feb-07 17:24
sheetal_068-Feb-07 17:24 
GeneralRe: compiler generated function Pin
Mark Salsbery8-Feb-07 17:30
Mark Salsbery8-Feb-07 17:30 
sheetal_06 wrote:
At that time it is trying to locate the function 'CPtrArray &CPtrArray::operator =(const CPtrArray &)'


There isn't one implemented. That's why it's an error.


sheetal_06 wrote:
i am trying to pass a CSpanload object into a CCasObject


How are you passing it? Are you sure you need to do a full copy or could you pass a reference or
pointer? If you must copy then you'll need to copy the CPtrArray member appropriately. Since
it's an array of pointers - if the pointers are allocated using new and you copy the pointers
from one array to another, then delete the pointers in one array and try to delete the pointers
again in the copy array then it will crash.
GeneralRe: compiler generated function Pin
sheetal_068-Feb-07 17:41
sheetal_068-Feb-07 17:41 
QuestionWin 32 console application Pin
ShilpiP7-Feb-07 19:39
ShilpiP7-Feb-07 19:39 
AnswerRe: Win 32 console application Pin
San24687-Feb-07 19:59
San24687-Feb-07 19:59 
AnswerRe: Win 32 console application Pin
San24687-Feb-07 20:02
San24687-Feb-07 20:02 
AnswerRe: Win 32 console application Pin
ThatsAlok7-Feb-07 20:03
ThatsAlok7-Feb-07 20:03 
AnswerRe: Win 32 console application Pin
Hamid_RT7-Feb-07 20:06
Hamid_RT7-Feb-07 20:06 
AnswerRe: Win 32 console application Pin
Stephen Hewitt7-Feb-07 20:08
Stephen Hewitt7-Feb-07 20:08 
AnswerRe: Win 32 console application Pin
Xing Chen7-Feb-07 20:12
Xing Chen7-Feb-07 20:12 
GeneralRe: Win 32 console application Pin
Cedric Moonen7-Feb-07 20:17
Cedric Moonen7-Feb-07 20:17 
GeneralRe: Win 32 console application Pin
Gary R. Wheeler8-Feb-07 4:11
Gary R. Wheeler8-Feb-07 4:11 
GeneralRe: Win 32 console application Pin
Cedric Moonen8-Feb-07 4:14
Cedric Moonen8-Feb-07 4:14 
QuestionTo get filename as input Pin
siddharthsan7-Feb-07 19:39
siddharthsan7-Feb-07 19:39 
AnswerRe: To get filename as input Pin
Waldermort7-Feb-07 19:44
Waldermort7-Feb-07 19:44 
AnswerRe: To get filename as input Pin
Hamid_RT7-Feb-07 20:07
Hamid_RT7-Feb-07 20:07 
QuestionRe: To get filename as input Pin
David Crow8-Feb-07 3:49
David Crow8-Feb-07 3:49 
Questionproblems in binding INADDR_ANY Pin
mpk19797-Feb-07 19:19
mpk19797-Feb-07 19:19 
AnswerRe: problems in binding INADDR_ANY Pin
Mark Salsbery8-Feb-07 6:15
Mark Salsbery8-Feb-07 6:15 

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.