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

C / C++ / MFC

 
AnswerRe: How to login a website?post!method Pin
Paul Conrad26-Jan-08 7:50
professionalPaul Conrad26-Jan-08 7:50 
QuestionAny Method to check if database provider is installed on a machine Pin
Mushtaque Nizamani25-Jan-08 20:46
Mushtaque Nizamani25-Jan-08 20:46 
QuestionRe: Any Method to check if database provider is installed on a machine Pin
CPallini26-Jan-08 0:12
mveCPallini26-Jan-08 0:12 
QuestionRe: Any Method to check if database provider is installed on a machine Pin
David Crow26-Jan-08 12:07
David Crow26-Jan-08 12:07 
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 
// select suitable seedwave file for the deck
CString file_now;
s_dis=0;
int ii=0;
file_now=ftitle[0];
s_dis=sd_dis[0];
//
do {
file_now=ftitle[ii];
s_dis=sd_dis[ii];
//
ii =ii+1;
//
} while (ii<nfile && sd_dis[ii]<dis);
//

I debudg my program I got "Access Violation" at ii=ii+1; all other variables print value correctly. I really do not know what is the problem ?

Thanks for the help
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 
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 

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.