Quote Originally Posted by ekhule View Post
I fixed this issue by converting my project to unicode.
And how exactly did this fix the issue? If you don't know, then that isn't a fix. You could have had a buffer overrun, and changing the binary executable just moved the bug somewhere else.

Before doing voodo "fixes", I would suggest you change your code back to the way it was, duplicate the error, and actually figure out why the crash occurs so that a proper fix can be established. Otherwise, you have a program that cannot be proven that it's stable.

Regards,

Paul McKenzie