Programming/C#
C# 에서 C++ DLL 불러서 쓰기 [도움되는 링크들]
TanSanC
2018. 2. 13. 16:09
C# 에서 C++ DLL 불러서 쓰기
도움되는 링크들
http://freeprog.tistory.com/220
https://docs.microsoft.com/ko-kr/dotnet/csharp/language-reference/keywords/unsafe
http://heroeskdw.tistory.com/entry/C-MFC-DLL%EC%9D%84-C%EC%97%90%EC%84%9C-%EB%A1%9C%EB%94%A9%ED%95%98%EA%B8%B0
https://www.codeproject.com/Articles/18032/How-to-Marshal-a-C-Class
http://www.sysnet.pe.kr/2/0/11132
http://www.sysnet.pe.kr/2/0/11111
https://msdn.microsoft.com/ko-kr/library/62688esh.aspx
https://social.msdn.microsoft.com/Forums/en-US/b85fc9dd-acc5-42dc-a28e-b70953bf1170/unhandled-exception-systemruntimeinteropservicessehexception-additional-information-external?forum=vcgeneral
https://msdn.microsoft.com/ko-kr/library/system.io.filestream.read(v=vs.110).aspx
http://storycompiler.tistory.com/214