- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
I'm looking at COM because I need to link into a c++ dll and believe (possibly misguidedly) that this is what I need to do. I tried this ComposerXE example to give me an idea of what might be required but it doesn't compile:
Two errors are reported the first of which is #7977: the type of the function reference does not match the type of the function definition [RANGE_SELECT]. This is reported for line 1 which of course is not the case and the second error is not an error it is just a reflection that the compilation has been aborted because of the first error.
Can anyone point me a bug-fix for this? Thanks, ACAR.
링크가 복사됨
1 응답
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
The error you are seeing is a compiler bug that was introduced in Update 3 . Turn off generated interface checking to eliminate it or use Update 4 that fixes it.