Click here to Skip to main content
15,925,528 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionvc6 source to vc7 Pin
derek75-Mar-06 21:01
derek75-Mar-06 21:01 
AnswerRe: vc6 source to vc7 Pin
Dominik Reichl5-Mar-06 21:18
Dominik Reichl5-Mar-06 21:18 
GeneralRe: vc6 source to vc7 Pin
derek75-Mar-06 21:45
derek75-Mar-06 21:45 
GeneralRe: vc6 source to vc7 Pin
toxcct5-Mar-06 21:55
toxcct5-Mar-06 21:55 
GeneralRe: vc6 source to vc7 Pin
derek75-Mar-06 22:21
derek75-Mar-06 22:21 
Questiondrag and drop images Pin
baldha rakesh5-Mar-06 20:49
baldha rakesh5-Mar-06 20:49 
AnswerRe: drag and drop images Pin
Nibu babu thomas5-Mar-06 20:58
Nibu babu thomas5-Mar-06 20:58 
GeneralRe: drag and drop images Pin
baldha rakesh5-Mar-06 21:38
baldha rakesh5-Mar-06 21:38 
thanks for giving some information,
but right now i am trying to rebuild this project this give errors if you have any idea to remove these errors please give me ASAP.



Compiling...
MyDropTarget.cpp
E:\Tool_Bankey\drag_drop\MultiFiler_demo\Dialog with drop target\MyDropTarget.cpp(61) : error C2065: 'CLSID_DragDropHelper' : undeclared identifier
E:\Tool_Bankey\drag_drop\MultiFiler_demo\Dialog with drop target\MyDropTarget.cpp(61) : error C2065: 'IID_IDropTargetHelper' : undeclared identifier
E:\Tool_Bankey\drag_drop\MultiFiler_demo\Dialog with drop target\MyDropTarget.cpp(70) : error C2027: use of undefined type 'IDropTargetHelper'
E:\Tool_Bankey\drag_drop\MultiFiler_demo\Dialog with drop target\MyDropTarget.h(22) : see declaration of 'IDropTargetHelper'
E:\Tool_Bankey\drag_drop\MultiFiler_demo\Dialog with drop target\MyDropTarget.cpp(70) : error C2227: left of '->Release' must point to class/struct/union
E:\Tool_Bankey\drag_drop\MultiFiler_demo\Dialog with drop target\MyDropTarget.cpp(107) : error C2027: use of undefined type 'IDropTargetHelper'
E:\Tool_Bankey\drag_drop\MultiFiler_demo\Dialog with drop target\MyDropTarget.h(22) : see declaration of 'IDropTargetHelper'
E:\Tool_Bankey\drag_drop\MultiFiler_demo\Dialog with drop target\MyDropTarget.cpp(107) : error C2227: left of '->DragEnter' must point to class/struct/union
E:\Tool_Bankey\drag_drop\MultiFiler_demo\Dialog with drop target\MyDropTarget.cpp(137) : error C2027: use of undefined type 'IDropTargetHelper'
E:\Tool_Bankey\drag_drop\MultiFiler_demo\Dialog with drop target\MyDropTarget.h(22) : see declaration of 'IDropTargetHelper'
E:\Tool_Bankey\drag_drop\MultiFiler_demo\Dialog with drop target\MyDropTarget.cpp(137) : error C2227: left of '->DragOver' must point to class/struct/union
E:\Tool_Bankey\drag_drop\MultiFiler_demo\Dialog with drop target\MyDropTarget.cpp(163) : error C2027: use of undefined type 'IDropTargetHelper'
E:\Tool_Bankey\drag_drop\MultiFiler_demo\Dialog with drop target\MyDropTarget.h(22) : see declaration of 'IDropTargetHelper'
E:\Tool_Bankey\drag_drop\MultiFiler_demo\Dialog with drop target\MyDropTarget.cpp(163) : error C2227: left of '->Drop' must point to class/struct/union
E:\Tool_Bankey\drag_drop\MultiFiler_demo\Dialog with drop target\MyDropTarget.cpp(173) : error C2027: use of undefined type 'IDropTargetHelper'
E:\Tool_Bankey\drag_drop\MultiFiler_demo\Dialog with drop target\MyDropTarget.h(22) : see declaration of 'IDropTargetHelper'
E:\Tool_Bankey\drag_drop\MultiFiler_demo\Dialog with drop target\MyDropTarget.cpp(173) : error C2227: left of '->DragLeave' must point to class/struct/union
Error executing cl.exe.

MultiFiler.exe - 12 error(s), 0 warning(s)


Bankey Khandelwal
Software Engineer



Questionwhy was my dllmain() not called? Pin
derek75-Mar-06 20:42
derek75-Mar-06 20:42 
AnswerRe: why was my dllmain() not called? Pin
Nibu babu thomas5-Mar-06 21:01
Nibu babu thomas5-Mar-06 21:01 
Questionhow to insert static controls into the listbox Pin
kotiramkoteswararao5-Mar-06 20:14
kotiramkoteswararao5-Mar-06 20:14 
QuestionMFC - exchange data between two CFormView form Pin
pjmvn5-Mar-06 20:08
pjmvn5-Mar-06 20:08 
AnswerRe: MFC - exchange data between two CFormView form Pin
Nibu babu thomas5-Mar-06 20:27
Nibu babu thomas5-Mar-06 20:27 
GeneralRe: MFC - exchange data between two CFormView form Pin
pjmvn5-Mar-06 20:39
pjmvn5-Mar-06 20:39 
AnswerRe: MFC - exchange data between two CFormView form Pin
pjmvn6-Mar-06 13:54
pjmvn6-Mar-06 13:54 
QuestionHow to trap IE refresh in Activex Control Pin
tenali_gowda5-Mar-06 20:07
tenali_gowda5-Mar-06 20:07 
QuestionIs it error? why Pin
derek75-Mar-06 19:57
derek75-Mar-06 19:57 
AnswerRe: Is it error? why Pin
PJ Arends5-Mar-06 20:17
professionalPJ Arends5-Mar-06 20:17 
Questionhandle mouse input problem ???? Pin
leenmie5-Mar-06 19:45
leenmie5-Mar-06 19:45 
QuestionHow to know a app linke what libary? Pin
derek75-Mar-06 19:38
derek75-Mar-06 19:38 
QuestionDVD Database Pin
rhys1005-Mar-06 19:33
rhys1005-Mar-06 19:33 
QuestionCalculate network bandwidth Pin
sectumsempra5-Mar-06 19:14
sectumsempra5-Mar-06 19:14 
AnswerRe: Calculate network bandwidth Pin
Nibu babu thomas5-Mar-06 19:22
Nibu babu thomas5-Mar-06 19:22 
QuestionDebug in Itanium machnes. Pin
e_prabhu5-Mar-06 19:09
e_prabhu5-Mar-06 19:09 
AnswerRe: Debug in Itanium machnes. Pin
Maxwell Chen5-Mar-06 20:30
Maxwell Chen5-Mar-06 20:30 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.