Re: Starting .exe "single threaded"
From: John Harrison (john_andronicus_at_hotmail.com)
Date: 10/03/04
- Next message: Szymon: "How to monit internet connections??"
- Previous message: Mike Tyka: "Re: STL string inheritance"
- In reply to: Martin Ink: "Starting .exe "single threaded""
- Next in thread: Snyke: "Re: Starting .exe "single threaded""
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sun, 3 Oct 2004 14:22:36 +0100
"Martin Ink" <martin@dkonsult.se> wrote in message
news:3b39b1ab.0410030418.3205e61d@posting.google.com...
>I have a program linked to an .exe and this program is started from an
> other program.
> I would like to control the execution of the program so that the
> program only runs 'single threaded'. I don't want simultaneously
> session of my program to be run.
> My program must be an .exe.
> Is there a way to control this in a simple way ??
>
> Rgds
There is no support in standard C++ for threading or restricting execution
to a single instance (which is what I think you really mean by single
threaded). Try a windows programming group like
news:comp.os.ms-windows.programmer.win32 instead, you are off topic here.
john
- Next message: Szymon: "How to monit internet connections??"
- Previous message: Mike Tyka: "Re: STL string inheritance"
- In reply to: Martin Ink: "Starting .exe "single threaded""
- Next in thread: Snyke: "Re: Starting .exe "single threaded""
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|