Click here to Skip to main content
15,920,704 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: AfxThrowOleDispatchException not working for me .. Pin
Joaquín M López Muñoz7-Feb-02 8:23
Joaquín M López Muñoz7-Feb-02 8:23 
GeneralRe: AfxThrowOleDispatchException not working for me .. Pin
vishalsp7-Feb-02 10:56
vishalsp7-Feb-02 10:56 
GeneralRe: AfxThrowOleDispatchException not working for me .. Pin
Joaquín M López Muñoz7-Feb-02 12:03
Joaquín M López Muñoz7-Feb-02 12:03 
GeneralRe: AfxThrowOleDispatchException not working for me .. Pin
vishalsp8-Feb-02 2:06
vishalsp8-Feb-02 2:06 
GeneralRe: AfxThrowOleDispatchException not working for me .. Pin
vishalsp11-Feb-02 4:25
vishalsp11-Feb-02 4:25 
GeneralLoading Problem Pin
Sonu Kapoor7-Feb-02 7:18
Sonu Kapoor7-Feb-02 7:18 
GeneralRe: Loading Problem Pin
Joaquín M López Muñoz7-Feb-02 7:53
Joaquín M López Muñoz7-Feb-02 7:53 
GeneralRe: Loading Problem Pin
Sonu Kapoor7-Feb-02 8:40
Sonu Kapoor7-Feb-02 8:40 
My app only crashes cause the files which i am loading are to large. If i
try this with smaller files, everything works fine. So i need a solution for
the loading Problem.

strFile is just a csv file with the size of 350KB.
CString sRow;
CStdioFile inFile(strFileName, CFile::modeRead);
while(inFile.ReadString(sRow) != FALSE)
{
// loading the String in a ListCtrl

}

inFile.Close();

you see i am not doing very much


Best Regards

Sonu
GeneralRe: Loading Problem Pin
User 66587-Feb-02 8:53
User 66587-Feb-02 8:53 
GeneralRe: Loading Problem Pin
Nish Nishant7-Feb-02 8:55
sitebuilderNish Nishant7-Feb-02 8:55 
GeneralRe: Loading Problem Pin
Sonu Kapoor7-Feb-02 8:59
Sonu Kapoor7-Feb-02 8:59 
GeneralRe: Loading Problem Pin
Joaquín M López Muñoz7-Feb-02 9:09
Joaquín M López Muñoz7-Feb-02 9:09 
GeneralRe: Loading Problem Pin
Sonu Kapoor7-Feb-02 9:14
Sonu Kapoor7-Feb-02 9:14 
GeneralSams book on visual C++ Pin
Rajveer7-Feb-02 5:31
Rajveer7-Feb-02 5:31 
GeneralRe: Sams book on visual C++ Pin
Jon Hulatt7-Feb-02 6:18
Jon Hulatt7-Feb-02 6:18 
GeneralRe: C2664 Pin
7-Feb-02 4:52
suss7-Feb-02 4:52 
GeneralRe: C2664 Pin
Jon Hulatt7-Feb-02 5:04
Jon Hulatt7-Feb-02 5:04 
GeneralRe: C2664 Pin
Giles7-Feb-02 9:40
Giles7-Feb-02 9:40 
GeneralRe: C2664 Pin
Christian Graus7-Feb-02 9:51
protectorChristian Graus7-Feb-02 9:51 
GeneraleVC Image Zoom Problem Pin
7-Feb-02 4:36
suss7-Feb-02 4:36 
GeneraliCListView and CTreeView Pin
7-Feb-02 3:07
suss7-Feb-02 3:07 
GeneralRe: iCListView and CTreeView Pin
Jon Hulatt7-Feb-02 4:42
Jon Hulatt7-Feb-02 4:42 
Questionhow to compile win32 program in bcb 5.0 Pin
Johndotcom7-Feb-02 3:03
Johndotcom7-Feb-02 3:03 
AnswerRe: how to compile win32 program in bcb 5.0 Pin
Carlos Antollini7-Feb-02 3:12
Carlos Antollini7-Feb-02 3:12 
GeneralRe: how to compile win32 program in bcb 5.0 Pin
Johndotcom7-Feb-02 16:21
Johndotcom7-Feb-02 16:21 

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.