Click here to Skip to main content
15,917,565 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
AnswerRe: import [modified] Pin
_AnsHUMAN_ 20-Jun-06 2:24
_AnsHUMAN_ 20-Jun-06 2:24 
CoInitialize() Initializes the COM library on the current thread and identifies the concurrency model as single-thread apartment (STA). Applications must initialize the COM library before they can call COM library functions other than CoGetMalloc and memory allocation functions. (This is from the docs)
Now you can instantiate your component using CoCreateInstance()

You can also invoke the methods of the Component using LoadLibrary() etc



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


-- modified at 8:33 Tuesday 20th June, 2006
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 
Questionhow to print a double to standard output Pin
Desmo1620-Jun-06 0:52
Desmo1620-Jun-06 0:52 

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.