Click here to Skip to main content
15,902,845 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Convert CString to const char * in embedded VC++ Pin
houari_id20-Jun-06 3:20
houari_id20-Jun-06 3:20 
GeneralRe: Convert CString to const char * in embedded VC++ Pin
Milton Karimbekallil20-Jun-06 3:26
Milton Karimbekallil20-Jun-06 3:26 
GeneralRe: Convert CString to const char * in embedded VC++ Pin
Viorel.20-Jun-06 3:29
Viorel.20-Jun-06 3:29 
General[Solution!] Re: Convert CString to const char * in embedded VC++ Pin
houari_id20-Jun-06 3:33
houari_id20-Jun-06 3:33 
GeneralRe: Convert CString to const char * in embedded VC++ Pin
David Crow20-Jun-06 3:36
David Crow20-Jun-06 3:36 
AnswerRe: Convert CString to const char * in embedded VC++ Pin
Michael Dunn20-Jun-06 9:19
sitebuilderMichael Dunn20-Jun-06 9:19 
Questionimport Pin
ROWALI20-Jun-06 2:12
ROWALI20-Jun-06 2:12 
AnswerRe: import Pin
Stephen Hewitt20-Jun-06 2:20
Stephen Hewitt20-Jun-06 2:20 
Any thread that uses COM will have to call CoInitialize or CoInitializeEx to initialize COM on that thread and tell the COM runtime which apartment the thread belongs to. CoCreateInstance is the most common API for object creation. #import is used to get the compiler to generate C++ wrapper classes for COM interfaces from type libraries.

Steve
AnswerRe: import [modified] Pin
_AnsHUMAN_ 20-Jun-06 2:24
_AnsHUMAN_ 20-Jun-06 2:24 
GeneralRe: import Pin
Stephen Hewitt20-Jun-06 2:29
Stephen Hewitt20-Jun-06 2:29 
AnswerRe: import Pin
Milton Karimbekallil20-Jun-06 2:51
Milton Karimbekallil20-Jun-06 2:51 
GeneralRe: import Pin
Anilkumar K V20-Jun-06 3:04
Anilkumar K V20-Jun-06 3:04 
GeneralRe: import Pin
Milton Karimbekallil20-Jun-06 3:21
Milton Karimbekallil20-Jun-06 3:21 
QuestionRe: regarding domodal() Pin
Hamid_RT20-Jun-06 1:56
Hamid_RT20-Jun-06 1:56 
AnswerRe: regarding domodal() Pin
happy_ram20-Jun-06 2:30
happy_ram20-Jun-06 2:30 
GeneralRe: regarding domodal() Pin
Maximilien20-Jun-06 2:39
Maximilien20-Jun-06 2:39 
GeneralRe: regarding domodal() Pin
happy_ram20-Jun-06 2:41
happy_ram20-Jun-06 2:41 
GeneralRe: regarding domodal() Pin
Hamid_RT20-Jun-06 2:55
Hamid_RT20-Jun-06 2:55 
GeneralRe: regarding domodal() Pin
Viorel.20-Jun-06 2:41
Viorel.20-Jun-06 2:41 
QuestionWizard SideBar Images Pin
flippydeflippydebop20-Jun-06 1:26
flippydeflippydebop20-Jun-06 1:26 
Questioninteger value Pin
amit.code20-Jun-06 1:22
amit.code20-Jun-06 1:22 
AnswerRe: integer value Pin
_AnsHUMAN_ 20-Jun-06 1:31
_AnsHUMAN_ 20-Jun-06 1:31 
GeneralRe: integer value Pin
amit.code20-Jun-06 1:53
amit.code20-Jun-06 1:53 
AnswerRe: integer value Pin
Hamid_RT20-Jun-06 1:39
Hamid_RT20-Jun-06 1:39 
GeneralRe: integer value Pin
amit.code20-Jun-06 1:54
amit.code20-Jun-06 1:54 

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.