Click here to Skip to main content
16,011,886 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: property pages Pin
James R. Twine9-Jan-02 2:39
James R. Twine9-Jan-02 2:39 
GeneralRe: property pages Pin
vandanakaul9-Jan-02 17:37
vandanakaul9-Jan-02 17:37 
GeneralRe: property pages Pin
James R. Twine10-Jan-02 6:37
James R. Twine10-Jan-02 6:37 
GeneralRe: property pages Pin
vandanakaul10-Jan-02 18:37
vandanakaul10-Jan-02 18:37 
GeneralRe: property pages Pin
James R. Twine11-Jan-02 18:55
James R. Twine11-Jan-02 18:55 
GeneralRe: property pages Pin
vandanakaul14-Jan-02 21:08
vandanakaul14-Jan-02 21:08 
GeneralWorking with CArray Pin
8-Jan-02 21:16
suss8-Jan-02 21:16 
GeneralRe: Working with CArray Pin
Christian Graus8-Jan-02 22:17
protectorChristian Graus8-Jan-02 22:17 
In order to put things in <>, like CArray<sdatarecord>, you need to check the box that says 'ignore HTML'. I presume that is what you had said though.

If you store records, not pointers to them, then your struct needs to provide a copy constructor so a copy can be made to put into the array - that is precisely what the error is telling you. Your choices are to store pointers to records ( or references, but then the objects being refered to also need to be in scope somewhere, so there's no point ), or write a copy constructor.

While we're at it, CArray is *rubbish*, you should be using std:vector, for more reasons than I can quickly enumerate.


Christian

I have come to clean zee pooollll. - Michael Martin Dec 30, 2001

Sonork ID 100.10002:MeanManOz
I live in Bob's HungOut now

GeneralRe: Working with CArray Pin
Joaquín M López Muñoz8-Jan-02 22:46
Joaquín M López Muñoz8-Jan-02 22:46 
GeneralSaving CDC to Bmp File Pin
Abhishek Narula8-Jan-02 20:25
Abhishek Narula8-Jan-02 20:25 
GeneralRe: Saving CDC to Bmp File Pin
Rickard Andersson208-Jan-02 21:16
Rickard Andersson208-Jan-02 21:16 
GeneralRe: Saving CDC to Bmp File Pin
Christian Graus8-Jan-02 22:13
protectorChristian Graus8-Jan-02 22:13 
GeneralRe: Saving CDC to Bmp File Pin
Abhishek Narula8-Jan-02 22:23
Abhishek Narula8-Jan-02 22:23 
GeneralRe: Saving CDC to Bmp File Pin
Nish Nishant8-Jan-02 22:35
sitebuilderNish Nishant8-Jan-02 22:35 
GeneralRe: Saving CDC to Bmp File Pin
Abhishek Narula8-Jan-02 22:49
Abhishek Narula8-Jan-02 22:49 
GeneralRe: Saving CDC to Bmp File Pin
Christian Graus8-Jan-02 22:36
protectorChristian Graus8-Jan-02 22:36 
GeneralRe: Saving CDC to Bmp File Pin
Abhishek Narula8-Jan-02 22:45
Abhishek Narula8-Jan-02 22:45 
GeneralRe: Saving CDC to Bmp File Pin
Abhishek Narula8-Jan-02 22:46
Abhishek Narula8-Jan-02 22:46 
GeneralRe: Saving CDC to Bmp File Pin
Christian Graus8-Jan-02 22:51
protectorChristian Graus8-Jan-02 22:51 
GeneralENTER KEY Pin
8-Jan-02 17:43
suss8-Jan-02 17:43 
GeneralRe: ENTER KEY Pin
Eugene Pustovoyt8-Jan-02 18:58
Eugene Pustovoyt8-Jan-02 18:58 
GeneralRe: ENTER KEY Pin
Michael Dunn8-Jan-02 20:08
sitebuilderMichael Dunn8-Jan-02 20:08 
GeneralRe: ENTER KEY Pin
Nish Nishant8-Jan-02 20:22
sitebuilderNish Nishant8-Jan-02 20:22 
GeneralExlusive-or crypting Pin
Ever12348-Jan-02 15:18
Ever12348-Jan-02 15:18 
GeneralRe: Exlusive-or crypting Pin
Christian Graus8-Jan-02 17:40
protectorChristian Graus8-Jan-02 17:40 

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.