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

C / C++ / MFC

 
GeneralRe: How to derive a MFC class from CMenu?? Pin
CPAVG7-Apr-04 5:11
CPAVG7-Apr-04 5:11 
GeneralLinking a DLL file to MFC application Pin
chemipoo5-Apr-04 3:47
chemipoo5-Apr-04 3:47 
GeneralRe: Linking a DLL file to MFC application Pin
Antony M Kancidrowski5-Apr-04 4:53
Antony M Kancidrowski5-Apr-04 4:53 
GeneralRe: Linking a DLL file to MFC application Pin
george ivanov5-Apr-04 4:54
george ivanov5-Apr-04 4:54 
GeneralRe: Linking a DLL file to MFC application Pin
chemipoo5-Apr-04 5:50
chemipoo5-Apr-04 5:50 
QuestionLoad DLL from other comp? Pin
george ivanov5-Apr-04 3:24
george ivanov5-Apr-04 3:24 
AnswerRe: Load DLL from other comp? Pin
David Crow5-Apr-04 4:42
David Crow5-Apr-04 4:42 
AnswerRe: Load DLL from other comp? Pin
Navin5-Apr-04 9:07
Navin5-Apr-04 9:07 
If you use a UNC path you should be able to, as long as your programming is running under a user context that has access to the network share.

For instance:
HINSTANCE h = ::LoadLibray(_T("\\\\Computer\\Share\\MyDLL.dll"));


Note that if you are running under some weird user context (e.g., the System account) you might not have access to the network at all, in which case you certainly won't be able to load the DLL.


Sometimes I feel like I'm a USB printer in a parallel universe.
GeneralVideo Capture Card Pin
Flea Sp995-Apr-04 3:22
Flea Sp995-Apr-04 3:22 
GeneralMachine Idle Time Pin
Anonymous5-Apr-04 3:10
Anonymous5-Apr-04 3:10 
GeneralRe: Machine Idle Time Pin
Michael Dunn5-Apr-04 4:56
sitebuilderMichael Dunn5-Apr-04 4:56 
GeneralRenaming a project Pin
Trollslayer5-Apr-04 2:59
mentorTrollslayer5-Apr-04 2:59 
GeneralRe: Renaming a project Pin
Andrew Walker5-Apr-04 3:17
Andrew Walker5-Apr-04 3:17 
GeneralRe: Renaming a project(EDITED) Pin
John M. Drescher5-Apr-04 5:41
John M. Drescher5-Apr-04 5:41 
GeneralRe: Renaming a project(EDITED BY ME) Pin
Trollslayer5-Apr-04 6:00
mentorTrollslayer5-Apr-04 6:00 
GeneralRe: Renaming a project(EDITED BY ME) Pin
John M. Drescher5-Apr-04 6:14
John M. Drescher5-Apr-04 6:14 
GeneralIPersistStorage::Load() for Embeded object of Word Creates .doc file in Temp Pin
anshumanshinde5-Apr-04 2:47
anshumanshinde5-Apr-04 2:47 
GeneralRe: IPersistStorage::Load() for Embeded object of Word Creates .doc file in Temp Pin
Mike Dimmick5-Apr-04 6:37
Mike Dimmick5-Apr-04 6:37 
Generalread a certain line from a text file Pin
dairiseky5-Apr-04 2:44
dairiseky5-Apr-04 2:44 
GeneralRe: read a certain line from a text file Pin
avenger_sb255-Apr-04 3:42
avenger_sb255-Apr-04 3:42 
GeneralRe: read a certain line from a text file Pin
dairiseky5-Apr-04 4:01
dairiseky5-Apr-04 4:01 
GeneralRe: read a certain line from a text file Pin
avenger_sb255-Apr-04 4:46
avenger_sb255-Apr-04 4:46 
GeneralRe: read a certain line from a text file Pin
dairiseky5-Apr-04 5:18
dairiseky5-Apr-04 5:18 
GeneralRe: read a certain line from a text file Pin
avenger_sb255-Apr-04 7:10
avenger_sb255-Apr-04 7:10 
GeneralRe: read a certain line from a text file Pin
dairiseky5-Apr-04 8:02
dairiseky5-Apr-04 8:02 

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.