델파이용 비지브로커를 이용하여 이제 쉽게 클라이언트를 델파이로 작성할 수 있습니다.
idl2pas 가 있어서 클라이언트 쪽의 스텁과 인터페이스를 생성시켜줍니다...
여기까지는 좋은데.....
델파이 비지브로커 데모에서 struct라는것이 있는데 이 mystruct.idl파일을 컴파일 하면
C:Program FilesBorlandDelphi5DemosIdl2PasStruct>idl2pas mystruct.idl
C:Program FilesBorlandDelphi5DemosIdl2PasStruct>jre -mx4000000000 -cp
C:
Progra~1BorlandDelphi5Binidl2pas.jar
com.inprise.vbroker.compiler.tools.idl2
pas mystruct.idl
idl2pas:unable to write to file mystruct_c.pas 에러라기보단 쓰지를 못하군요..?
C:Program FilesBorlandDelphi5DemosIdl2PasStruct>
C:Program FilesBorlandDelphi5DemosIdl2PasStruct>
mystruct_i.pas라는 인터페이스 파일은 생성이 되는데
mystruct_c.pas라는 파일은 생성만 되고 소스를 보면 아무 내용도 없습니다.
혹시 이런 경우를 당하신 분이나 이걸 해결하신분은 없으신지요?
답변 부탁드립니다.