Click here to Skip to main content
15,891,033 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: making win32 Dll Pin
hrishiS1-Feb-09 20:39
hrishiS1-Feb-09 20:39 
QuestionRe: making win32 Dll Pin
Nishad S1-Feb-09 20:49
Nishad S1-Feb-09 20:49 
AnswerRe: making win32 Dll Pin
hrishiS1-Feb-09 21:21
hrishiS1-Feb-09 21:21 
GeneralRe: making win32 Dll Pin
Nishad S1-Feb-09 21:50
Nishad S1-Feb-09 21:50 
GeneralRe: making win32 Dll Pin
hrishiS1-Feb-09 22:52
hrishiS1-Feb-09 22:52 
GeneralRe: making win32 Dll Pin
Nishad S1-Feb-09 22:57
Nishad S1-Feb-09 22:57 
GeneralRe: making win32 Dll [modified] Pin
hrishiS1-Feb-09 23:12
hrishiS1-Feb-09 23:12 
GeneralRe: making win32 Dll Pin
Nishad S1-Feb-09 23:32
Nishad S1-Feb-09 23:32 
You have to set the include path in Test App's Project settings > Preprocessor(catagory) > "Additional include directories"

Eg: "../DllProjectFolder/" or "D:/DllProjectFolder/"

And in the source, you can include the header like
#include <dllmyclas.h>


- ns ami -

GeneralRe: making win32 Dll Pin
hrishiS1-Feb-09 23:52
hrishiS1-Feb-09 23:52 
GeneralRe: making win32 Dll Pin
Nishad S1-Feb-09 23:56
Nishad S1-Feb-09 23:56 
GeneralRe: making win32 Dll Pin
hrishiS2-Feb-09 0:02
hrishiS2-Feb-09 0:02 
GeneralRe: making win32 Dll Pin
hrishiS2-Feb-09 0:09
hrishiS2-Feb-09 0:09 
GeneralRe: making win32 Dll Pin
Nishad S2-Feb-09 0:15
Nishad S2-Feb-09 0:15 
GeneralRe: making win32 Dll Pin
hrishiS2-Feb-09 0:22
hrishiS2-Feb-09 0:22 
GeneralRe: making win32 Dll Pin
Nishad S2-Feb-09 17:18
Nishad S2-Feb-09 17:18 
GeneralRe: making win32 Dll Pin
hrishiS2-Feb-09 19:51
hrishiS2-Feb-09 19:51 
GeneralRe: making win32 Dll Pin
Nishad S2-Feb-09 19:55
Nishad S2-Feb-09 19:55 
GeneralRe: making win32 Dll Pin
hrishiS1-Feb-09 20:10
hrishiS1-Feb-09 20:10 
AnswerRe: making win32 Dll Pin
Iain Clarke, Warrior Programmer1-Feb-09 23:04
Iain Clarke, Warrior Programmer1-Feb-09 23:04 
GeneralRe: making win32 Dll Pin
Nishad S1-Feb-09 23:45
Nishad S1-Feb-09 23:45 
GeneralRe: making win32 Dll Pin
Iain Clarke, Warrior Programmer1-Feb-09 23:56
Iain Clarke, Warrior Programmer1-Feb-09 23:56 
QuestionFunction Taking Generic Vector? Pin
gvanto1-Feb-09 18:01
gvanto1-Feb-09 18:01 
AnswerRe: Function Taking Generic Vector? [modified] Pin
Naveen1-Feb-09 18:41
Naveen1-Feb-09 18:41 
GeneralRe: Function Taking Generic Vector? Pin
Nishad S1-Feb-09 19:12
Nishad S1-Feb-09 19:12 
GeneralRe: Function Taking Generic Vector? Pin
Naveen1-Feb-09 19:23
Naveen1-Feb-09 19:23 

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.