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

Search:

Type: Posts; User: Danja

Search: Search took 0.01 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...
  3. Replies
    3
    Views
    1,519

    Re: Referencing dll from another program

    I believe they are native dlls. I'm completely new to using dlls in C#; I was successfully able to integrate a .NET assembly and call its function just by adding a reference to the dll in solution...
  4. Replies
    3
    Views
    1,519

    Referencing dll from another program

    Hello,

    I'm trying to reference a dll created by another program. I don't think I can distribute the dll(s) with my program, so I need to be able to find them in their native directories. I have...
  5. Re: Code works in one case, but not in a similar case (registry editing). Help?

    Thank you! That was the problem. I opened the Software subkey as write and it worked. Thank you very much for your help!
  6. Re: Code works in one case, but not in a similar case (registry editing). Help?

    Thank you for your reply. I'm fairly certain that the key exists because the function above is actually called the the following lines:



    if...
  7. Code works in one case, but not in a similar case (registry editing). Help?

    I'm trying to simply copy a registry key using the pre-built code here: http://www.codeproject.com/Articles/16343/Copy-and-Rename-Registry-Keys#_rating (note: the actual code is from the forum reply...
  8. Replies
    1
    Views
    753

    Coordinate Sorting Algorithm

    I have a list of latitude and longitude coordinates which are supposed to trace the outline of a city. Somehow they got scrambled so that they are now out of order. I'd like to write a program to...
Results 1 to 8 of 8





Click Here to Expand Forum to Full Width

Featured