Click here to Skip to main content
15,923,689 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralFinal question...I hope Pin
ns19-Sep-02 11:37
ns19-Sep-02 11:37 
GeneralRe: Passing strings from VC to a VB COM dll Pin
Michael Dunn18-Sep-02 12:02
sitebuilderMichael Dunn18-Sep-02 12:02 
GeneralRe: Passing strings from VC to a VB COM dll Pin
ns_18-Sep-02 13:52
sussns_18-Sep-02 13:52 
GeneralRe: Passing strings from VC to a VB COM dll Pin
ns19-Sep-02 1:03
ns19-Sep-02 1:03 
GeneralGUI front end Pin
WhiteLegend18-Sep-02 10:57
WhiteLegend18-Sep-02 10:57 
GeneralRe: GUI front end Pin
Ravi Bhavnani18-Sep-02 11:05
professionalRavi Bhavnani18-Sep-02 11:05 
GeneralRe: GUI front end Pin
xai18-Sep-02 11:19
xai18-Sep-02 11:19 
QuestionWhat path to code in #import? Pin
ns18-Sep-02 10:45
ns18-Sep-02 10:45 
I have a VB COM dll that I call from my MFC app with an #import statement, but its not known where the program wil be installed. If I get the appDir from the app, I cant really build a #import pathName + '\' + filename since this statement is outside the code. I suppose I could force the user to put the COM dll into one of the Program files subfolders (via the WISE installer), so is it safe to assume very windows user has this directory? Not everyone has a system32 folder - is that right?

How to safeguard against this: if the #import has a bad pathname (for whatever reason). What sort of errors does one get and whats a graceful exit?
Thanks,
nsConfused | :confused:
AnswerRe: What path to code in #import? Pin
Michael Dunn18-Sep-02 10:45
sitebuilderMichael Dunn18-Sep-02 10:45 
GeneralRe: What path to code in #import? Pin
ns18-Sep-02 10:55
ns18-Sep-02 10:55 
GeneralRe: What path to code in #import? Pin
Michael Dunn18-Sep-02 11:58
sitebuilderMichael Dunn18-Sep-02 11:58 
GeneralRe: What path to code in #import? Pin
Jon Hulatt18-Sep-02 22:25
Jon Hulatt18-Sep-02 22:25 
GeneralQuestion about CSocket Pin
nachilau18-Sep-02 9:36
nachilau18-Sep-02 9:36 
GeneralRe: Question about CSocket Pin
Daniel Turini18-Sep-02 9:56
Daniel Turini18-Sep-02 9:56 
QuestionHow to make an Incomming connection Pin
Joe O'Connor18-Sep-02 9:02
Joe O'Connor18-Sep-02 9:02 
Questionhow to debug a VB dll called from VC Pin
ns18-Sep-02 8:59
ns18-Sep-02 8:59 
AnswerA little more detail maybe? Pin
Joel Holdsworth18-Sep-02 8:58
Joel Holdsworth18-Sep-02 8:58 
GeneralRe: A little more detail maybe? Pin
ns18-Sep-02 9:05
ns18-Sep-02 9:05 
GeneralRe: A little more detail maybe? Pin
Joel Holdsworth18-Sep-02 9:09
Joel Holdsworth18-Sep-02 9:09 
GeneralRe: A little more detail maybe? Pin
ns18-Sep-02 9:14
ns18-Sep-02 9:14 
GeneralRe: A little more detail maybe? Pin
Anders Molin18-Sep-02 9:51
professionalAnders Molin18-Sep-02 9:51 
AnswerRe: how to debug a VB dll called from VC Pin
Daniel Turini18-Sep-02 9:52
Daniel Turini18-Sep-02 9:52 
AnswerRe: how to debug a VB dll called from VC Pin
Anders Molin18-Sep-02 9:55
professionalAnders Molin18-Sep-02 9:55 
GeneralRe: how to debug a VB dll called from VC Pin
Ryan B.18-Sep-02 10:05
Ryan B.18-Sep-02 10:05 
GeneralRe: how to debug a VB dll called from VC Pin
Anders Molin18-Sep-02 10:33
professionalAnders Molin18-Sep-02 10:33 

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.