C# Point & Point3D Class Assembly

C# Point & Point3D Class 를 DLL로 작성한후 PointTest 클래스에서 사용

PointClassAssembly.zip

새프로젝트 -> Class Library 선택해서 PointLib 로 생성
사용자 삽입 이미지컴파일 후에 PointLib.dll 생성
사용자 삽입 이미지—————————————————————————————————————-
PointLib.dll 을 다른 프로그램에서 사용하기
새프로젝트 -> Console Application 로 선택해서 PointTest 생성사용자 삽입 이미지소스코드 추가 후에 Reference에 PointLib.dll을 추가하기
사용자 삽입 이미지사용자 삽입 이미지컴파일 후 PointTest.exe 생성
사용자 삽입 이미지

Leave a Reply

Your email address will not be published. Required fields are marked *