Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: 0.8 SDK problem (Read 2949 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

0.8 SDK problem

I have a problem compiling 0.8 SDK.
What is keyword 'interface' and where it is defined?

syntax error:
virtual bool process_dropped_files(interface IDataObject * pDataObject,ptr_list_base<metadb_handle> & out,bool filter = true)=0;

0.8 SDK problem

Reply #1
I thought it was either defined in win32 headers or a native MSVC-supported keyword but whatever.
Try replacing it with "class".
Microsoft Windows: We can't script here, this is bat country.

0.8 SDK problem

Reply #2
Quote
I thought it was either defined in win32 headers or a native MSVC-supported keyword but whatever.
Try replacing it with "class".

it is in vs 2003
it works in 6.0