Click here to Skip to main content
15,895,557 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHard disk size?!| Pin
Arish rivlin4-Nov-07 23:46
Arish rivlin4-Nov-07 23:46 
AnswerRe: Hard disk size?!| Pin
Paresh Chitte5-Nov-07 0:05
Paresh Chitte5-Nov-07 0:05 
AnswerRe: Hard disk size?!| Pin
ThatsAlok5-Nov-07 0:48
ThatsAlok5-Nov-07 0:48 
NewsJust a side note... Pin
jhwurmbach5-Nov-07 7:36
jhwurmbach5-Nov-07 7:36 
Questionhow to debug thread in other process? CreateRemoteThread Pin
code_discuss4-Nov-07 23:02
code_discuss4-Nov-07 23:02 
QuestionAccess DLL from "Common files" in multilingual environment Pin
FredeCH4-Nov-07 22:12
FredeCH4-Nov-07 22:12 
AnswerRe: Access DLL from "Common files" in multilingual environment Pin
Nelek4-Nov-07 23:54
protectorNelek4-Nov-07 23:54 
GeneralRe: Access DLL from "Common files" in multilingual environment Pin
FredeCH5-Nov-07 1:42
FredeCH5-Nov-07 1:42 
Thank's Nelek,
Actually I didn't find something relevant about my issue. I know well NSIS, as I used to work with it in my former job. This is REALLY a wonderful tool. Unfortunately, my current company uses the installer provided with Visual Studio 2005. Maybe we'll change once Wink | ;-)

Anyway, by looking furthermore on the net, we have found another solution. Instead of importing the DLL itself, I import the GUID of this DLL. For this to work, of course, the DLL must be registered.
The GUID was found using the OLE/COM object viewer tool from Visual Studio tools.

So, the import look like:

#import "libid:00000205-0000-0010-8000-00AA006D2EA4" no_namespace rename("EOF", "EndOfFile")

instead of

#import "C:\Program Files\common files\System\ado\msado15.dll" no_namespace rename("EOF", "EndOfFile")



Regards


Fred
GeneralOfftopic Pin
Nelek5-Nov-07 2:14
protectorNelek5-Nov-07 2:14 
GeneralRe: Offtopic Pin
FredeCH5-Nov-07 20:23
FredeCH5-Nov-07 20:23 
GeneralRe: Offtopic Pin
Nelek5-Nov-07 20:52
protectorNelek5-Nov-07 20:52 
QuestionE_ACCESSDENIED issue Pin
monsieur_jj4-Nov-07 19:54
monsieur_jj4-Nov-07 19:54 
AnswerRe: E_ACCESSDENIED issue Pin
monsieur_jj4-Nov-07 21:07
monsieur_jj4-Nov-07 21:07 
QuestionSearch Page Pin
UpdateMe4-Nov-07 19:33
UpdateMe4-Nov-07 19:33 
AnswerRe: Search Page Pin
Neo Andreson4-Nov-07 19:36
Neo Andreson4-Nov-07 19:36 
GeneralRe: Search Page Pin
UpdateMe7-Nov-07 21:41
UpdateMe7-Nov-07 21:41 
QuestionRe: Search Page Pin
Hamid_RT4-Nov-07 20:33
Hamid_RT4-Nov-07 20:33 
Questioni have problem with CString please help me Pin
rajneshmalik4-Nov-07 19:32
rajneshmalik4-Nov-07 19:32 
AnswerRe: i have problem with CString please help me Pin
Neo Andreson4-Nov-07 19:37
Neo Andreson4-Nov-07 19:37 
GeneralRe: i have problem with CString please help me Pin
Neo Andreson4-Nov-07 21:22
Neo Andreson4-Nov-07 21:22 
GeneralRe: i have problem with CString please help me Pin
KarstenK4-Nov-07 23:48
mveKarstenK4-Nov-07 23:48 
AnswerRe: i have problem with CString please help me Pin
Paresh Chitte4-Nov-07 19:48
Paresh Chitte4-Nov-07 19:48 
AnswerRe: i have problem with CString please help me Pin
Nishad S4-Nov-07 20:02
Nishad S4-Nov-07 20:02 
GeneralRe: i have problem with CString please help me Pin
rajneshmalik5-Nov-07 20:35
rajneshmalik5-Nov-07 20:35 
GeneralRe: i have problem with CString please help me Pin
Nishad S6-Nov-07 17:08
Nishad S6-Nov-07 17:08 

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.