Click here to Skip to main content
15,915,093 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: progid Pin
George_George4-Sep-08 21:12
George_George4-Sep-08 21:12 
GeneralRe: progid Pin
User 2155974-Sep-08 21:28
User 2155974-Sep-08 21:28 
GeneralRe: progid Pin
George_George4-Sep-08 21:33
George_George4-Sep-08 21:33 
GeneralRe: progid Pin
User 2155974-Sep-08 23:11
User 2155974-Sep-08 23:11 
GeneralRe: progid Pin
George_George4-Sep-08 23:26
George_George4-Sep-08 23:26 
GeneralRe: progid Pin
User 2155974-Sep-08 23:44
User 2155974-Sep-08 23:44 
GeneralRe: progid Pin
George_George4-Sep-08 23:55
George_George4-Sep-08 23:55 
GeneralRe: progid [modified] Pin
User 2155975-Sep-08 0:03
User 2155975-Sep-08 0:03 
When you author a COM Server for providing some service, your job is also to ensure that it can be easily consumed. For this, we provide TLB, interface headers etc. You must at least publish either CLSID or ProgId as part of your public header files or documentation. For example - if your component would be consumed by Scripting languages as well as C++ clients then you may publish ProgId (VBScript would use this) and CLSID(C++ client would use this, although using ProgId they can query CLSIDs). On the other hand, if you expect only C++ clients to consume your component service then providing CLSIDs only should suffice.
As mentioned in MSDN documentation - "You can use a ProgID in programming situations where it is not possible to use a CLSID. "

Let me know if this solves your query Smile | :)

PS: By "You", I mean the author of component.


Sohail

modified on Friday, September 5, 2008 6:20 AM


modified 21-Apr-21 21:01pm.

GeneralRe: progid Pin
George_George5-Sep-08 0:50
George_George5-Sep-08 0:50 
GeneralRe: progid Pin
User 2155975-Sep-08 0:55
User 2155975-Sep-08 0:55 
GeneralRe: progid Pin
George_George5-Sep-08 1:06
George_George5-Sep-08 1:06 
GeneralRe: progid Pin
User 2155975-Sep-08 1:24
User 2155975-Sep-08 1:24 
GeneralRe: progid Pin
George_George5-Sep-08 1:43
George_George5-Sep-08 1:43 
Questionproblem in reading data from com port Pin
manju23reddy4-Sep-08 20:22
manju23reddy4-Sep-08 20:22 
QuestionRe: problem in reading data from com port Pin
Roger Stoltz4-Sep-08 22:19
Roger Stoltz4-Sep-08 22:19 
AnswerRe: problem in reading data from com port Pin
manju23reddy5-Sep-08 8:05
manju23reddy5-Sep-08 8:05 
AnswerRe: problem in reading data from com port Pin
Roger Stoltz7-Sep-08 22:43
Roger Stoltz7-Sep-08 22:43 
Questionstring trim and toupper/tolower Pin
George_George4-Sep-08 19:47
George_George4-Sep-08 19:47 
AnswerRe: string trim and toupper/tolower Pin
Nibu babu thomas4-Sep-08 19:59
Nibu babu thomas4-Sep-08 19:59 
GeneralRe: string trim and toupper/tolower Pin
George_George4-Sep-08 20:04
George_George4-Sep-08 20:04 
GeneralRe: string trim and toupper/tolower Pin
Nibu babu thomas4-Sep-08 21:03
Nibu babu thomas4-Sep-08 21:03 
GeneralRe: string trim and toupper/tolower Pin
George_George4-Sep-08 21:40
George_George4-Sep-08 21:40 
GeneralRe: string trim and toupper/tolower Pin
Nibu babu thomas4-Sep-08 21:48
Nibu babu thomas4-Sep-08 21:48 
GeneralRe: string trim and toupper/tolower Pin
George_George4-Sep-08 21:58
George_George4-Sep-08 21:58 
GeneralRe: string trim and toupper/tolower Pin
Nibu babu thomas4-Sep-08 22:19
Nibu babu thomas4-Sep-08 22:19 

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.