My program crashes with an error like access violation when the following statement is executed,
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.Code:str_test = "Test CString";




Reply With Quote