Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ Library support » U++ Core » ERROR: EXCEPTION_ACCESS_VIOLATION IN CORE ON DEBUGGING!
Re: ERROR: EXCEPTION_ACCESS_VIOLATION IN CORE ON DEBUGGING! [message #25108 is a reply to message #25101] Wed, 10 February 2010 21:09 Go to previous messageGo to previous message
nlneilson is currently offline  nlneilson
Messages: 644
Registered: January 2010
Location: U.S. California. Mojave &...
Contributor
I don't know if it is related but I was getting an error similar to this. I do most of my splitting and parsing with individual char/int.
    cc = ln.GetCount();
    for ( int i = 0; i < cc; i++ ){
    	ic = (ln[i]); ch = ic;

Somewhere before, or after this if String ln == ""; and I passed it to a function while debugging it would throw an error similar to this and pull up String.h

if (ln != "") {

This was a fix that worked for my code.
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Defs.h minmax() change/fix
Next Topic: Loss of digits in double Xmlize
Goto Forum:
  


Current Time: Thu Jun 13 02:33:52 CEST 2024

Total time taken to generate the page: 0.02673 seconds