OLE Automation server problem
C. Sreekanth Reddy -- sreekanth@meghadoot.hiso.honeywell.com
Monday, October 14, 1996
Environment : VC++ 1.51, Windows 95
Hi all,
I got a small problem when i m developing an OLE automation server for
VC++ 1.51. My server app is not generating any .TLB file, which can be
used from OLE A. Controller app to create a COleDispatchDriver - derived
class.
May be i am missing doing something more. When i did the same in VC++
4.0, My Server app automatically generated that .TLB file. For VC++ 1.51,
What should i do more?
Thanks in advance.
Regards
Sreekanth
L.P. Fu -- l.p._fu@dca.com
Tuesday, October 15, 1996
You need to install CDK and go to tools menu and choose someting like
"type lib"? to create your type lib before you do the build for the
server.
______________________________ Reply Separator _________________________________
Subject: OLE Automation server problem
Author: mfc-l@netcom.com at Internet
Date: 10/14/96 7:41 PM
Environment : VC++ 1.51, Windows 95
Hi all,
I got a small problem when i m developing an OLE automation server for
VC++ 1.51. My server app is not generating any .TLB file, which can be
used from OLE A. Controller app to create a COleDispatchDriver - derived
class.
May be i am missing doing something more. When i did the same in VC++
4.0, My Server app automatically generated that .TLB file. For VC++ 1.51,
What should i do more?
Thanks in advance.
Regards
Sreekanth
Richard Quist -- rquist@ultranet.com
Friday, October 18, 1996
>Environment : VC++ 1.51, Windows 95
>
>Hi all,
>
>I got a small problem when i m developing an OLE automation server for
>VC++ 1.51. My server app is not generating any .TLB file, which can be
>used from OLE A. Controller app to create a COleDispatchDriver - derived
>class.
>
>May be i am missing doing something more. When i did the same in VC++
>4.0, My Server app automatically generated that .TLB file. For VC++ 1.51,
>What should i do more?
>
If you have the .ODL file you can run the mktyplib utility that lives in
your msvc\bin directory to generate the .tlb
Rich
(rquist@ultranet.com)
| Вернуться в корень Архива
|