Click here to Skip to main content
16,007,072 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Changing the height of a CstatusBar Pin
Iain Clarke, Warrior Programmer18-Feb-08 3:07
Iain Clarke, Warrior Programmer18-Feb-08 3:07 
GeneralRe: Changing the height of a CstatusBar Pin
Stan the man18-Feb-08 3:19
Stan the man18-Feb-08 3:19 
QuestionHow can i use CFtpConnection object in asynchronous way ? Pin
Yanshof17-Feb-08 3:22
Yanshof17-Feb-08 3:22 
AnswerRe: How can i use CFtpConnection object in asynchronous way ? Pin
Mark Salsbery17-Feb-08 8:40
Mark Salsbery17-Feb-08 8:40 
QuestionHow to change font size of menu bar? Pin
hanlei000000000917-Feb-08 3:03
hanlei000000000917-Feb-08 3:03 
AnswerRe: How to change font size of menu bar? Pin
Rajkumar R17-Feb-08 5:53
Rajkumar R17-Feb-08 5:53 
AnswerRe: How to change font size of menu bar? Pin
Hamid_RT18-Feb-08 7:26
Hamid_RT18-Feb-08 7:26 
Generaldllimport Pin
George_George17-Feb-08 0:39
George_George17-Feb-08 0:39 
Hello everyone,


For dllimport KB from Microsoft,

http://support.microsoft.com/kb/132044/en-us

It is mentioned,

--------------------
If 'func1' exists in another DLL, the linker can't resolve this directly because it has no way of knowing what the address of 'func1' is.
--------------------

My question is, if we are using implicit linking, the address of import function should be in the import library (.lib file) of the DLL and since the import library is as an input parameter to linker, the linker should know the address at link time?


thanks in advance,
George
GeneralRe: dllimport Pin
Rajkumar R17-Feb-08 1:01
Rajkumar R17-Feb-08 1:01 
GeneralRe: dllimport Pin
George_George17-Feb-08 2:01
George_George17-Feb-08 2:01 
GeneralRe: dllimport Pin
Rajkumar R17-Feb-08 2:10
Rajkumar R17-Feb-08 2:10 
GeneralRe: dllimport Pin
George_George17-Feb-08 13:40
George_George17-Feb-08 13:40 
GeneralRe: dllimport [modified] Pin
Rajkumar R17-Feb-08 18:10
Rajkumar R17-Feb-08 18:10 
GeneralRe: dllimport Pin
George_George18-Feb-08 2:57
George_George18-Feb-08 2:57 
GeneralRe: dllimport Pin
Rajkumar R18-Feb-08 3:04
Rajkumar R18-Feb-08 3:04 
GeneralRe: dllimport Pin
George_George18-Feb-08 3:13
George_George18-Feb-08 3:13 
AnswerRe: dllimport Pin
Rajkumar R18-Feb-08 4:14
Rajkumar R18-Feb-08 4:14 
GeneralRe: dllimport Pin
George_George18-Feb-08 15:35
George_George18-Feb-08 15:35 
Generalarray of zero elements Pin
George_George16-Feb-08 23:24
George_George16-Feb-08 23:24 
GeneralRe: array of zero elements [modified] Pin
CPallini17-Feb-08 2:44
mveCPallini17-Feb-08 2:44 
GeneralRe: array of zero elements Pin
Rajkumar R17-Feb-08 3:22
Rajkumar R17-Feb-08 3:22 
GeneralRe: array of zero elements Pin
CPallini17-Feb-08 3:51
mveCPallini17-Feb-08 3:51 
JokeRe: array of zero elements Pin
Rajkumar R17-Feb-08 4:06
Rajkumar R17-Feb-08 4:06 
GeneralRe: array of zero elements Pin
George_George17-Feb-08 13:30
George_George17-Feb-08 13:30 
GeneralRe: array of zero elements Pin
Rajkumar R17-Feb-08 16:38
Rajkumar R17-Feb-08 16:38 

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.