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

Search:

Type: Posts; User: Semaph0re

Search: Search took 0.04 seconds.

  1. Re: Error while statically linking Libsodium

    Yes, I followed the instructions, but I also figured out what the issue was.

    It was actually quite a foolish error on my part, I tried to link the x64 static library when the project was x86.
    ...
  2. [RESOLVED] Error while statically linking Libsodium

    It appears that I'm linking libsodium correctly, but I'm getting linker errors for _sodium_init, I'm using Visual Studio 2015, and the libsodium.lib (prebuilt) for msvc 140 (for vs2015). The project...
  3. In what situations is EncodePointer() used?

    I was wondering the applications and scenarios that EncodePointer()/DecodePointer() can actually be used?

    the most I have found on it is...
  4. Replies
    5
    Views
    12,739

    Re: Incompatible parameter

    The prntscr links I posted contain the errors, i forgot to remove those attachments before I posted, my apologies..


    @2kaud, Your example that you have provided works!
    BUT! Optionally, could...
  5. Replies
    5
    Views
    12,739

    [RESOLVED] Incompatible parameter

    Hello, I am using happyhttp to create a class to communicate with a server. I've encountered an error that I simply can't figure out how to fix and still use my class.
    It has been 4-5 hours trying...
Results 1 to 5 of 5





Click Here to Expand Forum to Full Width

Featured