- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page