Click here to Skip to main content
16,005,121 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Vista registry virtualisation issue when running my application Pin
«_Superman_»1-Feb-09 19:12
professional«_Superman_»1-Feb-09 19:12 
GeneralRe: Vista registry virtualisation issue when running my application Pin
hariakuthota1-Feb-09 19:16
hariakuthota1-Feb-09 19:16 
GeneralRe: Vista registry virtualisation issue when running my application Pin
«_Superman_»1-Feb-09 19:28
professional«_Superman_»1-Feb-09 19:28 
GeneralRe: Vista registry virtualisation issue when running my application Pin
hariakuthota1-Feb-09 19:31
hariakuthota1-Feb-09 19:31 
Questionmaking win32 Dll Pin
hrishiS1-Feb-09 18:07
hrishiS1-Feb-09 18:07 
AnswerRe: making win32 Dll Pin
Nishad S1-Feb-09 19:21
Nishad S1-Feb-09 19:21 
GeneralRe: making win32 Dll Pin
hrishiS1-Feb-09 19:35
hrishiS1-Feb-09 19:35 
GeneralRe: making win32 Dll Pin
Nishad S1-Feb-09 20:12
Nishad S1-Feb-09 20:12 
himangshuS wrote:
Do I have to copy them to my testing application folder?


No...

I assume that you have two projects (and you are using VC6 for instance).
Let me say, "dll.dsp" and "exe.dsp". And you have one workspace, say, "all.dsw".
You should insert (using Project menu) dll.dsp and exe.dsp to the all.dsw.

Set the active project as dll project. You will get these from Porject menu.

Set the "executable for debug" for dll project as the exe (output of exe project) in Project > Settings... > Debug(Tab) > "Executable for debug session"
Also set the working folder as the dll's folder (dll\debug or dll\release)

Now you can run the project. It will automatically execute the exe in order to run the dll.

Hope these are clear to you... Smile | :)

If you are making the exe project as active project, set the dependency for exe project as dll project. So that you dont need to build the dll each time you change its code.

- ns ami -

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 
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 

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.