Click here to Skip to main content
15,911,531 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Attach child toolbar to parent toolbar Pin
Pryabu18-Dec-08 18:11
Pryabu18-Dec-08 18:11 
AnswerRe: Attach child toolbar to parent toolbar Pin
Hamid_RT18-Dec-08 5:32
Hamid_RT18-Dec-08 5:32 
GeneralRe: Attach child toolbar to parent toolbar Pin
Pryabu18-Dec-08 17:45
Pryabu18-Dec-08 17:45 
QuestionHow to get the message from a service Pin
debonair12345618-Dec-08 1:00
debonair12345618-Dec-08 1:00 
AnswerRe: How to get the message from a service Pin
Mark Salsbery18-Dec-08 6:46
Mark Salsbery18-Dec-08 6:46 
GeneralRe: How to get the message from a service Pin
debonair12345618-Dec-08 17:04
debonair12345618-Dec-08 17:04 
QuestionLoading a Delphi DLL into a VC++ application Pin
Cronoz17-Dec-08 23:35
Cronoz17-Dec-08 23:35 
AnswerRe: Loading a Delphi DLL into a VC++ application Pin
Stuart Dootson18-Dec-08 0:41
professionalStuart Dootson18-Dec-08 0:41 
You want to change the CITRemote.h file to say __declspec(dllimport) rather than __declspec(dllexport).

You are specifying that you want to export those function from your Windows forms app. Then, when you link, it can't find an implementation for them - because the implementation is in the Delphi DLL....

As an aside - if you were using the linker packaged with GCC, you wouldn't need a .LIB file - it can link directly to DLLs. I've often wondered why Microsoft's linker didn't have that capability.
Questionhow to get accuracy as well as quick interface response Pin
anilaabc17-Dec-08 21:57
anilaabc17-Dec-08 21:57 
AnswerRe: how to get accuracy as well as quick interface response Pin
Stuart Dootson17-Dec-08 22:58
professionalStuart Dootson17-Dec-08 22:58 
GeneralRe: how to get accuracy as well as quick interface response Pin
anilaabc18-Dec-08 18:10
anilaabc18-Dec-08 18:10 
QuestionCButton color change Pin
Paulraj G17-Dec-08 21:55
Paulraj G17-Dec-08 21:55 
AnswerRe: CButton color change Pin
Naveen17-Dec-08 22:34
Naveen17-Dec-08 22:34 
GeneralRe: CButton color change Pin
Paulraj G17-Dec-08 23:03
Paulraj G17-Dec-08 23:03 
GeneralRe: CButton color change Pin
CPallini17-Dec-08 23:18
mveCPallini17-Dec-08 23:18 
GeneralRe: CButton color change Pin
Naveen17-Dec-08 23:43
Naveen17-Dec-08 23:43 
GeneralRe: CButton color change Pin
Code-o-mat17-Dec-08 23:24
Code-o-mat17-Dec-08 23:24 
GeneralRe: CButton color change Pin
Naveen17-Dec-08 23:32
Naveen17-Dec-08 23:32 
GeneralRe: CButton color change Pin
Code-o-mat17-Dec-08 23:51
Code-o-mat17-Dec-08 23:51 
AnswerRe: CButton color change Pin
Iain Clarke, Warrior Programmer17-Dec-08 23:17
Iain Clarke, Warrior Programmer17-Dec-08 23:17 
GeneralRe: CButton color change Pin
Naveen17-Dec-08 23:55
Naveen17-Dec-08 23:55 
AnswerRe: CButton color change Pin
Hamid_RT17-Dec-08 23:34
Hamid_RT17-Dec-08 23:34 
AnswerRe: CButton color change Pin
Jijo.Raj18-Dec-08 0:21
Jijo.Raj18-Dec-08 0:21 
QuestionATLASSERT question Pin
monsieur_jj17-Dec-08 21:46
monsieur_jj17-Dec-08 21:46 
QuestionRe: ATLASSERT question Pin
CPallini17-Dec-08 22:25
mveCPallini17-Dec-08 22:25 

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.