컴퓨터 공부/COM&ActiveX
[6월 11일 2교시] Out-Of-Process Server에서 Marshalling 코드 생성
려리군
2009. 6. 11. 10:42
Marshalling하는 코드를 추가
① midl컴파일러로 만들어진 Addback_i.cpp(interface 관련), Addback_p(proxy 관련), dlldata.cpp 파일을 marshalling dll 프로젝트에 복사
② 속성 페이지의 전처리기에서 REGISTER_PROXY_DLL를 추가한다.