Click here to Skip to main content
15,921,028 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Remove duplicates Pin
Andrew Admire15-Jul-05 6:59
Andrew Admire15-Jul-05 6:59 
GeneralRe: Remove duplicates Pin
Blake Miller15-Jul-05 7:09
Blake Miller15-Jul-05 7:09 
GeneralRe: Remove duplicates Pin
Andrew Admire15-Jul-05 7:27
Andrew Admire15-Jul-05 7:27 
GeneralRe: Remove duplicates Pin
Blake Miller15-Jul-05 7:34
Blake Miller15-Jul-05 7:34 
GeneralRe: Remove duplicates Pin
Jose Lamas Rios15-Jul-05 7:32
Jose Lamas Rios15-Jul-05 7:32 
GeneralRe: Remove duplicates Pin
Roland Pibinger15-Jul-05 8:55
Roland Pibinger15-Jul-05 8:55 
GeneralRe: Remove duplicates Pin
Michael Dunn15-Jul-05 10:19
sitebuilderMichael Dunn15-Jul-05 10:19 
GeneralDLL Pin
act_x15-Jul-05 6:16
act_x15-Jul-05 6:16 
I am trying to use a DLL in my Application . So i have been provided with the following

MyDll.dll
MyDll.h
MyDll.lib


I placed all these under a folder inside my Project called MyDll Files


I added the Library by going into Project-->Settings--> Link Tab and adding
DBusFiles/DBusDrv.lib

Now I am writing a Wrapper classes for the DLL functionality called CMyDllInterface

CMyDllInterface ::CMyDllInterface
{

// Some call to DLL
}

I get a message box with a message (with n different path names ) saying that it couldnt find the DLL . I know that if i put the dll inside WINNT\System32 it will work , but is there a way I can do it the other way ?





Engineering is the effort !

GeneralRe: DLL Pin
Michael Dunn15-Jul-05 6:24
sitebuilderMichael Dunn15-Jul-05 6:24 
GeneralRe: DLL Pin
berndg15-Jul-05 7:01
berndg15-Jul-05 7:01 
GeneralRe: DLL Pin
AntonlioX15-Jul-05 19:50
AntonlioX15-Jul-05 19:50 
Generalstring in .mc file or as IDS_ resource Pin
xcavin15-Jul-05 4:36
xcavin15-Jul-05 4:36 
GeneralRe: string in .mc file or as IDS_ resource Pin
David Crow15-Jul-05 4:59
David Crow15-Jul-05 4:59 
GeneralRe: string in .mc file or as IDS_ resource Pin
Michael Dunn15-Jul-05 6:25
sitebuilderMichael Dunn15-Jul-05 6:25 
GeneralRe: string in .mc file or as IDS_ resource Pin
xcavin15-Jul-05 18:30
xcavin15-Jul-05 18:30 
GeneralIE Settings Pin
Usman Tasleem Akshaf15-Jul-05 4:32
Usman Tasleem Akshaf15-Jul-05 4:32 
Generalexplorer bar Pin
mks_codeproject15-Jul-05 4:27
mks_codeproject15-Jul-05 4:27 
Generalcombobox event in propertypage Pin
stevy8215-Jul-05 4:08
stevy8215-Jul-05 4:08 
GeneralRe: combobox event in propertypage Pin
David Crow15-Jul-05 4:20
David Crow15-Jul-05 4:20 
GeneralRe: combobox event in propertypage Pin
stevy8215-Jul-05 4:37
stevy8215-Jul-05 4:37 
GeneralRe: combobox event in propertypage Pin
David Crow15-Jul-05 4:53
David Crow15-Jul-05 4:53 
GeneralRe: combobox event in propertypage Pin
stevy8215-Jul-05 5:05
stevy8215-Jul-05 5:05 
GeneralRe: combobox event in propertypage Pin
David Crow15-Jul-05 6:29
David Crow15-Jul-05 6:29 
GeneralRe: combobox event in propertypage Pin
stevy8217-Jul-05 20:58
stevy8217-Jul-05 20:58 
GeneralRe: combobox event in propertypage Pin
Jose Lamas Rios15-Jul-05 5:17
Jose Lamas Rios15-Jul-05 5:17 

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.