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

Search:

Type: Posts; User: Gustav_sf

Search: Search took 0.02 seconds.

  1. Replies
    6
    Views
    2,888

    Re: CreateProcess

    Hi Brad,
    Thanks for the input, but the FAQ suggestion you are referring to never worked - tried a lot of things...
    My app is to be global, so I will just prey for it:-)
    BR's
    Gustav
  2. Replies
    6
    Views
    2,888

    Re: CreateProcess

    Hi All!
    Thank you for all your replies. Meanwhile (as also suggested by some replies) I redesigned my call to the CreateProcess function through multithreading .
    Unfortunately this did not resolve...
  3. Replies
    6
    Views
    2,888

    CreateProcess

    Hello!
    I am making an application that processes multiple files (typically > 500) through a command prompt call. The way I start the command prompt app is by looping using a call to CreateProcess...
  4. Replies
    0
    Views
    675

    Inter Process Data Exchange

    Hello,
    I want my MFC C++ appl. to exchance data (large array content) with a pure C written app.
    I need a 'process to process' approach regarding argument data exchange because of memory conflicts...
  5. Replies
    3
    Views
    850

    Re: File was updated, how to know?

    Super! Thank you for your advice, will start to implement right away.
    /Gustav
  6. Replies
    3
    Views
    850

    File was updated, how to know?

    Hi,
    I have the situation where my VC++ MDI application is presenting the contents of multiple files
    in different windows. If any of the files is updated by an external app my application window...
  7. Re: How do I get a handle to CRUNTIMECLASS initiated classes?

    Hello!
    After further checking up on the problem I managed to get the right solution - I think.
    Having instantiated the CSplitterWnd panes, I can actually get a pointer to their views using...
  8. Re: How do I get a handle to CRUNTIMECLASS initiated classes?

    Hello ADSOFT & VictorN!
    The app is just too massive, so it makes no sense passing it on, but thanks for the offer to review ADSOFT! I am still studying the references you pointed out earlier....
  9. Re: How do I get a handle to CRUNTIMECLASS initiated classes?

    Hello VictorN!
    Thank you for your reply, you are absoluttely right about that the CCurrentFileView class is initiated as part of the creation of the CSplitterWnd, and of course CCurrentFileView can...
  10. How do I get a handle to CRUNTIMECLASS initiated classes?

    Hello!
    I am making an MDI application where each of the CMDIChildWnd windows contain 2 CScrollviews in a CSplitterWnd.

    I have severe problems accessing the individual CScrollviews from the...
Results 1 to 10 of 10





Click Here to Expand Forum to Full Width

Featured