"포인터와 고정 크기 버퍼는 안전하지 않은 컨텍스트에서만 사용할 수 있습니다."
위와 같은 에러가 나서 찾아보는데
몇가지 예를 찾아보았지만 가장 c# 목적에 부합하는 건
char *data가 아니라
char[] data 인 듯?
자바네 자바야.. -_-
[링크 : https://docs.microsoft.com/ko-kr/dotnet/csharp/programming-guide/arrays/passing-arrays-as-arguments]
[링크 : https://docs.microsoft.com/ko-kr/dotnet/csharp/programming-guide/unsafe-code-pointers/]
[링크 : https://danha.tistory.com/entry/C에서-포인터를-사용할-때는-unsafe-를-넣자]
[링크 : https://huiyu.tistory.com/entry/C-포인터와-고정-크기-버퍼는-안전하지-않은-컨텍스트에서만-사용할-수-있습니다]
'Programming > c# & winform' 카테고리의 다른 글
c# 에서 hex string을 숫자로 변환하기 (0) | 2020.09.15 |
---|---|
c# tcp binary (0) | 2020.09.14 |
c# winform에서 #define 대신...? (0) | 2020.09.14 |
c# winform - 토글 버튼 (checkbox) (0) | 2020.09.10 |
winform 컨트롤 변수 (0) | 2020.09.10 |