Click here to Skip to main content
15,926,062 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Testing ATL components Pin
Jason Henderson4-Jun-02 4:57
Jason Henderson4-Jun-02 4:57 
GeneralRe: Testing ATL components Pin
Nish Nishant4-Jun-02 5:16
sitebuilderNish Nishant4-Jun-02 5:16 
GeneralRe: Testing ATL components Pin
Mazdak4-Jun-02 5:13
Mazdak4-Jun-02 5:13 
GeneralRe: Testing ATL components Pin
Nish Nishant4-Jun-02 5:43
sitebuilderNish Nishant4-Jun-02 5:43 
GeneralRe: Testing ATL components Pin
Jason Henderson4-Jun-02 5:27
Jason Henderson4-Jun-02 5:27 
GeneralRe: Testing ATL components Pin
Nish Nishant4-Jun-02 5:48
sitebuilderNish Nishant4-Jun-02 5:48 
GeneralRe: Testing ATL components Pin
Mazdak4-Jun-02 1:47
Mazdak4-Jun-02 1:47 
GeneralRe: Testing ATL components Pin
Nish Nishant4-Jun-02 4:27
sitebuilderNish Nishant4-Jun-02 4:27 
This is my tlh file. It does not have any reference to SimplePgp. It only has ISimplePgp

// Created by Microsoft (R) C/C++ Compiler Version 13.00.9466 (01299e08).
//
// d:\projects\testcomclient\debug\TestCom.tlh
//
// C++ source equivalent of Win32 type library D:\Projects\TestCom\Debug\TestCom.dll
// compiler-generated file created 06/04/02 at 19:57:37 - DO NOT EDIT!

#pragma once
#pragma pack(push, 8)

#include <comdef.h>

//
// Forward references and typedefs
//

struct __declspec(uuid("c9f9f5c7-a457-4bc1-9cc5-c42f68cbb5f9"))
/* LIBID */ __TestCom;
struct /* coclass */ CSimplePgp;
struct __declspec(uuid("5ae26493-1190-4d2d-9897-a3b2000a80b8"))
/* dual interface */ ISimplePgp;

//
// Smart pointer typedef declarations
//

_COM_SMARTPTR_TYPEDEF(ISimplePgp, __uuidof(ISimplePgp));

//
// Type library items
//

struct __declspec(uuid("d3acd3f4-b659-4128-9ca7-ab5fe7a5b2e9"))
CSimplePgp;
    // [ default ] interface ISimplePgp

struct __declspec(uuid("5ae26493-1190-4d2d-9897-a3b2000a80b8"))
ISimplePgp : IDispatch
{
    //
    // Wrapper methods for error-handling
    //

    VARIANT_BOOL TestNish (
        _bstr_t MyName );

    //
    // Raw methods provided by interface
    //

      virtual HRESULT __stdcall raw_TestNish (
        /*[in]*/ BSTR MyName,
        /*[out,retval]*/ VARIANT_BOOL * RetVal ) = 0;
};

//
// Wrapper method implementations
//

#include "d:\projects\testcomclient\debug\TestCom.tli"

#pragma pack(pop)



Regards,
Nish
Native CPian.
Born and brought up on CP.
With the CP blood in him.

GeneralI can't figure out why the caret disappears Pin
3-Jun-02 23:01
suss3-Jun-02 23:01 
GeneralRe: I can't figure out why the caret disappears Pin
Hans Ruck3-Jun-02 23:06
Hans Ruck3-Jun-02 23:06 
GeneralRe: I can't figure out why the caret disappears Pin
3-Jun-02 23:20
suss3-Jun-02 23:20 
GeneralRe: I can't figure out why the caret disappears Pin
Paul M Watt4-Jun-02 5:40
mentorPaul M Watt4-Jun-02 5:40 
GeneralPostThreadMessage failing Pin
Hans Ruck3-Jun-02 22:41
Hans Ruck3-Jun-02 22:41 
GeneralRe: PostThreadMessage failing Pin
Joaquín M López Muñoz3-Jun-02 23:26
Joaquín M López Muñoz3-Jun-02 23:26 
GeneralSpecial Dialog screen to be programmed ... Pin
Qadddd3-Jun-02 22:32
Qadddd3-Jun-02 22:32 
GeneralCustomize mouse cursor Pin
Rage3-Jun-02 21:35
professionalRage3-Jun-02 21:35 
GeneralRe: Customize mouse cursor Pin
Nish Nishant3-Jun-02 21:56
sitebuilderNish Nishant3-Jun-02 21:56 
GeneralRe: Customize mouse cursor Pin
Rage3-Jun-02 22:18
professionalRage3-Jun-02 22:18 
GeneralRe: Customize mouse cursor Pin
Eugene Pustovoyt3-Jun-02 22:14
Eugene Pustovoyt3-Jun-02 22:14 
GeneralAbout P10 File! Pin
wabc3-Jun-02 21:40
wabc3-Jun-02 21:40 
GeneralRe: About P10 File! Pin
Mike Nordell3-Jun-02 22:28
Mike Nordell3-Jun-02 22:28 
GeneralRe: About P10 File! Pin
wabc3-Jun-02 23:36
wabc3-Jun-02 23:36 
Questioncommercial mp3 encoding libraries? Pin
bryce3-Jun-02 21:34
bryce3-Jun-02 21:34 
AnswerRe: commercial mp3 encoding libraries? Pin
Mike Nordell3-Jun-02 22:30
Mike Nordell3-Jun-02 22:30 
GeneralWatermark Pin
3-Jun-02 20:37
suss3-Jun-02 20:37 

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.