Commented Issue: INVALID_POINTER_READ_CODE_c0000005_casablanca110.dll!ILT [13]
It appears to be a race condition because this call was done after casablanca110.dll is unloaded. I was trying to detect memory leak using umdh command so I simply added a breakpoint to FreeLibrary. I...
View ArticleCommented Issue: INVALID_POINTER_READ_CODE_c0000005_casablanca110.dll!ILT [13]
It appears to be a race condition because this call was done after casablanca110.dll is unloaded. I was trying to detect memory leak using umdh command so I simply added a breakpoint to FreeLibrary. I...
View ArticleNew Post: How to download file from SkyDrive using REST API SDK? (Windows...
Thanks, I'll look at your sample. Maybe it helps me too.
View ArticleCommented Issue: memory leak in http_client (probably concurrency logic) [14]
I can't pin point the exact code but based on std::async there might be leak in the thread pool.You can see that in the following logic std::async leaks (not sure when threads will be released).```void...
View ArticleCommented Issue: INVALID_POINTER_READ_CODE_c0000005_casablanca110.dll!ILT [13]
It appears to be a race condition because this call was done after casablanca110.dll is unloaded. I was trying to detect memory leak using umdh command so I simply added a breakpoint to FreeLibrary. I...
View ArticleCommented Feature: Not able to get progress info for WEBDAV put and get using...
Hi,I am having HTTP client created using C++ REST SDK. I don't see any way to get progress info on ongoing WEBDAV put and get .Please suggest.RegardsPrashantComments: The solution we discussed in the...
View ArticleCommented Feature: Not able to get progress info for WEBDAV put and get using...
Hi,I am having HTTP client created using C++ REST SDK. I don't see any way to get progress info on ongoing WEBDAV put and get .Please suggest.RegardsPrashantComments: Also, there are some added unit...
View ArticleCommented Feature: Not able to get progress info for WEBDAV put and get using...
Hi,I am having HTTP client created using C++ REST SDK. I don't see any way to get progress info on ongoing WEBDAV put and get .Please suggest.RegardsPrashantComments: Hi, As you already mentioned...
View ArticleCommented Feature: Not able to get progress info for WEBDAV put and get using...
Hi,I am having HTTP client created using C++ REST SDK. I don't see any way to get progress info on ongoing WEBDAV put and get .Please suggest.RegardsPrashantComments: Sorry, I didn't see the winrt...
View ArticleCommented Feature: Not able to get progress info for WEBDAV put and get using...
Hi,I am having HTTP client created using C++ REST SDK. I don't see any way to get progress info on ongoing WEBDAV put and get .Please suggest.RegardsPrashantComments: Hi , I am not able to get any...
View ArticleCommented Feature: Not able to get progress info for WEBDAV put and get using...
Hi,I am having HTTP client created using C++ REST SDK. I don't see any way to get progress info on ongoing WEBDAV put and get .Please suggest.RegardsPrashantComments: Yes, as I mentioned, this was in...
View ArticleNew Post: How to download file from SkyDrive using REST API SDK? (Windows...
Please do, and let us know if you think there are ways to improve its usefulness!
View ArticleCommented Feature: Not able to get progress info for WEBDAV put and get using...
Hi,I am having HTTP client created using C++ REST SDK. I don't see any way to get progress info on ongoing WEBDAV put and get .Please suggest.RegardsPrashantComments: I will update you tomorrow.
View ArticleCommented Issue: INVALID_POINTER_READ_CODE_c0000005_casablanca110.dll!ILT [13]
It appears to be a race condition because this call was done after casablanca110.dll is unloaded. I was trying to detect memory leak using umdh command so I simply added a breakpoint to FreeLibrary. I...
View ArticleCommented Feature: Not able to get progress info for WEBDAV put and get using...
Hi,I am having HTTP client created using C++ REST SDK. I don't see any way to get progress info on ongoing WEBDAV put and get .Please suggest.RegardsPrashantComments: Hi Nik, The progress handler is...
View ArticleCommented Feature: Not able to get progress info for WEBDAV put and get using...
Hi,I am having HTTP client created using C++ REST SDK. I don't see any way to get progress info on ongoing WEBDAV put and get .Please suggest.RegardsPrashantComments: I'm glad you were able to build...
View ArticleCommented Feature: Not able to get progress info for WEBDAV put and get using...
Hi,I am having HTTP client created using C++ REST SDK. I don't see any way to get progress info on ongoing WEBDAV put and get .Please suggest.RegardsPrashantComments: BTW, I did __not__ intend to...
View ArticleEdited Feature: Not able to get progress info for WEBDAV put and get using...
Hi,I am having HTTP client created using C++ REST SDK. I don't see any way to get progress info on ongoing WEBDAV put and get .Please suggest.RegardsPrashant
View ArticleNew Post: C++ REST SDK Presentation
Are you interested in giving a presentation on the C++ REST SDK to your colleagues or at local C++ User Group? Are you new to the C++ REST SDK and want to learn more about the library? If so, the...
View ArticleUpdated Wiki: Present on C++ REST SDK
For those who wish to not only learn about the C++ REST SDK, but also want to present the SDK to colleagues, user groups or at other events, here is a guide to help you. Included in this guide is a set...
View Article