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 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.