Click here to Skip to main content
15,889,732 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: VS 2008, error C4430 Pin
Rajesh R Subramanian17-Jul-09 0:05
professionalRajesh R Subramanian17-Jul-09 0:05 
GeneralRe: VS 2008, error C4430 Pin
Nandu_77b17-Jul-09 0:22
Nandu_77b17-Jul-09 0:22 
GeneralRe: VS 2008, error C4430 Pin
Rajesh R Subramanian17-Jul-09 0:28
professionalRajesh R Subramanian17-Jul-09 0:28 
AnswerRe: VS 2008, error C4430 Pin
Stuart Dootson17-Jul-09 1:02
professionalStuart Dootson17-Jul-09 1:02 
GeneralRe: VS 2008, error C4430 Pin
Rajesh R Subramanian17-Jul-09 1:03
professionalRajesh R Subramanian17-Jul-09 1:03 
GeneralRe: VS 2008, error C4430 Pin
Stuart Dootson17-Jul-09 3:55
professionalStuart Dootson17-Jul-09 3:55 
AnswerRe: VS 2008, error C4430 Pin
S p k 52117-Jul-09 1:54
S p k 52117-Jul-09 1:54 
QuestionCab file installation failed in IE 64bit [modified] Pin
hareshel16-Jul-09 22:36
hareshel16-Jul-09 22:36 
We have ported windows active x control plugin from 32bit to 64bit and we build cab file with my inf file.

We used dependency dlls mfc42.dll,olepro32.dll.

when we try to install cab file ...it crashes....

Do we need to change those mfc dll for 64bit?

Need help on this.


This is my detailed steps

1. Used VS2008 and compiled my active x control project with settings x64. IT generated my.ocx file and my.dll
file.

2. My inf file is

[version]
; version signature (same for both NT and Win95) do not remove
signature="$CHICAGO$"
AdvancedINF=2.0

[Add.Code]
my.ocx=my.ocx
my.dll=my.dll
; These are the necessary supporting DLLs for MFC 4.2 ActiveX Controls
mfc90.dll=mfc90.dll
msvcr90.dll=msvcr90.dll
olepro32.dll=olepro32.dll
rac5vml.dll=rac5vml.dll
; thiscab is a keyword which, in this case, means that rac5vm.ocx
; can be found in the same .cab file as this .inf file
; file-win32-x86 is an x86 platform specific identifier
; See the ActiveX SDK - ActiveX Controls - Internet Component Download -
; Packaging component code for automatic download
[my.ocx]
file-win32-x86=thiscab
; *** add your controls CLSID here ***
clsid={CCA1618B-7D6E-4432-8FA4-3E01A1AD78A8}
; Add your ocx's file version here.
FileVersion=0,0,0,0
RegisterServer=yes

[rac5vml.dll]
file=thiscab
FileVersion=0,0,0,0

[libeay32.dll]
file=thiscab
FileVersion=0,9,7,6

[libssl32.dll]
file=thiscab
FileVersion=0,9,7,6

I tried with mfc90.dll as well as still it crashes...Please help me out here.

modified on Monday, July 20, 2009 2:21 AM

Questionwhich version of crystal reports to use on Windows 2000 professional OS? Pin
kokilag16-Jul-09 21:50
kokilag16-Jul-09 21:50 
QuestionHow to catch the Exceptions in edit control,MFC? Pin
DevelopmentNoob16-Jul-09 21:31
DevelopmentNoob16-Jul-09 21:31 
AnswerRe: How to catch the Exceptions in edit control,MFC? Pin
«_Superman_»16-Jul-09 21:42
professional«_Superman_»16-Jul-09 21:42 
AnswerRe: How to catch the Exceptions in edit control,MFC? Pin
SandipG 16-Jul-09 21:50
SandipG 16-Jul-09 21:50 
AnswerRe: How to catch the Exceptions in edit control,MFC? Pin
Cedric Moonen16-Jul-09 22:07
Cedric Moonen16-Jul-09 22:07 
GeneralRe: How to catch the Exceptions in edit control,MFC? Pin
DevelopmentNoob16-Jul-09 23:25
DevelopmentNoob16-Jul-09 23:25 
QuestionDrawItem of HeaderCtrl Pin
kumar sanghvi16-Jul-09 20:21
kumar sanghvi16-Jul-09 20:21 
AnswerRe: DrawItem of HeaderCtrl Pin
Naveen16-Jul-09 20:53
Naveen16-Jul-09 20:53 
GeneralRe: DrawItem of HeaderCtrl Pin
kumar sanghvi16-Jul-09 22:27
kumar sanghvi16-Jul-09 22:27 
GeneralRe: DrawItem of HeaderCtrl Pin
Naveen16-Jul-09 23:38
Naveen16-Jul-09 23:38 
AnswerRe: DrawItem of HeaderCtrl Pin
SandipG 16-Jul-09 21:00
SandipG 16-Jul-09 21:00 
Question"Windows (Vista) cannot find “abc.def”. Make sure you typed the name correctly and then try again." Pin
Neville Franks16-Jul-09 13:25
Neville Franks16-Jul-09 13:25 
AnswerRe: "Windows (Vista) cannot find “abc.def”. Make sure you typed the name correctly and then try again." Pin
Stuart Dootson16-Jul-09 13:37
professionalStuart Dootson16-Jul-09 13:37 
GeneralRe: "Windows (Vista) cannot find “abc.def”. Make sure you typed the name correctly and then try again." Pin
Neville Franks16-Jul-09 14:26
Neville Franks16-Jul-09 14:26 
GeneralRe: "Windows (Vista) cannot find “abc.def”. Make sure you typed the name correctly and then try again." Pin
Stuart Dootson16-Jul-09 14:32
professionalStuart Dootson16-Jul-09 14:32 
GeneralRe: "Windows (Vista) cannot find “abc.def”. Make sure you typed the name correctly and then try again." Pin
Neville Franks16-Jul-09 14:49
Neville Franks16-Jul-09 14:49 
GeneralRe: "Windows (Vista) cannot find “abc.def”. Make sure you typed the name correctly and then try again." Pin
Stuart Dootson16-Jul-09 15:01
professionalStuart Dootson16-Jul-09 15:01 

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.