Software FX Posted April 6, 2000 Report Share Posted April 6, 2000 1) CString(1) is not a string containing the ASCII code 1 as the first character. CString(1) is actually a pointer to the memory address 1. Hence the crash. You need to pass "\01". 2) Once you get passed (1), you should be fine. Frank SFX Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.