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

Search:

Type: Posts; User: Danja

Search: Search took 0.06 seconds.

  1. Re: Debugging a C# program that launches a Cygwin application

    I don't need to debug it though; I already know that it works. All I want is for it to run as normal when I call it from my code. Is this not possible as well?
  2. Debugging a C# program that launches a Cygwin application

    Dear all,

    I have a program whose output depends on launching tleap, a non-Windows program that I have compiled for/with Cygwin. The relevant code is as follows:



    using System;
    using...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured