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

Search:

Type: Posts; User: Roland17

Search: Search took 0.03 seconds.

  1. Replies
    6
    Views
    4,273

    Re: Can't get libzippp working in 64 bit

    I've collected the mangled name (I assume that is what it is) from the error message and the lib export and there is one difference (ignoring blank spaces)
    Error says it's looking for:...
  2. Replies
    6
    Views
    4,273

    Re: Can't get libzippp working in 64 bit

    Thanks, Victor, but it didn't change anything. I even put the full path in the property.

    If I comment out the ze.readAsText() line it runs fine in 64 bit, meaning that ze.GetName() is recognised....
  3. Replies
    6
    Views
    4,273

    Can't get libzippp working in 64 bit

    I'm looking for Zip libraries and libzippp looks to be what I want so I'm trying little POC console apps.
    This is the first, which works fine in x86 but when I try to compile in x64 I get...
  4. Re: Exception in simple Azure example?

    Sorry, folks. This is in the Defective End User class - I was using the wrong storage account and not understanding the exception.
    Please ignore.
  5. [RESOLVED] Exception in simple Azure example?

    I'm trying Azure in C++ (VS 2019) and got the vcpkg packages (32 and 64 bit) as recommended here
    https://azure.github.io/azure-storage-cpp/
    Then tried the examples here...
Results 1 to 5 of 5





Click Here to Expand Forum to Full Width

Featured