Click here to Skip to main content
15,912,205 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Please with advice on link errors Pin
josip cagalj12-May-08 0:41
josip cagalj12-May-08 0:41 
AnswerRe: Please with advice on link errors Pin
David Crow12-May-08 2:58
David Crow12-May-08 2:58 
QuestionHow to resolve linker errors related to IID _MMCVersionInfo Pin
Mushtaque Nizamani11-May-08 23:39
Mushtaque Nizamani11-May-08 23:39 
AnswerRe: How to resolve linker errors related to IID _MMCVersionInfo Pin
Rajkumar R11-May-08 23:54
Rajkumar R11-May-08 23:54 
GeneralRe: How to resolve linker errors related to IID _MMCVersionInfo Pin
Mushtaque Nizamani12-May-08 0:22
Mushtaque Nizamani12-May-08 0:22 
QuestionRe: How to resolve linker errors related to IID _MMCVersionInfo Pin
Rajkumar R12-May-08 1:14
Rajkumar R12-May-08 1:14 
GeneralRe: How to resolve linker errors related to IID _MMCVersionInfo Pin
Mushtaque Nizamani12-May-08 1:26
Mushtaque Nizamani12-May-08 1:26 
GeneralRe: How to resolve linker errors related to IID _MMCVersionInfo Pin
Rajkumar R12-May-08 2:23
Rajkumar R12-May-08 2:23 
Mushq wrote:
since including #pragma comment (lib, "Mmc.lib") will set the lib linking to the specific obj file but not to the complete project am I right?


no, that is just a linker option specified in code rather than in project settings, so that you can specify the lib in code of some include files so that the corresponding lib is linked when the header is include.


Mushq wrote:
Using MFC in a Static Library

Do you really nead this, try in shared lib, I can able to reproduce the problem if i use MFC in static lib and link MMC.lib and use AFX_MANAGE_STATE() macro. I don't have time to dig into it now, just curious do you have used such macros in the dialog application. MFC in shared lib build successfully for me, try it.
GeneralRe: How to resolve linker errors related to IID _MMCVersionInfo Pin
Mushtaque Nizamani12-May-08 2:54
Mushtaque Nizamani12-May-08 2:54 
Questionbitblt(...) fails when we lock and unlock (CTRL+ALT+DEL) the system Pin
Super Hornet11-May-08 23:31
Super Hornet11-May-08 23:31 
QuestionRe: bitblt(...) fails when we lock and unlock (CTRL+ALT+DEL) the system Pin
CPallini11-May-08 23:57
mveCPallini11-May-08 23:57 
AnswerRe: bitblt(...) fails when we lock and unlock (CTRL+ALT+DEL) the system Pin
Super Hornet12-May-08 0:08
Super Hornet12-May-08 0:08 
AnswerRe: bitblt(...) fails when we lock and unlock (CTRL+ALT+DEL) the system Pin
CPallini12-May-08 0:25
mveCPallini12-May-08 0:25 
GeneralRe: bitblt(...) fails when we lock and unlock (CTRL+ALT+DEL) the system Pin
Super Hornet12-May-08 1:11
Super Hornet12-May-08 1:11 
QuestionAsynchronous Process Call _spawnl() --- Plz Help me Pin
Member 453498211-May-08 23:03
Member 453498211-May-08 23:03 
AnswerRe: Asynchronous Process Call _spawnl() --- Plz Help me Pin
Mark Salsbery12-May-08 6:02
Mark Salsbery12-May-08 6:02 
QuestionAsynchronous Process Call--- Plz Help me Pin
Member 453498211-May-08 23:02
Member 453498211-May-08 23:02 
QuestionHow to embed a MS Word in a window Pin
Yajnesh Narayan Behera11-May-08 22:27
Yajnesh Narayan Behera11-May-08 22:27 
AnswerRe: How to embed a MS Word in a window Pin
Rajesh R Subramanian12-May-08 1:13
professionalRajesh R Subramanian12-May-08 1:13 
GeneralRe: How to embed a MS Word in a window Pin
Yajnesh Narayan Behera12-May-08 1:49
Yajnesh Narayan Behera12-May-08 1:49 
GeneralRe: How to embed a MS Word in a window Pin
Rajesh R Subramanian12-May-08 1:58
professionalRajesh R Subramanian12-May-08 1:58 
GeneralRe: How to embed a MS Word in a window Pin
Yajnesh Narayan Behera14-May-08 0:28
Yajnesh Narayan Behera14-May-08 0:28 
AnswerRe: How to embed a MS Word in a window Pin
Rajesh R Subramanian14-May-08 1:02
professionalRajesh R Subramanian14-May-08 1:02 
QuestionHow can set the Value of Edit Box? Pin
Le@rner11-May-08 22:08
Le@rner11-May-08 22:08 
AnswerRe: How can set the Value of Edit Box? [modified] Pin
Sarath C11-May-08 22:30
Sarath C11-May-08 22:30 

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.