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

C / C++ / MFC

 
Questionhow to integrate my applicaiton with MS Word?? Pin
rjnl16-Feb-05 17:12
rjnl16-Feb-05 17:12 
AnswerRe: how to integrate my applicaiton with MS Word?? Pin
Branislav16-Feb-05 22:53
Branislav16-Feb-05 22:53 
AnswerRe: how to integrate my applicaiton with MS Word?? Pin
ThatsAlok17-Feb-05 1:28
ThatsAlok17-Feb-05 1:28 
GeneralPOP3 + SSL Pin
Trivex16-Feb-05 16:03
Trivex16-Feb-05 16:03 
GeneralRe: POP3 + SSL Pin
Ravi Bhavnani17-Feb-05 7:17
professionalRavi Bhavnani17-Feb-05 7:17 
GeneralLink Error Pin
rushing16-Feb-05 15:55
rushing16-Feb-05 15:55 
GeneralRe: Link Error Pin
rwestgraham16-Feb-05 16:55
rwestgraham16-Feb-05 16:55 
GeneralRe: Link Error Pin
ThatsAlok16-Feb-05 18:11
ThatsAlok16-Feb-05 18:11 
Just add this line in your stdafx.h file

#pragma comment(lib,"comctl32.lib")

after that there is no problem in linking.

actually problem is that you have provided the declaration of function i.e. by adding commctrl.h in your project for common controls but you forget to provide the runtime symbol for those function, which are defined in comctl32.lib


"I Think this Will Help"
[Vote One Here,.....]
<h5
 alok gupta="" <br=""> visit me at http://www.thisisalok.tk

GeneralTBBUTTON : Setting Font Pin
tnguyen44416-Feb-05 11:51
tnguyen44416-Feb-05 11:51 
GeneralHELP PLZ ASAP. Pin
A.Sal16-Feb-05 11:37
A.Sal16-Feb-05 11:37 
GeneralRe: HELP PLZ ASAP. Pin
22491717-Feb-05 0:48
22491717-Feb-05 0:48 
GeneralCPropertyPage : Safe Call Pin
DanYELL16-Feb-05 11:11
DanYELL16-Feb-05 11:11 
GeneralRe: CPropertyPage : Safe Call Pin
PJ Arends16-Feb-05 13:15
professionalPJ Arends16-Feb-05 13:15 
QuestionIs there a way to detect to see if .NET framework is installed? Pin
elapid16-Feb-05 10:33
elapid16-Feb-05 10:33 
AnswerRe: Is there a way to detect to see if .NET framework is installed? Pin
davedoc16-Feb-05 13:24
davedoc16-Feb-05 13:24 
QuestionHow Can I call another application from my program? Pin
elapid16-Feb-05 10:07
elapid16-Feb-05 10:07 
AnswerRe: How Can I call another application from my program? Pin
Tom Wright16-Feb-05 10:18
Tom Wright16-Feb-05 10:18 
GeneralRe: How Can I call another application from my program? Pin
elapid16-Feb-05 10:25
elapid16-Feb-05 10:25 
GeneralI got it, thank you Pin
elapid16-Feb-05 10:26
elapid16-Feb-05 10:26 
GeneralRe: How Can I call another application from my program? Pin
Anthony_Yio16-Feb-05 22:20
Anthony_Yio16-Feb-05 22:20 
AnswerRe: How Can I call another application from my program? Pin
22491715-Apr-05 1:35
22491715-Apr-05 1:35 
GeneralVrml Pin
Micealgleeson16-Feb-05 9:35
Micealgleeson16-Feb-05 9:35 
GeneralPuzzling Runtime Error Pin
LighthouseJ16-Feb-05 9:06
LighthouseJ16-Feb-05 9:06 
GeneralRe: Puzzling Runtime Error Pin
Bob Ciora16-Feb-05 10:31
Bob Ciora16-Feb-05 10:31 
GeneralRe: Puzzling Runtime Error Pin
LighthouseJ16-Feb-05 10:46
LighthouseJ16-Feb-05 10:46 

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.