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

Managed C++/CLI

 
QuestionHow do I prevent program preemption Pin
EnkelIk5-Sep-03 3:28
EnkelIk5-Sep-03 3:28 
AnswerRe: How do I prevent program preemption Pin
RHamilton5-Sep-03 15:42
RHamilton5-Sep-03 15:42 
GeneralRe: How do I prevent program preemption Pin
EnkelIk9-Sep-03 4:29
EnkelIk9-Sep-03 4:29 
Thanks.

It seems like the application is never allowed to start once the logout process has started on XP (which was apparently not the case under NT4). So I guess I have to make an app that starts att login and runs the whole time the user is logged on and finally does the work it is intended to just before it is shut down. Of course the app can not be allowed to take any cpu while waiting to be shut down.

Do anyone have a better idéa or can you recommend any articles or similar on the subject? How do I best implement the application? I haven't really implemented any event controlled applications in C++ before (appart from forms and console applications, but I can't have a form or console open and visible in this case).

Thanks
/EnkelIk
GeneralWrapping a COM interface containing VARIANTs - help urgently required Pin
Mike Stoker4-Sep-03 6:41
Mike Stoker4-Sep-03 6:41 
GeneralPorting CWnd MFC class to ManagedC++ Pin
Katamneni3-Sep-03 7:19
Katamneni3-Sep-03 7:19 
Generalc++ wrapper and inherance Pin
Jonathan de Halleux2-Sep-03 23:49
Jonathan de Halleux2-Sep-03 23:49 
GeneralRe: c++ wrapper and inherance Pin
Nemanja Trifunovic3-Sep-03 7:25
Nemanja Trifunovic3-Sep-03 7:25 
GeneralRe: c++ wrapper and inherance Pin
leppie3-Sep-03 7:33
leppie3-Sep-03 7:33 
GeneralUsing a form created in C# in a MC++ app Pin
monrobot1331-Aug-03 13:57
monrobot1331-Aug-03 13:57 
GeneralRe: Using a form created in C# in a MC++ app Pin
J. Dunlap31-Aug-03 19:43
J. Dunlap31-Aug-03 19:43 
GeneralRe: Using a form created in C# in a MC++ app Pin
monrobot131-Sep-03 9:29
monrobot131-Sep-03 9:29 
GeneralRe: Using a form created in C# in a MC++ app Pin
J. Dunlap1-Sep-03 9:45
J. Dunlap1-Sep-03 9:45 
GeneralRe: Using a form created in C# in a MC++ app Pin
monrobot131-Sep-03 18:10
monrobot131-Sep-03 18:10 
GeneralRe: Using a form created in C# in a MC++ app Pin
RHamilton5-Sep-03 15:51
RHamilton5-Sep-03 15:51 
GeneralRe: Using a form created in C# in a MC++ app Pin
Ben Ashley7-Sep-03 0:17
Ben Ashley7-Sep-03 0:17 
GeneralRe: Using a form created in C# in a MC++ app Pin
monrobot139-Sep-03 18:20
monrobot139-Sep-03 18:20 
Question.Net 2003 Setting Design Time Properties for Custom Controls? Pin
Gomac31-Aug-03 9:14
Gomac31-Aug-03 9:14 
QuestionWhich takes more CPU cycles? Pin
devvvy31-Aug-03 5:21
devvvy31-Aug-03 5:21 
AnswerRe: Which takes more CPU cycles? Pin
leppie31-Aug-03 7:29
leppie31-Aug-03 7:29 
AnswerRe: Which takes more CPU cycles?(EDITED) Pin
John M. Drescher8-Sep-03 6:09
John M. Drescher8-Sep-03 6:09 
AnswerRe: Which takes more CPU cycles? Pin
Gary R. Wheeler20-Sep-03 5:11
Gary R. Wheeler20-Sep-03 5:11 
GeneralDestructors in MC++ Pin
Jeremy Osner29-Aug-03 10:03
Jeremy Osner29-Aug-03 10:03 
GeneralRe: Destructors in MC++ Pin
Tom Archer29-Aug-03 13:14
Tom Archer29-Aug-03 13:14 
GeneralRe: Destructors in MC++ Pin
Nemanja Trifunovic30-Aug-03 9:13
Nemanja Trifunovic30-Aug-03 9:13 
GeneralRe: Destructors in MC++ Pin
Tom Archer1-Sep-03 3:39
Tom Archer1-Sep-03 3:39 

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.