Click here to Skip to main content
15,914,391 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: C2065 Compiler error. Pin
Christian Graus10-May-04 12:32
protectorChristian Graus10-May-04 12:32 
GeneralRe: C2065 Compiler error. Pin
Ionut L.10-May-04 20:32
Ionut L.10-May-04 20:32 
GeneralRe: C2065 Compiler error. Pin
Robert A. T. Káldy10-May-04 22:46
Robert A. T. Káldy10-May-04 22:46 
GeneralError when closing application Pin
Krugger40410-May-04 11:04
Krugger40410-May-04 11:04 
GeneralRe: Error when closing application Pin
Blake Miller10-May-04 11:26
Blake Miller10-May-04 11:26 
GeneralRe: Error when closing application Pin
Mil1010-May-04 19:47
suss Mil1010-May-04 19:47 
GeneralRe: Error when closing application Pin
10-May-04 19:46
suss10-May-04 19:46 
GeneralControll Access Pin
Grahamfff10-May-04 9:32
Grahamfff10-May-04 9:32 
I have a Batch file which run C-scripting commands. The firsy thing i does is to load a DLL dynamically.
This sets up a shared area for passing of data between this scripting function calss and a User Interface program (MFC C++).

The GUI program creates a Mutux for controlled access, this is stored in the shared area.

I have a problem, I can use the Mutux OK in the GUI application (WaitForSingleObject, ReleaseMutux etc. But in the DLL I wait forever for the Mutux, well 250 msec. The GUI is running with a timer ever 200 msec.

Are they a better way to have controlled access between the DLL and the GUI. Note the C-Script is calling functions in the DLL. Also the timer is causing some data not to be processed as already changed before Timer scheduled rouines to run.

grahamfff
GeneralRe: Controll Access Pin
Anthony_Yio10-May-04 16:32
Anthony_Yio10-May-04 16:32 
GeneralC++ plugin Pin
pcpc10-May-04 8:49
pcpc10-May-04 8:49 
GeneralRe: C++ plugin Pin
toxcct10-May-04 9:45
toxcct10-May-04 9:45 
GeneralRe: C++ plugin Pin
Anthony_Yio10-May-04 16:21
Anthony_Yio10-May-04 16:21 
GeneralNeed help understanding crash (using WinDbg) Pin
IGx8910-May-04 8:07
IGx8910-May-04 8:07 
GeneralRe: Need help understanding crash (using WinDbg) Pin
Miguel Lopes10-May-04 8:19
Miguel Lopes10-May-04 8:19 
GeneralRe: Need help understanding crash (using WinDbg) Pin
Mike Dimmick10-May-04 10:08
Mike Dimmick10-May-04 10:08 
GeneralRe: Need help understanding crash (using WinDbg) Pin
IGx8910-May-04 14:08
IGx8910-May-04 14:08 
GeneralRe: Need help understanding crash (using WinDbg) Pin
Mike Dimmick11-May-04 8:30
Mike Dimmick11-May-04 8:30 
GeneralRe: Need help understanding crash (using WinDbg) Pin
IGx8911-May-04 14:32
IGx8911-May-04 14:32 
GeneralRe: Need help understanding crash (using WinDbg) Pin
22491710-May-04 19:24
22491710-May-04 19:24 
GeneralRemote desktop Pin
Miguel Lopes10-May-04 7:30
Miguel Lopes10-May-04 7:30 
GeneralRe: Remote desktop Pin
Miguel Lopes10-May-04 7:45
Miguel Lopes10-May-04 7:45 
GeneralRe: Remote desktop Pin
Miguel Lopes10-May-04 8:11
Miguel Lopes10-May-04 8:11 
GeneralRe: Remote desktop Pin
Mike Dimmick10-May-04 10:11
Mike Dimmick10-May-04 10:11 
GeneralRe: Remote desktop Pin
Navin10-May-04 11:34
Navin10-May-04 11:34 
GeneralRe: Remote desktop Pin
Miguel Lopes10-May-04 11:40
Miguel Lopes10-May-04 11:40 

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.