Click here to Skip to main content
15,917,538 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: "an unknown error occurred while accessing an unnamed file" Pin
Ancient Dragon26-Jun-02 14:16
Ancient Dragon26-Jun-02 14:16 
GeneralAny Idea why? .... Pin
JohnnyG26-Jun-02 10:29
JohnnyG26-Jun-02 10:29 
GeneralRe: Any Idea why? .... Pin
jbarton26-Jun-02 11:09
jbarton26-Jun-02 11:09 
GeneralRe: Any Idea why? .... Pin
JohnnyG26-Jun-02 14:14
JohnnyG26-Jun-02 14:14 
GeneralRe: Any Idea why? .... Pin
Roger Allen26-Jun-02 13:28
Roger Allen26-Jun-02 13:28 
GeneralRe: Any Idea why? .... Pin
JohnnyG27-Jun-02 3:59
JohnnyG27-Jun-02 3:59 
GeneralRe: Any Idea why? .... Pin
Bill Wilson27-Jun-02 10:25
Bill Wilson27-Jun-02 10:25 
GeneralRe: Any Idea why? .... Pin
JohnnyG27-Jun-02 14:35
JohnnyG27-Jun-02 14:35 
Yes. That space however is going to the end of the wrong array, RadarParityTable. I have to parse another buffer, a file header, and treat the data differently when it encounters two spaces. Because strtok puts a 0x00 or '\0' at the end of each substring where the token exists, the data will be in EBCDIC when written to disk, I had to replace the spaces that strtok put into it. So, I did as you say put a space preceding the spot where strtok found the next substring of data.

I must be corrupting that memory somehow, though boundschecker active mode is not catching it. Its funny though that changing the size of the RadarParityTable from 4096 to 4097 fixed the problem.
GeneralRe: Any Idea why? .... Pin
Ramu Pulipati26-Jun-02 18:19
Ramu Pulipati26-Jun-02 18:19 
GeneralRe: Any Idea why? .... Pin
JohnnyG27-Jun-02 14:28
JohnnyG27-Jun-02 14:28 
GeneralRe: Any Idea why? .... Pin
Ramu Pulipati27-Jun-02 17:34
Ramu Pulipati27-Jun-02 17:34 
GeneralRe: Any Idea why? .... Pin
JohnnyG28-Jun-02 3:24
JohnnyG28-Jun-02 3:24 
GeneralRe: Any Idea why? .... Pin
JohnnyG27-Jun-02 14:40
JohnnyG27-Jun-02 14:40 
GeneralRe: Any Idea why? .... Pin
JohnnyG28-Jun-02 3:26
JohnnyG28-Jun-02 3:26 
GeneralCapturing the event Pin
26-Jun-02 9:28
suss26-Jun-02 9:28 
GeneralRe: Capturing the event Pin
Ramu Pulipati26-Jun-02 18:32
Ramu Pulipati26-Jun-02 18:32 
Generalm_hWnd Pin
Anthony988726-Jun-02 9:08
Anthony988726-Jun-02 9:08 
GeneralRe: m_hWnd Pin
Joaquín M López Muñoz26-Jun-02 9:32
Joaquín M López Muñoz26-Jun-02 9:32 
GeneralData Transfer: DLL -> VB (UDT Array with Strings) Pin
Ryan B.26-Jun-02 8:58
Ryan B.26-Jun-02 8:58 
GeneralDialogue Bitmaps Pin
EBerlin26-Jun-02 8:52
EBerlin26-Jun-02 8:52 
GeneralRe: Dialogue Bitmaps Pin
Christian Graus26-Jun-02 12:12
protectorChristian Graus26-Jun-02 12:12 
GeneralRe: Dialogue Bitmaps Pin
EBerlin27-Jun-02 7:09
EBerlin27-Jun-02 7:09 
GeneralRe: Dialogue Bitmaps Pin
Christian Graus27-Jun-02 11:07
protectorChristian Graus27-Jun-02 11:07 
GeneralOutlook Express data format Pin
Mike_Beard26-Jun-02 8:14
Mike_Beard26-Jun-02 8:14 
GeneralRe: Outlook Express data format Pin
Ramu Pulipati26-Jun-02 8:22
Ramu Pulipati26-Jun-02 8:22 

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.