Click here to Skip to main content
15,899,313 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
AnswerRe: Module definition file Pin
Blake Miller21-Nov-07 4:13
Blake Miller21-Nov-07 4:13 
1. You can resolve strange linkage errors in a multi-module project by using PRIVATE in the DEF file of a mdoule whose function does not need to be in the library but is accessed otherwise by LoadLibrary and GetProcAddress. Think of it as reducing the name-space pollution, when necessary.

2. Yes - depending. However, if your process is already implicitly linked to this same module, you can use GetModuleHandle followed by GetProcAddress.

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 
GeneralRe: Move the read position in a CString. Pin
CodingLover20-Nov-07 20:39
CodingLover20-Nov-07 20:39 

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.