Click here to Skip to main content
15,902,635 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Toolbar control access Pin
«_Superman_»10-Nov-09 7:46
professional«_Superman_»10-Nov-09 7:46 
GeneralRe: Toolbar control access Pin
LunaticFringe10-Nov-09 8:15
LunaticFringe10-Nov-09 8:15 
QuestionNot able to run the VC++ 2005 exe in remote machine. Pin
jain_MS10-Nov-09 1:57
jain_MS10-Nov-09 1:57 
AnswerRe: Not able to run the VC++ 2005 exe in remote machine. Pin
LunaticFringe10-Nov-09 2:11
LunaticFringe10-Nov-09 2:11 
AnswerRe: Not able to run the VC++ 2005 exe in remote machine. Pin
jain_MS10-Nov-09 2:43
jain_MS10-Nov-09 2:43 
GeneralRe: Not able to run the VC++ 2005 exe in remote machine. [modified] Pin
LunaticFringe10-Nov-09 3:13
LunaticFringe10-Nov-09 3:13 
GeneralRe: Not able to run the VC++ 2005 exe in remote machine. Pin
jain_MS10-Nov-09 3:52
jain_MS10-Nov-09 3:52 
AnswerRe: Not able to run the VC++ 2005 exe in remote machine. Pin
Covean10-Nov-09 3:30
Covean10-Nov-09 3:30 
This problem often occurs if you try to use an 32 bit dll in an 64 bit app or the other way around.
So make sure your app and the dll runs both in 32 or 64 bit environment.

The second reason for this can be, that the infocardapi.dll itself references a dll that is not installed on the machine.

At last: Do not copy dlls like msvcm80.dll instead install the microsoft redistributable package for
your type of machine like this.

Greetings
Covean

GeneralRe: Not able to run the VC++ 2005 exe in remote machine. Pin
jain_MS10-Nov-09 3:50
jain_MS10-Nov-09 3:50 
GeneralRe: Not able to run the VC++ 2005 exe in remote machine. Pin
Covean10-Nov-09 4:18
Covean10-Nov-09 4:18 
GeneralRe: Not able to run the VC++ 2005 exe in remote machine. Pin
jain_MS10-Nov-09 4:28
jain_MS10-Nov-09 4:28 
GeneralRe: Not able to run the VC++ 2005 exe in remote machine. Pin
Covean10-Nov-09 4:32
Covean10-Nov-09 4:32 
AnswerRe: Not able to run the VC++ 2005 exe in remote machine. Pin
raja jamwal31-Dec-09 8:07
raja jamwal31-Dec-09 8:07 
QuestionOS Specific Crash - Application crashes in Vista OS , Windows 2008 32/64 bit. Application doesn't crash in Win2003 Pin
V K 210-Nov-09 1:16
V K 210-Nov-09 1:16 
AnswerRe: OS Specific Crash - Application crashes in Vista OS , Windows 2008 32/64 bit. Application doesn't crash in Win2003 Pin
V K 210-Nov-09 1:23
V K 210-Nov-09 1:23 
QuestionRe: OS Specific Crash - Application crashes in Vista OS , Windows 2008 32/64 bit. Application doesn't crash in Win2003 Pin
Randor 10-Nov-09 6:08
professional Randor 10-Nov-09 6:08 
AnswerRe: OS Specific Crash - Application crashes in Vista OS , Windows 2008 32/64 bit. Application doesn't crash in Win2003 Pin
V K 210-Nov-09 22:39
V K 210-Nov-09 22:39 
GeneralRe: OS Specific Crash - Application crashes in Vista OS , Windows 2008 32/64 bit. Application doesn't crash in Win2003 Pin
Randor 11-Nov-09 9:06
professional Randor 11-Nov-09 9:06 
Questionhow to convert any format to pdf using C(or)C++ Pin
soo preety10-Nov-09 0:55
soo preety10-Nov-09 0:55 
AnswerRe: how to convert any format to pdf using C(or)C++ Pin
Richard MacCutchan10-Nov-09 5:21
mveRichard MacCutchan10-Nov-09 5:21 
AnswerRe: how to convert any format to pdf using C(or)C++ Pin
Richard MacCutchan10-Nov-09 5:28
mveRichard MacCutchan10-Nov-09 5:28 
QuestionDeviceIOControl () fails with error 87 Pin
vasu_sri10-Nov-09 0:47
vasu_sri10-Nov-09 0:47 
QuestionRe: DeviceIOControl () fails with error 87 Pin
David Crow10-Nov-09 3:17
David Crow10-Nov-09 3:17 
QuestionRe: DeviceIOControl () fails with error 87 Pin
Randor 10-Nov-09 5:45
professional Randor 10-Nov-09 5:45 
AnswerRe: DeviceIOControl () fails with error 87 Pin
vasu_sri10-Nov-09 21:45
vasu_sri10-Nov-09 21:45 

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.