My program crashes with an error like access violation when the following statement is executed,
Code:
str_test = "Test CString";
str_test is defined as CString. I have no clue why such a simple statement can cause a crash. Any guru here can tell me how to find out why? Thanks.