Click here to Skip to main content
15,887,975 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: picture control is hidden by static box Pin
Moak4-Feb-10 23:15
Moak4-Feb-10 23:15 
GeneralRe: picture control is hidden by static box Pin
KingsGambit4-Feb-10 23:21
KingsGambit4-Feb-10 23:21 
GeneralRe: picture control is hidden by static box Pin
KingsGambit4-Feb-10 23:34
KingsGambit4-Feb-10 23:34 
QuestionFAST Embedded Model Approach Pin
debrah.h484-Feb-10 19:45
debrah.h484-Feb-10 19:45 
AnswerVoted to remove Pin
Rajesh R Subramanian4-Feb-10 21:41
professionalRajesh R Subramanian4-Feb-10 21:41 
Questionhow do i call c++ dll function from another c ++ dll Pin
jadhavjitendrar4-Feb-10 19:05
jadhavjitendrar4-Feb-10 19:05 
AnswerRe: how do i call c++ dll function from another c ++ dll Pin
Rajesh R Subramanian4-Feb-10 19:14
professionalRajesh R Subramanian4-Feb-10 19:14 
AnswerRe: how do i call c++ dll function from another c ++ dll [modified] Pin
Adam Roderick J4-Feb-10 21:17
Adam Roderick J4-Feb-10 21:17 
For that purpose, you can either rely on static linking or dynamic linking.

1. Static Linking
a. Add the lib corresponding to the DLL(DLL that is to be called) in Project Settings->Link->Input->Object/library modules.
b. Add the Include file pf the DLL into your project dsp.
c. Call the function after including the header.
2. Dynamic linking- Usually done in case, where you have Def([^]) files, which is mentioned in the above comment by rajesh.

Величие не Бога может быть недооценена.

modified on Friday, February 5, 2010 6:11 AM

AnswerRe: how do i call c++ dll function from another c ++ dll Pin
fat_boy5-Feb-10 1:08
fat_boy5-Feb-10 1:08 
GeneralRe: how do i call c++ dll function from another c ++ dll Pin
Rajesh R Subramanian5-Feb-10 6:51
professionalRajesh R Subramanian5-Feb-10 6:51 
QuestionHow to Disable a node in CtreeCtrl Pin
rahul.kulshreshtha4-Feb-10 18:53
rahul.kulshreshtha4-Feb-10 18:53 
QuestionNeed help for Server-Client Application. Pin
Le@rner4-Feb-10 18:25
Le@rner4-Feb-10 18:25 
AnswerRe: Need help for Server-Client Application. Pin
Le@rner8-Feb-10 1:08
Le@rner8-Feb-10 1:08 
QuestionOracle select * from table name Pin
MsmVc4-Feb-10 18:01
MsmVc4-Feb-10 18:01 
QuestionDialog is getting close automatically Pin
chevu4-Feb-10 16:46
chevu4-Feb-10 16:46 
AnswerRe: Dialog is getting close automatically Pin
Avi Berger4-Feb-10 17:28
Avi Berger4-Feb-10 17:28 
GeneralRe: Dialog is getting close automatically Pin
chevu4-Feb-10 17:48
chevu4-Feb-10 17:48 
GeneralRe: Dialog is getting close automatically Pin
Avi Berger4-Feb-10 18:30
Avi Berger4-Feb-10 18:30 
GeneralRe: Dialog is getting close automatically Pin
chevu4-Feb-10 18:39
chevu4-Feb-10 18:39 
GeneralRe: Dialog is getting close automatically Pin
Avi Berger4-Feb-10 20:50
Avi Berger4-Feb-10 20:50 
Questionclass instance address Pin
transoft4-Feb-10 10:46
transoft4-Feb-10 10:46 
AnswerRe: class instance address Pin
Abhi Lahare4-Feb-10 10:54
Abhi Lahare4-Feb-10 10:54 
GeneralRe: class instance address Pin
transoft4-Feb-10 11:05
transoft4-Feb-10 11:05 
GeneralRe: class instance address Pin
Graham Breach4-Feb-10 11:24
Graham Breach4-Feb-10 11:24 
GeneralRe: class instance address Pin
transoft4-Feb-10 11:30
transoft4-Feb-10 11: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.