Click here to Skip to main content
15,891,657 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralAfter Selecting Activex Control the Application crashes... Pin
spalanivel25-Jan-08 18:49
spalanivel25-Jan-08 18:49 
Generalini file creation in windows mobile Pin
guru moorthy.k25-Jan-08 18:48
guru moorthy.k25-Jan-08 18:48 
GeneralRe: ini file creation in windows mobile Pin
Maxwell Chen25-Jan-08 21:55
Maxwell Chen25-Jan-08 21:55 
GeneralAccess Violation at ii=ii+1; all other variables print value correctly Pin
mrby12325-Jan-08 13:10
mrby12325-Jan-08 13:10 
QuestionRe: Access Violation at ii=ii+1; all other variables print value correctly Pin
David Crow25-Jan-08 17:13
David Crow25-Jan-08 17:13 
GeneralRe: Access Violation at ii=ii+1; all other variables print value correctly [modified] Pin
mrby12325-Jan-08 20:37
mrby12325-Jan-08 20:37 
GeneralRe: Access Violation at ii=ii+1; all other variables print value correctly Pin
CPallini25-Jan-08 21:44
mveCPallini25-Jan-08 21:44 
GeneralRe: Access Violation at ii=ii+1; all other variables print value correctly Pin
mrby12326-Jan-08 7:18
mrby12326-Jan-08 7:18 
Thanks for your response.

Here is the array declarations:

float sd_dis[20];
CString ftitle[20];
//
CString file_now;
s_dis=0;
int ii;
ii=0;
do {
file_now=ftitle[ii];
s_dis=sd_dis[ii];
ii =ii+1;
} while (ii<nfile && sd_dis[ii]<dis);
//
GeneralRe: Access Violation at ii=ii+1; all other variables print value correctly Pin
CPallini26-Jan-08 22:51
mveCPallini26-Jan-08 22:51 
GeneralRe: Access Violation at ii=ii+1; all other variables print value correctly Pin
mrby12327-Jan-08 14:01
mrby12327-Jan-08 14:01 
QuestionRe: Access Violation at ii=ii+1; all other variables print value correctly Pin
CPallini27-Jan-08 22:18
mveCPallini27-Jan-08 22:18 
Generalstrcpy_s vs strncpy_s (VC 2005 Secure API's) Pin
Peter Weyzen25-Jan-08 11:10
Peter Weyzen25-Jan-08 11:10 
GeneralRe: strcpy_s vs strncpy_s (VC 2005 Secure API's) Pin
David Crow25-Jan-08 17:17
David Crow25-Jan-08 17:17 
GeneralRe: strcpy_s vs strncpy_s (VC 2005 Secure API's) Pin
Peter Weyzen25-Jan-08 20:04
Peter Weyzen25-Jan-08 20:04 
GeneralRe: strcpy_s vs strncpy_s (VC 2005 Secure API's) Pin
Nemanja Trifunovic26-Jan-08 8:25
Nemanja Trifunovic26-Jan-08 8:25 
QuestionFinding an SMTP server Pin
hxhl9525-Jan-08 11:02
hxhl9525-Jan-08 11:02 
GeneralRe: Finding an SMTP server Pin
David Crow25-Jan-08 17:21
David Crow25-Jan-08 17:21 
GeneralRe: Finding an SMTP server Pin
hxhl9525-Jan-08 19:42
hxhl9525-Jan-08 19:42 
QuestionRe: Finding an SMTP server Pin
David Crow26-Jan-08 12:06
David Crow26-Jan-08 12:06 
GeneralRe: Finding an SMTP server [modified] Pin
hxhl9526-Jan-08 16:39
hxhl9526-Jan-08 16:39 
QuestionRe: Finding an SMTP server Pin
David Crow27-Jan-08 8:39
David Crow27-Jan-08 8:39 
GeneralRe: Finding an SMTP server Pin
hxhl9527-Jan-08 10:45
hxhl9527-Jan-08 10:45 
GeneralRe: Finding an SMTP server Pin
David Crow28-Jan-08 2:31
David Crow28-Jan-08 2:31 
GeneralRe: Finding an SMTP server Pin
hxhl9531-Jan-08 13:26
hxhl9531-Jan-08 13:26 
QuestionRe: Finding an SMTP server Pin
David Crow31-Jan-08 16:16
David Crow31-Jan-08 16:16 

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.