Click here to Skip to main content
15,790,440 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Help with no default constructor message .. related question Pin
Richard Andrew x6424-Sep-17 12:07
professionalRichard Andrew x6424-Sep-17 12:07 
GeneralRe: Help with no default constructor message .. related question Pin
ForNow24-Sep-17 12:19
ForNow24-Sep-17 12:19 
AnswerRe: Help with no default constructor message .. related question Pin
Richard Andrew x6424-Sep-17 12:39
professionalRichard Andrew x6424-Sep-17 12:39 
GeneralRe: Help with no default constructor message .. related question Pin
ForNow24-Sep-17 13:52
ForNow24-Sep-17 13:52 
GeneralRe: Help with no default constructor message .. related question found answer Pin
ForNow25-Sep-17 9:35
ForNow25-Sep-17 9:35 
AnswerRe: Help with no default constructor message Pin
Jochen Arndt25-Sep-17 22:30
professionalJochen Arndt25-Sep-17 22:30 
GeneralRe: Help with no default constructor message Pin
ForNow26-Sep-17 3:18
ForNow26-Sep-17 3:18 
QuestionProblem in loading c run time library in Visual C++ Pin
Member 1192324422-Sep-17 4:28
Member 1192324422-Sep-17 4:28 
I created an xll excel add-in with Visual C++ 2013 and Excel 2007/2010/2013 XLL SDK package. In the application I have to load a third party dll which depends on MSVCR90.dll for release version and MSVCR90D.dll for debug version. But I don't know how to load the MSVCR90D.dll in the project. What I tried is to create an additional manifest file or use a pragma comment instead in the code like
#pragma comment(linker, "/manifestdependency:\"name='Microsoft.VC90.DebugCRT' processorArchitecture='x86' version='9.0.30729.1' type='win32' publicKeyToken='1fc8b3b9a1e18e3b' \"")

It works in win32 console application but not in xll application.

Also I wonder why in the xll application all the release version of msvcr dll including MSVCR90.dll, MSVCR100.dll and MSVCR120.dll are automatically loaded if they are installed in windows system. Since I am working in vc++ 2013, msvcr120d.dll is loaded as well.

Can anyone tell me how msvcr90d.dll can be loaded as well?

visual c++ 2008/2010/2013 redistributable packages are installed.
AnswerRe: Problem in loading c run time library in Visual C++ Pin
Jochen Arndt22-Sep-17 4:45
professionalJochen Arndt22-Sep-17 4:45 
GeneralRe: Problem in loading c run time library in Visual C++ Pin
Member 1192324422-Sep-17 5:02
Member 1192324422-Sep-17 5:02 
GeneralRe: Problem in loading c run time library in Visual C++ Pin
enhzflep22-Sep-17 8:42
enhzflep22-Sep-17 8:42 
QuestionSyntax error Pin
Vaclav_21-Sep-17 16:28
Vaclav_21-Sep-17 16:28 
AnswerRe: Syntax error Pin
leon de boer21-Sep-17 17:28
leon de boer21-Sep-17 17:28 
GeneralRe: Syntax error Pin
Vaclav_21-Sep-17 18:02
Vaclav_21-Sep-17 18:02 
AnswerRe: Syntax error Pin
Richard MacCutchan21-Sep-17 22:08
mveRichard MacCutchan21-Sep-17 22:08 
GeneralRe: Syntax error Pin
Vaclav_22-Sep-17 8:00
Vaclav_22-Sep-17 8:00 
AnswerRe: Syntax error Pin
Richard MacCutchan22-Sep-17 8:04
mveRichard MacCutchan22-Sep-17 8:04 
AnswerRe: Syntax error Pin
jschell22-Sep-17 9:44
jschell22-Sep-17 9:44 
GeneralRe: Syntax error Pin
Richard MacCutchan22-Sep-17 22:33
mveRichard MacCutchan22-Sep-17 22:33 
GeneralRe: Syntax error Pin
Vaclav_24-Sep-17 5:42
Vaclav_24-Sep-17 5:42 
GeneralRe: Syntax error Pin
Richard MacCutchan24-Sep-17 6:14
mveRichard MacCutchan24-Sep-17 6:14 
GeneralRe: Syntax error Pin
jschell26-Sep-17 7:15
jschell26-Sep-17 7:15 
GeneralRe: Syntax error Pin
Vaclav_28-Sep-17 8:10
Vaclav_28-Sep-17 8:10 
Questionuser name in system service Pin
john563220-Sep-17 20:31
john563220-Sep-17 20:31 
AnswerRe: user name in system service Pin
Jochen Arndt20-Sep-17 22:25
professionalJochen Arndt20-Sep-17 22:25 

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.