CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: CJ120

Search: Search took 0.03 seconds.

  1. Replies
    3
    Views
    1,258

    Re: How to declare global variable in VC++

    It seems ur objects are not linked with other files.

    For global objects u can make extern declarations in one file and u can define and use in other file.
  2. Replies
    3
    Views
    684

    Re: Instance of Process

    Thanks Sanjay.

    That works. Previously I haven't concentrated on the mutex attributes, which are not requirred in the shared memory chaecking. So i feel shared memory is better, will reduce code to...
  3. Replies
    3
    Views
    684

    Instance of Process

    Hi,
    I tried to have only single instance of the Win32 application, under WinNT and VC++ 6.0. Program is not GUI based and only have WinMain function to parse command arguements.

    I tried with...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured