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

Search:

Type: Posts; User: SlackDeb

Search: Search took 0.03 seconds.

  1. How to create a method to replace CAsyncSocket::OnAccept ()?

    I'm doing a migration of MFC CAsyncSocket to Win32 APIs(socket), but I have a problem with the method "CAsyncSocket:: OnAccept ()". How can implement my own method for that function?


    Currently I...
  2. Re: GetPeerNameEx: Alternative Methods for VC++ 6.0

    VC++ 6.0 support ipv6 with SDK installed.
    I have tested and run examples ipv6
    The question is still pending.

    Thanks
  3. GetPeerNameEx: Alternative Methods for VC++ 6.0

    I need alternative to CAsyncSocket::GetPeerNameEx(class Cstring &, unsigned int& ) in Visual C++ 6.0 with SDK installed.
    I am migrating an application from IPv4 to IPv6.

    The code (ipv4) as...
  4. Replies
    2
    Views
    6,745

    How to disable ipv4 in winxp

    I need a little help concerning a Dual-Stack implementation of IPv6 on my Windows XP machine.

    I wish to operate my network as IPv6-Only. How do I go about disabling IPv4 but ensuring that IPv6 is...
  5. how to get in6_addr structure from string containing ipv6 address?

    Hi,
    I have Windows xp and Visual C++ 6.0 with sdk.
    i have ipv6 address as like "fe80::20f:eaff:fe5d:25b0"


    How to get in6_addr structure for the above ip address ?.

    Thanks in Advance

    i...
  6. Re: VC++ 6.0 - Error definition of dllimport and inconsistent dll linkage

    Thanks a lot. Your support helped me a lot.
    Problem solved:thumb:
  7. VC++ 6.0 - Error definition of dllimport and inconsistent dll linkage

    Hello,
    I'm having problems at build my project in Visual C++ 6.0. I'm searching information in Internet, but I don't understand.


    C:\Provir Tesis\Provir Fuentes\Monica -...
  8. error C2065: 'inet_pton' : undeclared identifier

    Hi.
    I am using Visual C++ 6.0, Windows xp and Jrtplib(Rtp library).
    I have a code for ipv6 and It compile right in Linux, but It doesn't compile in windows.

    the error is:
    Somebody can help...
  9. Replies
    3
    Views
    2,473

    Re: Linking Bug: error LNK2019

    I have tried to differentiate, but I do not see anything strange. :confused:
    Here I show the comparison between Debug and Release. Maybe someone who reads this forum can observe any parameters that...
  10. Replies
    3
    Views
    2,473

    Linking Bug: error LNK2019

    Hi, again:
    I'm working on a project that uses jrtplib libraries in Visual C + + 7.10. When you compile in mode "Debug" appear the following errors that I donĀ“t understand. Because when I...
  11. Linking Bug: "MSVCP60D.dll) : error LNK2005"

    Greetings:
    I have the following error in the construction (Builiding) of a program developed in Visual C ++ 6.0. The truth is that I look at the bugs delivered by the compiler and I find it...
  12. Replies
    1
    Views
    1,211

    Delete "Warning" in Visual C++ Project

    Hello:thumb::
    As a comment in a previous thread, my experience with the Visual C++ environment is not good. I am a novice using this environment.
    I am beginning to work on a project related to...
  13. Re: Error compilation: "The system cannot find the specified route."

    Thank you for your reply. Now I understand more about the code:thumb:.
  14. Re: Error compilation: "The system cannot find the specified route."

    I removed the "post build command" for all:
    "$ (MSDEVDIR) \ bin \ Util \ StampVer"-v "$ (ProjDir) \ .. \ Shared \ stampver.inf"-k-j4 $ (TargetPath)
    "$ (MSDEVDIR) \ bin \ Util \ StampVer"-v "$...
  15. Re: Error compilation: "The system cannot find the specified route."

    He removed the post build command for PROVIRDLL:
    That said:
    "$ (MSDEVDIR) \ bin \ Util \ StampVer"-v "$ (ProjDir) \ stampver.inf"-k-i4-j4 $ (TargetPath)

    Then, "Rebulid" says:
    PROVIRDoc.cpp...
  16. Re: Error compilation: "The system cannot find the specified route."

    There are some "warning" above:
    LINK: warning LNK4098: defaultlib "LIBCD" conflicts with use of other libs; use / NODEFAULTLIB: library
    LINK: warning LNK4098: defaultlib "nafxcwd.lib" conflicts...
  17. Re: Error compilation: "The system cannot find the specified route."

    This is configuration "PROVIRDLL - Win32 Debug"
    I'm sending the three latest images.



    I hope that will help
  18. Re: Error compilation: "The system cannot find the specified route."

    This is configuration "PROVIRDLL - Win32 Debug"
    I send you the first 5 images
  19. Re: Error compilation: "The system cannot find the specified route."

    Here's an image about what you have requested.

    If you need the source code of the project, I can send you.
  20. Error compilation: "The system cannot find the specified route."

    Greetings:
    I am something new in Visual c++ 6.0, and recently I was given a code source made in this language. When compiling it I have the following errors that I don't know as solving. it...
Results 1 to 20 of 21





Click Here to Expand Forum to Full Width

Featured