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

Managed C++/CLI

 
AnswerRe: Error 1 error C2664 : 'cannot convert parameter 1 from 'gcroot' to 'System::IO::Stream ^%' Pin
Nish Nishant29-Jun-10 2:48
sitebuilderNish Nishant29-Jun-10 2:48 
GeneralRe: Error 1 error C2664 : 'cannot convert parameter 1 from 'gcroot' to 'System::IO::Stream ^%' Pin
KASR129-Jun-10 2:51
KASR129-Jun-10 2:51 
AnswerRe: Error 1 error C2664 : 'cannot convert parameter 1 from 'gcroot' to 'System::IO::Stream ^%' Pin
Nish Nishant29-Jun-10 3:16
sitebuilderNish Nishant29-Jun-10 3:16 
GeneralRe: Error 1 error C2664 : 'cannot convert parameter 1 from 'gcroot' to 'System::IO::Stream ^%' Pin
KASR129-Jun-10 3:18
KASR129-Jun-10 3:18 
QuestionCustom combo Box[modified] Pin
AbhiHcl23-Jun-10 19:28
AbhiHcl23-Jun-10 19:28 
AnswerRe: Custom combo Bo [modified] Pin
Andreoli Carlo24-Jun-10 22:32
professionalAndreoli Carlo24-Jun-10 22:32 
QuestionHow to stop a simulation while running Pin
KlaasVersteeg21-Jun-10 22:27
KlaasVersteeg21-Jun-10 22:27 
AnswerRe: How to stop a simulation while running Pin
Luc Pattyn22-Jun-10 1:21
sitebuilderLuc Pattyn22-Jun-10 1:21 
you should not run your simulation on the main thread, as it blocks the GUI and prevents all interactions (an event handler should last no more than 20 milliseconds).

You need another thread to perform long-wielding calculations; a BackgroundWorker may be handy as you likely want your GUI to be updated while progress is made and new results become available. Look for an example in MSDN.

Smile | :)
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles] Nil Volentibus Arduum
Please use < PRE > tags for code snippets, it preserves indentation, and improves readability.


GeneralRe: How to stop a simulation while running Pin
KlaasVersteeg22-Jun-10 5:31
KlaasVersteeg22-Jun-10 5:31 
GeneralRe: How to stop a simulation while running Pin
Luc Pattyn22-Jun-10 6:07
sitebuilderLuc Pattyn22-Jun-10 6:07 
GeneralRe: How to stop a simulation while running Pin
KlaasVersteeg22-Jun-10 20:38
KlaasVersteeg22-Jun-10 20:38 
AnswerRe: How to stop a simulation while running Pin
Luc Pattyn23-Jun-10 2:22
sitebuilderLuc Pattyn23-Jun-10 2:22 
GeneralRe: How to stop a simulation while running Pin
KlaasVersteeg23-Jun-10 2:42
KlaasVersteeg23-Jun-10 2:42 
AnswerRe: How to stop a simulation while running Pin
Luc Pattyn23-Jun-10 3:14
sitebuilderLuc Pattyn23-Jun-10 3:14 
GeneralRe: How to stop a simulation while running [modified] Pin
KlaasVersteeg23-Jun-10 21:08
KlaasVersteeg23-Jun-10 21:08 
GeneralRe: How to stop a simulation while running Pin
Luc Pattyn24-Jun-10 2:48
sitebuilderLuc Pattyn24-Jun-10 2:48 
GeneralRe: How to stop a simulation while running Pin
KlaasVersteeg24-Jun-10 3:04
KlaasVersteeg24-Jun-10 3:04 
GeneralRe: How to stop a simulation while running Pin
Luc Pattyn24-Jun-10 3:38
sitebuilderLuc Pattyn24-Jun-10 3:38 
GeneralRe: How to stop a simulation while running Pin
KlaasVersteeg24-Jun-10 3:49
KlaasVersteeg24-Jun-10 3:49 
Questionproblem with BOOST threads with mixed mode C++/CLI and Visual Studio 2010 [modified] Pin
T210221-Jun-10 18:38
T210221-Jun-10 18:38 
AnswerRe: problem with BOOST threads with mixed mode C++/CLI and Visual Studio 2010 Pin
Paul Michalik20-Aug-10 23:14
Paul Michalik20-Aug-10 23:14 
GeneralRe: problem with BOOST threads with mixed mode C++/CLI and Visual Studio 2010 Pin
T210220-Aug-10 23:22
T210220-Aug-10 23:22 
GeneralRe: problem with BOOST threads with mixed mode C++/CLI and Visual Studio 2010 [modified] Pin
Paul Michalik21-Aug-10 23:40
Paul Michalik21-Aug-10 23:40 
GeneralRe: problem with BOOST threads with mixed mode C++/CLI and Visual Studio 2010 Pin
T210222-Aug-10 1:27
T210222-Aug-10 1:27 
GeneralRe: problem with BOOST threads with mixed mode C++/CLI and Visual Studio 2010 Pin
Paul Michalik22-Aug-10 21:46
Paul Michalik22-Aug-10 21:46 

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.