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

Search:

Type: Posts; User: nebloof

Search: Search took 0.07 seconds.

  1. Re: Need Help With Cluster Manager API function: OpenClusterResource

    So this is the solution I found that didn't involve crazy blocks of code.
    All I had to do was use _T to pass in the string I wanted.

    hResource=OpenClusterResource((HCLUSTER) hCluster, _T("My...
  2. Need Help With Cluster Manager API function: OpenClusterResource

    I'm trying to write a C++ to help manage services in Failover Cluster Manager.

    The code below works, but I don't want to use wcin.getline to assign a string to lpszResourceName.

    How can I...
  3. Re: DHCP Discovery Program - Need Help With DHCP Options

    Ok, so I figured it out and updating this thread in case, if for some bizarre reason >_<, people like me are trying to build a custom DHCP discover packet.

    So in DHCP Options, it goes: DHCP Code...
  4. DHCP Discovery Program - Need Help With Boot Options

    So I wrote this program in C# using sharppcap with the purpose of sending out a custom DHCP discovery packet. The program works. What I need help with is understanding DHCP Options if anyone has...
  5. Re: Cannot find Configuration Properties - Visual Studio 2008

    Ok, this helps everything. Reading through other forums about the configuration properties, I was led to believe that it was the same for ALL of the languages and not just limited to C++.

    Plus I...
  6. Cannot find Configuration Properties - Visual Studio 2008

    Quick background: wrote a packet sniffer program using libpcap in Linux; very simple to do. Thought it'd be fun to port this to Windows (WRONG), and I can't even set the retarded environment to work...
Results 1 to 6 of 6





Click Here to Expand Forum to Full Width

Featured