Click here to Skip to main content
16,006,709 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generaluse a C function from a C++ program Pin
hearties1-Jun-01 5:55
hearties1-Jun-01 5:55 
GeneralRe: use a C function from a C++ program Pin
Stephen Kellett1-Jun-01 6:24
Stephen Kellett1-Jun-01 6:24 
GeneralRe: use a C function from a C++ program Pin
Jim Howard1-Jun-01 6:28
Jim Howard1-Jun-01 6:28 
GeneralCatching ESCape key in a CDialog window Pin
1-Jun-01 4:58
suss1-Jun-01 4:58 
GeneralRe: Catching ESCape key in a CDialog window Pin
Tim Deveaux1-Jun-01 5:38
Tim Deveaux1-Jun-01 5:38 
GeneralCComboBox problem Pin
David Burrows1-Jun-01 4:55
David Burrows1-Jun-01 4:55 
GeneralRe: CComboBox problem Pin
Tomasz Sowinski1-Jun-01 7:42
Tomasz Sowinski1-Jun-01 7:42 
GeneralPlease help : problem with distributing ActifveX control Pin
Bartek1-Jun-01 4:55
Bartek1-Jun-01 4:55 
Hello,

I have a problem with distributing cab file. I put two OCX files and INF file in my test.cab file but my control does not appear on other machines. I check folder winnt/downloaded program files adn i do not see my OCXs being installed.

I do not know how to solve it.

The control apperas correctly on my machine where its is registered.

I give you the steps i go over and maybe anyone knows where i am making a mistake

1) in my release directory with control i build cab file:

cabarc n testCtrl1.cab testCtrl1.ocx pvdt80.ocx testCtrl1.inf

2) my inf file is very simple:

[Add.Code]
testCtrl1.ocx=testCtrl1.ocx
PVDT80.ocx=PVDT80.ocx

[testCtr1.ocx]
file-win32-x86=thiscab
clsid={C54F7CA2-6405-43BD-A189-2471A491142E}
FileVersion=1,0,0,1

[PVDT80.ocx]
file-win32-x86=thiscab
clsid={e9c9692e-f93c-11D1-abb0-0040054fc6fb}
FileVersion=8,0,3,3

3) My html file



<title>New Page



<object classid="CLSID:C54F7CA2-6405-43BD-A189-2471A491142E"
codebase="http://soft2/testCtrl1.cab">
<param name="_Version" value="65536" />
<param name="_ExtentX" value="14970" />
<param name="_ExtentY" value="9440" />
<param name="_StockProps" value="0" />





what is wrong ? Please help
General#pramga startup equivilent Pin
Steve Thresher1-Jun-01 4:41
Steve Thresher1-Jun-01 4:41 
GeneralRe: #pramga startup equivilent Pin
Tim Deveaux1-Jun-01 5:30
Tim Deveaux1-Jun-01 5:30 
GeneralRe: #pramga startup equivilent Pin
Tomasz Sowinski1-Jun-01 7:36
Tomasz Sowinski1-Jun-01 7:36 
GeneralRe: #pramga startup equivilent Pin
Steve Thresher2-Jun-01 1:39
Steve Thresher2-Jun-01 1:39 
Generallinking error: library conflict Pin
hearties1-Jun-01 3:29
hearties1-Jun-01 3:29 
GeneralRe: linking error: library conflict Pin
Dave Carkeet1-Jun-01 4:32
Dave Carkeet1-Jun-01 4:32 
GeneralMsComm example ... Pin
Hadi Rezaee1-Jun-01 1:09
Hadi Rezaee1-Jun-01 1:09 
GeneralLinker error 2005 Pin
1-Jun-01 0:56
suss1-Jun-01 0:56 
GeneralRe: Linker error 2005 Pin
Tim Deveaux1-Jun-01 4:42
Tim Deveaux1-Jun-01 4:42 
GeneralCStringArray Pin
1-Jun-01 0:13
suss1-Jun-01 0:13 
GeneralRe: CStringArray Pin
Mukkie2-Jun-01 8:36
Mukkie2-Jun-01 8:36 
GeneralRe: CStringArray Pin
5-Jun-01 3:47
suss5-Jun-01 3:47 
Generalhi can somebody tell me how can i put Pin
1-Jun-01 0:12
suss1-Jun-01 0:12 
QuestionHow to get file name from file pointer? Pin
Koteswara Rao Perumalla1-Jun-01 0:12
Koteswara Rao Perumalla1-Jun-01 0:12 
AnswerRe: How to get file name from file pointer? Pin
Igor Sukhov1-Jun-01 3:59
Igor Sukhov1-Jun-01 3:59 
GeneralRe: How to get file name from file pointer? Pin
Koteswara Rao Perumalla1-Jun-01 19:45
Koteswara Rao Perumalla1-Jun-01 19:45 
AnswerRe: How to get file name from file pointer? Pin
Igor Sukhov1-Jun-01 3:59
Igor Sukhov1-Jun-01 3:59 

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.