Click here to Skip to main content
16,004,890 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: MSMQ Pin
toxcct20-Nov-07 23:28
toxcct20-Nov-07 23:28 
QuestionWhich process is using a file i want to delete / update? Pin
wolfgangpuelm20-Nov-07 23:03
professionalwolfgangpuelm20-Nov-07 23:03 
AnswerRe: Which process is using a file i want to delete / update? Pin
Iain Clarke, Warrior Programmer21-Nov-07 0:07
Iain Clarke, Warrior Programmer21-Nov-07 0:07 
AnswerRe: Which process is using a file i want to delete / update? Pin
Luc Pattyn21-Nov-07 1:34
sitebuilderLuc Pattyn21-Nov-07 1:34 
Question64-bit development with Visual C++ 2008 Express ? Pin
Defenestration20-Nov-07 22:34
Defenestration20-Nov-07 22:34 
AnswerRe: 64-bit development with Visual C++ 2008 Express ? Pin
Mark Salsbery21-Nov-07 5:56
Mark Salsbery21-Nov-07 5:56 
QuestionHas anybody been using Ilog Views recently? Pin
François Gasnier20-Nov-07 21:20
François Gasnier20-Nov-07 21:20 
QuestionModule definition file Pin
George_George20-Nov-07 21:02
George_George20-Nov-07 21:02 
Hello everyone,


The PRIVATE keyword of module definition file (.DEF) means,

http://msdn2.microsoft.com/en-us/library/hyx1zcd3(vs.80).aspx

--------------------
The optional keyword PRIVATE prevents entryname from being placed in the import library generated by LINK. It has no effect on the export in the image also generated by LINK.
--------------------

My questions are,

1. Does it has any practical usage to prevent the exported function from import library file?

2. If the exported function is not in the import library file, then other component has to use LoadLibrary and GetProcAddress to use the DLL, other than using implicit link?


thanks in advance,
George
AnswerRe: Module definition file Pin
Blake Miller21-Nov-07 4:13
Blake Miller21-Nov-07 4:13 
GeneralRe: Module definition file Pin
George_George21-Nov-07 19:11
George_George21-Nov-07 19:11 
AnswerRe: Module definition file Pin
toxcct21-Nov-07 4:16
toxcct21-Nov-07 4:16 
GeneralRe: Module definition file Pin
George_George21-Nov-07 19:07
George_George21-Nov-07 19:07 
Questioncan anybody tell me how to stop the printing Pin
philiptabraham20-Nov-07 20:54
philiptabraham20-Nov-07 20:54 
AnswerRe: can anybody tell me how to stop the printing Pin
Hamid_RT20-Nov-07 21:02
Hamid_RT20-Nov-07 21:02 
Questionsafearray Pin
George_George20-Nov-07 20:45
George_George20-Nov-07 20:45 
AnswerRe: safearray Pin
Hamid_RT20-Nov-07 21:00
Hamid_RT20-Nov-07 21:00 
GeneralRe: safearray Pin
George_George21-Nov-07 1:13
George_George21-Nov-07 1:13 
GeneralRe: safearray Pin
Hamid_RT21-Nov-07 4:01
Hamid_RT21-Nov-07 4:01 
AnswerRe: safearray Pin
toxcct20-Nov-07 23:24
toxcct20-Nov-07 23:24 
QuestionThe parent is not CChildView as I assigned but CMainFrame Pin
followait20-Nov-07 19:47
followait20-Nov-07 19:47 
GeneralRe: The parent is not CChildView as I assigned but CMainFrame Pin
Nelek5-Dec-07 3:59
protectorNelek5-Dec-07 3:59 
QuestionMove the read position in a CString. Pin
CodingLover20-Nov-07 19:38
CodingLover20-Nov-07 19:38 
AnswerRe: Move the read position in a CString. Pin
manish.patel20-Nov-07 19:43
manish.patel20-Nov-07 19:43 
GeneralRe: Move the read position in a CString. Pin
CodingLover20-Nov-07 20:10
CodingLover20-Nov-07 20:10 
AnswerRe: Move the read position in a CString. Pin
Cedric Moonen20-Nov-07 20:14
Cedric Moonen20-Nov-07 20:14 

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.