Search Results

Search found 3 results on 1 pages for 'user80003'.

Page 1/1 | 1 

  • Iterate over IP addresses

    - by user80003
    Let's say I have two IP addresses (in .NET, the System.Net.IPAddress class). How can I iterate over all the IP addresses between two given addresses? For example, let one address be 192.168.1.1 and the other 192.168.2.3. I want to somehow iterate over all the addresses in between and print them to the console. Thank you.

    Read the article

  • Creating AVI files in OpenCV

    - by user80003
    Hello. I have been trying to create an application using OpenCV and Visual Studio 2008, to capture images from a webcam, apply a filter to them, and then write them to an AVI file. Everything works, except creating the AVI file. The problem is that it works on my computer, but it doesn't work on my colleague's computer. The reason for that (I think) is that he does not have the necessary video encoders for OpenCV to use. The cvCreateVideoWriter function does not return NULL, but I end up with a 0kb file on the disk.

    Read the article

  • delphi remove . and .. from path

    - by user80003
    Hello everyone. How can I remove the . and .. from a path in Delphi (not using .NET). I need a function, so I can pass it something like 'c:\program files..\program files...', and I want the function to return to me 'c:\'. Can Delphi do that on its own? Or do I need to do it myself?

    Read the article

1