Click here to Skip to main content
16,008,490 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Using Webdings as font for CDialog buttons problem Pin
Rage13-Nov-06 2:53
professionalRage13-Nov-06 2:53 
AnswerRe: Using Webdings as font for CDialog buttons problem Pin
Viorel.13-Nov-06 3:02
Viorel.13-Nov-06 3:02 
QuestionHow to diable menu itemin VC++ Pin
Kvaibhav13-Nov-06 1:05
Kvaibhav13-Nov-06 1:05 
AnswerRe: How to diable menu itemin VC++ Pin
Rage13-Nov-06 2:52
professionalRage13-Nov-06 2:52 
GeneralRe: How to diable menu itemin VC++ Pin
Kvaibhav13-Nov-06 19:41
Kvaibhav13-Nov-06 19:41 
QuestionProblem with registering a dll Pin
narayanagvs13-Nov-06 0:36
narayanagvs13-Nov-06 0:36 
AnswerRe: Problem with registering a dll Pin
Mike_99913-Nov-06 1:46
Mike_99913-Nov-06 1:46 
AnswerRe: Problem with registering a dll Pin
Roger Stoltz13-Nov-06 1:46
Roger Stoltz13-Nov-06 1:46 
You haven't shipped the libraries necessary for the component.
If you've used ATL for implementing the component then you'll need AtlCom.dll installed on the target system.
If you've used MFC you'll need both Mfc<VersionNumber>.dll and the runtime library MsVcRT.dll.

All those files are present on systems with VS2005 installed since they are shipped with the development environment.

I suggest you use the DependancyWalker to find out what libraries you have to ship with your component in order to make it work.

Hope this helps
--
Roger


"It's supposed to be hard, otherwise anybody could do it!" - selfquote

"No one remembers a coward!" - Jan Elfström 1998
"...but everyone remembers an idiot!" - my lawyer 2005 when heard of Jan's saying above

QuestionMaking a Package Pin
Patriot8112-Nov-06 23:42
Patriot8112-Nov-06 23:42 
AnswerRe: Making a Package Pin
Christian Graus12-Nov-06 23:43
protectorChristian Graus12-Nov-06 23:43 
AnswerRe: Making a Package Pin
toxcct13-Nov-06 3:28
toxcct13-Nov-06 3:28 
AnswerRe: Making a Package Pin
Hamid_RT13-Nov-06 5:33
Hamid_RT13-Nov-06 5:33 
QuestionEdit controls Pin
Waldermort12-Nov-06 22:51
Waldermort12-Nov-06 22:51 
AnswerRe: Edit controls Pin
Christian Graus12-Nov-06 23:16
protectorChristian Graus12-Nov-06 23:16 
GeneralRe: Edit controls Pin
Waldermort12-Nov-06 23:40
Waldermort12-Nov-06 23:40 
GeneralRe: Edit controls Pin
Christian Graus12-Nov-06 23:43
protectorChristian Graus12-Nov-06 23:43 
GeneralRe: Edit controls Pin
Waldermort13-Nov-06 0:17
Waldermort13-Nov-06 0:17 
AnswerRe: Edit controls Pin
Viorel.13-Nov-06 0:08
Viorel.13-Nov-06 0:08 
GeneralRe: Edit controls Pin
Waldermort13-Nov-06 0:11
Waldermort13-Nov-06 0:11 
QuestionProblem in changing background color of dialog box Pin
Cyber Friend12-Nov-06 22:36
Cyber Friend12-Nov-06 22:36 
AnswerRe: Problem in changing background color of dialog box Pin
Waldermort12-Nov-06 22:56
Waldermort12-Nov-06 22:56 
AnswerRe: Problem in changing background color of dialog box Pin
_AnsHUMAN_ 12-Nov-06 22:58
_AnsHUMAN_ 12-Nov-06 22:58 
GeneralRe: Problem in changing background color of dialog box Pin
Cyber Friend13-Nov-06 0:45
Cyber Friend13-Nov-06 0:45 
GeneralRe: Problem in changing background color of dialog box Pin
_AnsHUMAN_ 13-Nov-06 2:20
_AnsHUMAN_ 13-Nov-06 2:20 
GeneralRe: Problem in changing background color of dialog box Pin
Cyber Friend13-Nov-06 3:29
Cyber Friend13-Nov-06 3:29 

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.