Quote:
Originally posted by rbayer
Are you sure szBuffer contains the whole thing? Trying doing a
MessageBox(NULL, szBuffer, "Test", MB_OK);
and see what it spits out.
|
Sadly, it doesn't << cries >>.
Thanks for the help on that (should've known to do a test on that). Now to figure out why (which I have an idea).
<< EDIT >>: I found out why...it was because of the SETSEL LPARAM section was probably to small, and plus I needed a space after the '}' in my code for it to register it (argh!)
<< EDIT 2 >>: I can get it compile or whatever way you think of it (tokenize). Now, does anyone have a thing on making a progress bar move? (Sorry, MSDN is really buggin' me right now). If you wanna know, I used to get the 157 error. But I had to set the first compile boolean to true in order to tokenize successfully. Thanks for all your help people
