Click here to Skip to main content
15,915,336 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Working with dlls[modified] Pin
Cedric Moonen24-Aug-06 0:48
Cedric Moonen24-Aug-06 0:48 
GeneralRe: Working with dlls[modified] Pin
Kiran Pinjala24-Aug-06 0:51
Kiran Pinjala24-Aug-06 0:51 
GeneralRe: Working with dlls[modified] Pin
Cedric Moonen24-Aug-06 0:58
Cedric Moonen24-Aug-06 0:58 
GeneralRe: Working with dlls[modified] Pin
Kiran Pinjala24-Aug-06 1:06
Kiran Pinjala24-Aug-06 1:06 
GeneralRe: Working with dlls[modified] Pin
Cedric Moonen24-Aug-06 1:10
Cedric Moonen24-Aug-06 1:10 
GeneralRe: Working with dlls Pin
prasad_som24-Aug-06 1:06
prasad_som24-Aug-06 1:06 
QuestionRe: Working with dlls Pin
Kiran Pinjala24-Aug-06 1:21
Kiran Pinjala24-Aug-06 1:21 
AnswerRe: Working with dlls Pin
Cedric Moonen24-Aug-06 1:24
Cedric Moonen24-Aug-06 1:24 
No (as I already said before). When you load a dll explicitely, you first 'load' the dll with LoadLibrary but that doesn't imply anything. You have just loaded the dll in memory, next you need to retrieve the address of a function by calling GetProcAddress so that you can call a function from inside your dll. See, how are you gonna 'get' your class that way ??

Why don't you simply go with implicit linking ? It is much more easier to do and everything is managed for you. What is the problem there ?


Cédric Moonen
Software developer

Charting control [Updated - v1.1]

AnswerRe: Working with dlls Pin
Waldermort24-Aug-06 4:19
Waldermort24-Aug-06 4:19 
GeneralRe: Working with dlls Pin
Kiran Pinjala24-Aug-06 20:04
Kiran Pinjala24-Aug-06 20:04 
QuestionRe: Working with dlls Pin
Kiran Pinjala24-Aug-06 20:57
Kiran Pinjala24-Aug-06 20:57 
AnswerRe: Working with dlls[modified] Pin
toxcct24-Aug-06 0:36
toxcct24-Aug-06 0:36 
GeneralRe: Working with dlls[modified] Pin
Kiran Pinjala24-Aug-06 0:43
Kiran Pinjala24-Aug-06 0:43 
GeneralRe: Working with dlls[modified] Pin
Don Box24-Aug-06 1:19
Don Box24-Aug-06 1:19 
GeneralRe: Working with dlls[modified] Pin
toxcct24-Aug-06 1:51
toxcct24-Aug-06 1:51 
GeneralRe: Working with dlls[modified] Pin
Hamid_RT24-Aug-06 2:07
Hamid_RT24-Aug-06 2:07 
GeneralRe: Working with dlls[modified] Pin
Kiran Pinjala24-Aug-06 2:10
Kiran Pinjala24-Aug-06 2:10 
GeneralRe: Working with dlls[modified] Pin
toxcct24-Aug-06 2:43
toxcct24-Aug-06 2:43 
QuestionCalling a ATL COM DLL interface from VBScript routine Pin
AKSIVAKUMAR23-Aug-06 23:53
AKSIVAKUMAR23-Aug-06 23:53 
AnswerRe: Calling a ATL COM DLL interface from VBScript routine Pin
uday kiran janaswamy24-Aug-06 0:35
uday kiran janaswamy24-Aug-06 0:35 
QuestionVisual Studio building whole project instead of modified files Pin
flippydeflippydebop23-Aug-06 23:45
flippydeflippydebop23-Aug-06 23:45 
AnswerRe: Visual Studio building whole project instead of modified files Pin
Michael Dunn24-Aug-06 0:14
sitebuilderMichael Dunn24-Aug-06 0:14 
GeneralRe: Visual Studio building whole project instead of modified files Pin
flippydeflippydebop24-Aug-06 0:56
flippydeflippydebop24-Aug-06 0:56 
Questionowner draw menus Pin
radhika2823-Aug-06 23:40
radhika2823-Aug-06 23:40 
AnswerRe: owner draw menus Pin
Hamid_RT23-Aug-06 23:54
Hamid_RT23-Aug-06 23:54 

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.