No announcements
-
0 Votes
The Building Windows Store apps with C++ forum is retiring!
This forum, Building Windows Store apps with C++, will be retired on Monday, 1 June 2015 and is currently unmonitored for any posts submitted Wednesday, 13 May 2015 onwards. Please ...
Found 3511 threads
-
2 Votes
WinRT WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP) symbols creating problems in using #import code
lpVtbl -> QueryInterface(This,riid,ppvObject) ) #define IErrorInfo_AddRef(This) \ ( (This)->lpVtbl -> AddRef(This) ...Answered | 4 Replies | 15085 Views | Created by vxxxxx - Saturday, January 14, 2012 4:32 AM | Last reply by B.Demars - Wednesday, June 3, 2015 9:12 AM -
1 Votes
Finishing off Share Target
ShareOperation; if (share_op->Data->Contains(StandardDataFormats::Uri)) { concurrency::create_task(share_op->Data->GetUriAsync()).then([](Uri^ ...Answered | 2 Replies | 7060 Views | Created by diltsman - Wednesday, August 1, 2012 5:06 AM | Last reply by - Wednesday, June 3, 2015 1:26 AM -
0 Votes
Using the share charm to share an local image
Path + "\\Screenshots\\capture.png");test->Completed = ref new AsyncOperationCompletedHandler<Windows::Storage::StorageFile^>([=] ...Answered | 4 Replies | 7485 Views | Created by David Goemans - Friday, April 13, 2012 8:08 AM | Last reply by - Wednesday, June 3, 2015 12:47 AM -
0 Votes
How to play raw h.264 video in metro environment
We plan to develop a h264 streaming player, by receiving network packets with h264 frames, and either play using a Windows metro component (eg. media element etc.) or loading a h.264 decoder and play ...Answered | 9 Replies | 19223 Views | Created by Josephu et moi - Monday, January 2, 2012 3:22 AM | Last reply by wd0623 - Friday, May 29, 2015 10:40 AM -
1 Votes
How to update ui (XAML element) after ppl tasks completed
Hi there, title sais all. Below sample code generates "Unhandled exception at 0x60C09AD1 (msvcr110d.dll) in ******: An invalid parameter was passed to a ...Answered | 5 Replies | 7407 Views | Created by NubCoder - Monday, November 19, 2012 10:39 AM | Last reply by Eugene Golushkov - Friday, May 22, 2015 9:15 AM -
0 Votes
UX Prototyping C++/XAML/DirectX
Thoughts on the fastest way to bring up a C++/XAML/DirectX app for prototyping work? Our Universal app is largely C++ and has directX. Using C++/XAML/DirectX seems reasonable. ...Discussion | 7 Replies | 3620 Views | Created by starfish6077 - Monday, May 11, 2015 10:52 PM | Last reply by starfish6077 - Friday, May 22, 2015 12:24 AM -
1 Votes
[U8.1]: Few questions about sending TCP packets using StreamSocket.
Hi, I create a system for sending packets in LAN thought StreamSocket. I wonder, if I can use only one listener for 2 or more clients sending packet to one ...Answered | 7 Replies | 3005 Views | Created by MiXenXd - Tuesday, April 28, 2015 1:31 AM | Last reply by Prashant H Phadke - Tuesday, May 19, 2015 1:05 AM -
0 Votes
C++/cx setting timeout of connectasync.
Hi, I looking for example of setting timeout of connectasync function in c++/cx, I found examples in c#, but I can't rewrite it for myself. Anybody has that simple ...Unanswered | 2 Replies | 3732 Views | Created by MiXenXd - Tuesday, May 12, 2015 1:16 AM | Last reply by MiXenXd - Thursday, May 14, 2015 1:33 AM -
0 Votes
The Building Windows Store apps with C++ forum is retiring!
This forum, Building Windows Store apps with C++, will be retired on Monday, 1 June 2015 and is currently unmonitored for any posts submitted Wednesday, 13 May 2015 onwards. Please ...Discussion | 0 Replies | 9797 Views | Created by Rob Caplan [MSFT] - Wednesday, May 13, 2015 9:05 PM -
0 Votes
WinSock Support for Visual Studio Express 2013 for Metro Apps
Hi, We are developing a Metro application for Windows 8.1. We would like to use WinSock library for discovering Bluetooth devices and for authentication. On ...Answered | 3 Replies | 3873 Views | Created by WinApps100 - Friday, May 8, 2015 10:47 AM | Last reply by Matt Small - Tuesday, May 12, 2015 7:12 PM -
0 Votes
Using fopen( ) to access files in Application Data Local.
LocalFolder->Path; When we include the file "license.txt" in our project, and mark it as type "Content", where does this file get copied to in the app ...Answered | 2 Replies | 4954 Views | Created by Asher.Thuridion - Thursday, May 7, 2015 6:16 PM | Last reply by Rob Caplan [MSFT] - Tuesday, May 12, 2015 5:52 PM -
0 Votes
Exception 0x805a0194 thrown after LoadListingInformationAsync()
Hi, I've already searched for similar problems, and many say theirs was fixed after setting correct AppID to Package.appxmanifest. However, I keep getting the ...Answered | 1 Replies | 3347 Views | Created by TMA__ - Monday, May 11, 2015 1:13 PM | Last reply by James Dailey - MSFT - Tuesday, May 12, 2015 12:36 AM -
0 Votes
How to hide an interface implementation ?
// C++/CX component. public interface class IResource { void Destroy( ...Answered | 1 Replies | 3390 Views | Created by t-n-x - Saturday, May 9, 2015 4:44 AM | Last reply by Jamles Hez - Monday, May 11, 2015 2:45 AM -
0 Votes
how to decode icon
Hi, We are moving the server side of our app to a store app and I'm hoping someone can advise how best to proceed with processing icons. The client side is currently sending ...Unanswered | 4 Replies | 3623 Views | Created by SpecWin - Thursday, May 7, 2015 1:39 PM | Last reply by SpecWin - Saturday, May 9, 2015 7:39 AM -
1 Votes
[UWP][C++]tasks queue
Hello I need to set some tasks in queue, but dont know how Model is: I have some task task1 = [](){} (generated by lambda for example). This ...Unanswered | 7 Replies | 3751 Views | Created by Romka2411 - Monday, April 27, 2015 3:05 PM | Last reply by Romka2411 - Wednesday, May 6, 2015 8:36 AM -
0 Votes
How to get subnet mask in native C++ from metro app?
Does anyone know how to retrieve subnet mask for a NIC using WinRT C++ APIs in metro app? I have a metro application that needs to determine if an incoming packet is from local subnet or ...Proposed | 7 Replies | 11735 Views | Created by henryzhihuizhang - Monday, April 2, 2012 5:57 PM | Last reply by markmnl - Wednesday, May 6, 2015 5:46 AM -
0 Votes
[W8.1][C++]Device info - Windows Store App
Hi, I am trying to find out a way in my Windows Store App to gives me information about the type of device and it's ...Unanswered | 2 Replies | 3699 Views | Created by HS3D - Monday, May 4, 2015 7:03 PM | Last reply by Chuck Walbourn - MSFT - Tuesday, May 5, 2015 4:33 AM -
0 Votes
Consuming a DLL(Universal Apps) from a WinRT Component
Hello, I have a C++ (Native code) DLL project developed for iOS and Android. I would like to port it to a C++ DLL (Universal Apps) to be consumed by a C# Universal Store ...Answered | 4 Replies | 6334 Views | Created by eitanb - Wednesday, November 19, 2014 3:49 PM | Last reply by Francisco_Gutierrez - Monday, May 4, 2015 8:33 AM -
0 Votes
[WPSL]windows phone 8.1 MapControl database selection problem
hello, I want to save pinned places in the map by users in an online database, to be always visible even when I restart the app, since I am a beginner, I was wondering if I should ...Answered | 3 Replies | 3233 Views | Created by minoDev - Friday, May 1, 2015 9:44 AM | Last reply by Franklin Chen - Monday, May 4, 2015 3:12 AM -
0 Votes
MathML to XAML
Hi All, I am trying to render MathML in Windows 8 Store App (XAML). I searched whole globe and no body has ever done this before. Microsoft released two ...Answered | 4 Replies | 8940 Views | Created by loganathan.pc - Friday, December 13, 2013 8:15 PM | Last reply by Christian Bækdorf - Sunday, May 3, 2015 4:35 PM - Items 1 to 20 of 3511 Next ›
No announcements