Click here to Skip to main content
15,892,674 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to send data between PC usb port to a WinCE usb port? Pin
Priya_Sundar11-Sep-08 0:27
Priya_Sundar11-Sep-08 0:27 
GeneralRe: How to send data between PC usb port to a WinCE usb port? Pin
Cedric Moonen11-Sep-08 0:48
Cedric Moonen11-Sep-08 0:48 
Questionhow to create .MSG files and .EML files using vc++ Pin
ravimalikmca10-Sep-08 20:02
ravimalikmca10-Sep-08 20:02 
Question#import type library Pin
George_George10-Sep-08 19:42
George_George10-Sep-08 19:42 
AnswerRe: #import type library Pin
SandipG 10-Sep-08 20:47
SandipG 10-Sep-08 20:47 
GeneralRe: #import type library Pin
George_George10-Sep-08 20:52
George_George10-Sep-08 20:52 
GeneralRe: #import type library Pin
SandipG 10-Sep-08 21:47
SandipG 10-Sep-08 21:47 
GeneralRe: #import type library Pin
George_George10-Sep-08 21:54
George_George10-Sep-08 21:54 
Thanks Sandip,


Here is what the tlh file looks like. Now with my posted TLH and TLI files, do you have any ideas why there is no tli file generated?

#pragma once
#pragma pack(push, 8)

#include <comdef.h>

namespace TestATL1Lib {

//
// Forward references and typedefs
//

struct __declspec(uuid("1f97c59f-609d-4f86-ba31-db9fd88bbbd4"))
/* LIBID */ __TestATL1Lib;
struct /* coclass */ bbbb;
struct __declspec(uuid("2bd6b985-3287-492f-a781-decdd03ca0d0"))
/* dual interface */ Ibbbb;
struct /* coclass */ cccc;
struct __declspec(uuid("1a3a642c-50c0-4c30-9807-3bf4727a1157"))
/* dual interface */ Icccc;

//
// Smart pointer typedef declarations
//

_COM_SMARTPTR_TYPEDEF(Ibbbb, __uuidof(Ibbbb));
_COM_SMARTPTR_TYPEDEF(Icccc, __uuidof(Icccc));

//
// Type library items
//

struct __declspec(uuid("9b0304a2-a49a-4a3b-8d40-a05c4d7c009b"))
bbbb;
    // [ default ] interface Ibbbb

struct __declspec(uuid("2bd6b985-3287-492f-a781-decdd03ca0d0"))
Ibbbb : IDispatch
{};

struct __declspec(uuid("f68bfdc9-ebe3-424e-80ef-ed6465087c60"))
cccc;
    // [ default ] interface Icccc

struct __declspec(uuid("1a3a642c-50c0-4c30-9807-3bf4727a1157"))
Icccc : IDispatch
{};

} // namespace TestATL1Lib

#pragma pack(pop)



regards,
George
GeneralRe: #import type library [modified] Pin
SandipG 10-Sep-08 22:04
SandipG 10-Sep-08 22:04 
GeneralRe: #import type library Pin
George_George10-Sep-08 23:33
George_George10-Sep-08 23:33 
Questionhow to retrieve all details on installed products in system Pin
yadhvi10-Sep-08 19:31
yadhvi10-Sep-08 19:31 
AnswerRe: how to retrieve all details on installed products in system Pin
Hamid_RT10-Sep-08 19:43
Hamid_RT10-Sep-08 19:43 
GeneralRe: how to retrieve all details on installed products in system Pin
Rane10-Sep-08 20:26
Rane10-Sep-08 20:26 
Questionlinking error in C code! Pin
ishwarverma10-Sep-08 19:26
ishwarverma10-Sep-08 19:26 
AnswerRe: linking error in C code! Pin
Rane10-Sep-08 19:37
Rane10-Sep-08 19:37 
GeneralRe: linking error in C code! Pin
ishwarverma10-Sep-08 19:40
ishwarverma10-Sep-08 19:40 
GeneralRe: linking error in C code! Pin
Jijo.Raj10-Sep-08 20:13
Jijo.Raj10-Sep-08 20:13 
QuestionGUI with Qt Pin
Sangeetha_J10-Sep-08 19:09
Sangeetha_J10-Sep-08 19:09 
AnswerRe: GUI with Qt Pin
santhoshv8410-Sep-08 19:14
santhoshv8410-Sep-08 19:14 
AnswerRe: GUI with Qt Pin
Rajesh R Subramanian10-Sep-08 19:14
professionalRajesh R Subramanian10-Sep-08 19:14 
AnswerRe: GUI with Qt Pin
Sangeetha_J10-Sep-08 19:48
Sangeetha_J10-Sep-08 19:48 
AnswerRe: GUI with Qt Pin
Iain Clarke, Warrior Programmer10-Sep-08 22:45
Iain Clarke, Warrior Programmer10-Sep-08 22:45 
QuestionWhere does "TranslateMessage()" send it's "translated messages" ? Pin
Joseph Marzbani10-Sep-08 19:06
Joseph Marzbani10-Sep-08 19:06 
AnswerRe: Where does "TranslateMessage()" send it's "translated messages" ? Pin
Rane10-Sep-08 19:22
Rane10-Sep-08 19:22 
AnswerRe: Where does "TranslateMessage()" send it's "translated messages" ? Pin
Naveen10-Sep-08 19:37
Naveen10-Sep-08 19: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.