Click here to Skip to main content
15,905,781 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How can Extract String ? Pin
_AnsHUMAN_ 5-Sep-08 2:57
_AnsHUMAN_ 5-Sep-08 2:57 
GeneralRe: How can Extract String ? Pin
toxcct5-Sep-08 3:07
toxcct5-Sep-08 3:07 
GeneralRe: How can Extract String ? Pin
_AnsHUMAN_ 5-Sep-08 3:20
_AnsHUMAN_ 5-Sep-08 3:20 
GeneralRe: How can Extract String ? Pin
toxcct5-Sep-08 3:37
toxcct5-Sep-08 3:37 
AnswerRe: How can Extract String ? Pin
Michael Dunn5-Sep-08 8:24
sitebuilderMichael Dunn5-Sep-08 8:24 
GeneralRe: How can Extract String ? Pin
Jerry Jeremiah7-Sep-08 11:21
Jerry Jeremiah7-Sep-08 11:21 
Questionuuid operator Pin
George_George5-Sep-08 2:15
George_George5-Sep-08 2:15 
AnswerRe: uuid operator Pin
_AnsHUMAN_ 5-Sep-08 2:56
_AnsHUMAN_ 5-Sep-08 2:56 
Every COM object needs to be identified uniquely on a machine. For this the compiler generates a UUID (Universally Unique Identier) to distinguish one interface from another.
For eg: how would the system identify the uniqueness of IUnknown. For this it binds a structure having the GUID with IUnknown
[
  uuid(ba209999-0c6c-11d2-97cf-00c04f8eea45),
  version(1.0)
]
interface INTERFACENAME
{

}

so if you have an interface call IMyIUnknown replace IMyIUnknown with INTERFACENAME and now this interface has a attached UUID with it so that it can be uniquely identified.
Hope I helped...

Somethings seem HARD to do, until we know how to do them.
Wink | ;-) _AnShUmAn_

GeneralRe: uuid operator Pin
George_George7-Sep-08 17:23
George_George7-Sep-08 17:23 
AnswerRe: uuid operator Pin
cmk5-Sep-08 3:54
cmk5-Sep-08 3:54 
GeneralRe: uuid operator Pin
George_George7-Sep-08 17:20
George_George7-Sep-08 17:20 
QuestionA C++ Question Pin
False Chicken5-Sep-08 2:13
False Chicken5-Sep-08 2:13 
AnswerRe: A C++ Question Pin
Nibu babu thomas5-Sep-08 2:15
Nibu babu thomas5-Sep-08 2:15 
AnswerRe: A C++ Question Pin
toxcct5-Sep-08 3:10
toxcct5-Sep-08 3:10 
QuestionApplication crashes on calling settimer from a thread function Pin
manoharbalu5-Sep-08 2:05
manoharbalu5-Sep-08 2:05 
AnswerRe: Application crashes on calling settimer from a thread function Pin
Roger Stoltz5-Sep-08 2:57
Roger Stoltz5-Sep-08 2:57 
AnswerRe: Application crashes on calling settimer from a thread function Pin
vikas amin5-Sep-08 6:41
vikas amin5-Sep-08 6:41 
Questiondebugging multi threading application Pin
VCProgrammer5-Sep-08 1:39
VCProgrammer5-Sep-08 1:39 
AnswerRe: debugging multi threading application Pin
Sarath C5-Sep-08 1:59
Sarath C5-Sep-08 1:59 
AnswerRe: debugging multi threading application Pin
vikas amin5-Sep-08 6:31
vikas amin5-Sep-08 6:31 
AnswerRe: debugging multi threading application Pin
vikas amin5-Sep-08 6:48
vikas amin5-Sep-08 6:48 
QuestionApplication failed to initialize properly. [modified] Pin
T.RATHA KRISHNAN5-Sep-08 1:02
T.RATHA KRISHNAN5-Sep-08 1:02 
AnswerRe: Application failed to initialize properly. Pin
toxcct5-Sep-08 3:14
toxcct5-Sep-08 3:14 
AnswerRe: Application failed to initialize properly. Pin
vikas amin5-Sep-08 6:29
vikas amin5-Sep-08 6:29 
Questionsetup package using Inno Setup Pin
AnithaSubramani4-Sep-08 23:44
AnithaSubramani4-Sep-08 23:44 

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.