Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Drag and drop from app. to other app.

13 views
Skip to first unread message

kat...@gmail.com

unread,
Sep 1, 2007, 1:35:16 PM9/1/07
to
Hi @ll I wanna make drag and drop from my app. to desktop. I tried
"Drag and Drop Component Suite ver. 4.0", but it failed (I can compile
@ Delphi, but in Borland C++:

[C++ Error] DragDrop.hpp(371): E2293 ) expected
[C++ Error] DragDrop.hpp(373): E2293 ) expected
[C++ Error] DragDrop.hpp(443): E2040 Declaration terminated
incorrectly
[C++ Error] DragDrop.hpp(444): E2040 Declaration terminated
incorrectly
[C++ Error] DragDrop.hpp(445): E2040 Declaration terminated
incorrectly
[C++ Error] DragDrop.hpp(446): E2040 Declaration terminated
incorrectly
[C++ Error] DragDrop.hpp(447): E2040 Declaration terminated
incorrectly
[C++ Error] DropSource.hpp(80): E2293 ) expected
[C++ Error] DropSource.hpp(84): E2293 ) expected
[C++ Error] DropSource.hpp(146): E2015 Ambiguity between
'IAsyncOperation' and 'Dragdrop::IAsyncOperation'

And I don't understand why it's wrong..
For example
Line 370, 371, 372:
virtual HRESULT __stdcall GetAsyncMode(/* out */ BOOL
&fDoOpAsync) =
0 ;
virtual HRESULT __stdcall StartOperation(const _di_IBindCtx
pbcReserved) = 0 ;
virtual HRESULT __stdcall InOperation(/* out */ BOOL
&pfInAsyncOp) =
0 ;

PS. Sorry 4 my english;p

0 new messages