Click here to Skip to main content
15,914,323 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
AnswerRe: URGENT HELP Pin
hexorandor6-Oct-06 11:16
hexorandor6-Oct-06 11:16 
AnswerRe: URGENT HELP Pin
George L. Jackson6-Oct-06 11:20
George L. Jackson6-Oct-06 11:20 
AnswerRe: URGENT HELP Pin
Christian Graus8-Oct-06 9:04
protectorChristian Graus8-Oct-06 9:04 
QuestionPaste does not work [modified] Pin
Dinka6-Oct-06 6:58
Dinka6-Oct-06 6:58 
QuestionGUIDs Pin
Julian Goldsmith5-Oct-06 8:03
Julian Goldsmith5-Oct-06 8:03 
QuestionRewrite this function pointer Pin
bankai1234-Oct-06 20:57
bankai1234-Oct-06 20:57 
AnswerRe: Rewrite this function pointer Pin
User 5838524-Oct-06 21:26
User 5838524-Oct-06 21:26 
QuestionCOM object that has been separated from the underlying RCW can not be used Pin
lafleon4-Oct-06 14:13
lafleon4-Oct-06 14:13 
Hello,

In my VC++.NET 2003 multithreaded application I need to use some COM server. I can call it from both threads using RCW, but after some period of time I have this error message: “COM object that has been separated from the underlying RCW can not be used” from the main thread. I don’t use Marshal::Release(…) explicitly, it means garbage collector decided to free some memory and destroyed my object. I already tried to increase reference count using Marshal::AddRef(…) and I tried to create additional global instance of this object. Both approaches didn’t work. How to tell Framework not to destroy this object? Please help!

Regards,
Leonid

QuestionOrganization of .cpp and header files. [modified] Pin
bankai1233-Oct-06 13:51
bankai1233-Oct-06 13:51 
AnswerRe: Organization of .cpp and header files. Pin
User 5838523-Oct-06 20:20
User 5838523-Oct-06 20:20 
QuestionChange to /clr option Pin
Epi3-Oct-06 3:27
Epi3-Oct-06 3:27 
AnswerRe: Change to /clr option Pin
Nish Nishant3-Oct-06 4:32
sitebuilderNish Nishant3-Oct-06 4:32 
GeneralRe: Change to /clr option Pin
Epi3-Oct-06 4:38
Epi3-Oct-06 4:38 
GeneralRe: Change to /clr option Pin
Nish Nishant3-Oct-06 4:49
sitebuilderNish Nishant3-Oct-06 4:49 
GeneralRe: Change to /clr option Pin
Epi3-Oct-06 5:11
Epi3-Oct-06 5:11 
GeneralRe: Change to /clr option Pin
Nish Nishant3-Oct-06 5:29
sitebuilderNish Nishant3-Oct-06 5:29 
GeneralRe: Change to /clr option Pin
Epi3-Oct-06 21:55
Epi3-Oct-06 21:55 
GeneralRe: Change to /clr option Pin
Epi4-Oct-06 4:50
Epi4-Oct-06 4:50 
QuestionShow Console + ShowDialog [modified] Pin
bankai1232-Oct-06 16:13
bankai1232-Oct-06 16:13 
AnswerRe: Show Console + ShowDialog [modified] Pin
User 5838522-Oct-06 20:47
User 5838522-Oct-06 20:47 
GeneralRe: Show Console + ShowDialog Pin
bankai1232-Oct-06 21:15
bankai1232-Oct-06 21:15 
GeneralRe: Show Console + ShowDialog Pin
User 5838522-Oct-06 21:18
User 5838522-Oct-06 21:18 
GeneralRe: Show Console + ShowDialog Pin
bankai1233-Oct-06 13:47
bankai1233-Oct-06 13:47 
Questionopengl problem Pin
Arif Liminto1-Oct-06 22:08
professionalArif Liminto1-Oct-06 22:08 
AnswerRe: opengl problem Pin
Christian Graus1-Oct-06 23:49
protectorChristian Graus1-Oct-06 23:49 

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.