Click here to Skip to main content
15,912,977 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Testing File Existence Pin
Srini Kella21-May-02 5:24
Srini Kella21-May-02 5:24 
GeneralRe: Testing File Existence Pin
Doug Joseph22-May-02 4:16
Doug Joseph22-May-02 4:16 
GeneralRe: Testing File Existence Pin
David Crow5-Jan-04 7:47
David Crow5-Jan-04 7:47 
GeneralRe: Testing File Existence Pin
Alvaro Mendez21-May-02 4:42
Alvaro Mendez21-May-02 4:42 
GeneralRe: Testing File Existence Pin
Srini Kella21-May-02 5:26
Srini Kella21-May-02 5:26 
GeneralRe: Testing File Existence Pin
Alvaro Mendez21-May-02 6:01
Alvaro Mendez21-May-02 6:01 
GeneralRe: Testing File Existence Pin
Martin Ziacek21-May-02 6:07
Martin Ziacek21-May-02 6:07 
Generalglobal carray Pin
jafrazee21-May-02 4:00
jafrazee21-May-02 4:00 
how can i make a carray global.
i have tried adding it in a header but it does not like my definion.
i have tried making it extern but it again does not like my definion.
it works great within the dialog it is created in. i am using it to hold report data.

thank you.

this is how i have it created.
*******************************************
in h file
*******************************************
typedef struct{
CString a;
CString b;
CString c;
} MYCARRAYSTRUCT;


********************************************
in cpp file
********************************************
*************created global for the cpp
MYCARRAYSTRUCT mycarraystruct;
CArray<mycarraystruct,mycarraystruct> mycarray;

*************my funtion
do{
........
mycarraystruct.a = m_pSet->firstfield;
mycarraystruct.b = m_pSet->secondfield;
.....................
m_pSet->MoveNext();
}while.............
GeneralRe: global carray Pin
Martin Ziacek21-May-02 4:12
Martin Ziacek21-May-02 4:12 
GeneralRe: global carray Pin
jafrazee21-May-02 4:16
jafrazee21-May-02 4:16 
GeneralRe: global carray Pin
Martin Ziacek21-May-02 4:34
Martin Ziacek21-May-02 4:34 
GeneralRe: global carray Pin
Renjith Ramachandran21-May-02 4:23
Renjith Ramachandran21-May-02 4:23 
GeneralRe: global carray Pin
jafrazee21-May-02 4:30
jafrazee21-May-02 4:30 
GeneralRe: global carray Pin
Doug Joseph21-May-02 4:29
Doug Joseph21-May-02 4:29 
Generaldata update problem Pin
jimNLX21-May-02 3:40
jimNLX21-May-02 3:40 
GeneralRe: data update problem Pin
lucy21-May-02 5:51
lucy21-May-02 5:51 
GeneralRe: data update problem Pin
jimNLX21-May-02 6:27
jimNLX21-May-02 6:27 
GeneralShellexec, "mailto:" Pin
21-May-02 2:53
suss21-May-02 2:53 
GeneralRe: Shellexec, "mailto:" Pin
Nish Nishant21-May-02 4:38
sitebuilderNish Nishant21-May-02 4:38 
GeneralRe: Shellexec, "mailto:" Pin
Jason Henderson21-May-02 4:40
Jason Henderson21-May-02 4:40 
GeneralRe: Shellexec, "mailto:" Pin
PJ Arends21-May-02 5:49
professionalPJ Arends21-May-02 5:49 
GeneralRe: Shellexec, "mailto:" Pin
Shog921-May-02 13:33
sitebuilderShog921-May-02 13:33 
GeneralCComPtr error! Pin
Hans Ruck21-May-02 2:35
Hans Ruck21-May-02 2:35 
GeneralRe: CComPtr error! Pin
Chris Losinger21-May-02 2:59
professionalChris Losinger21-May-02 2:59 
GeneralRe: CComPtr error! Pin
Hans Ruck21-May-02 3:44
Hans Ruck21-May-02 3:44 

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.