No announcements
-
0 Votes
How to callback C++ from C++/CX?
a RNS2EventHandler* inside ListenerContext the compiler complains that I can't put C++ types inside a C++/CX class. So how ...Discussion | 4 Replies | 2495 Views | Created by RakNet-Kevin - Wednesday, January 9, 2013 5:05 AM | Last reply by cocohwang - Sunday, January 20, 2013 6:58 PM -
0 Votes
how to transport callback function to c++/CX?
callback function to c++/CX. I have an idea, I think I can transport a delegate to C++/CX, and transfered the delegate to ...Proposed | 1 Replies | 1003 Views | Created by anjibaicha - Monday, August 12, 2013 7:35 AM | Last reply by Jeff Sanders - Tuesday, August 13, 2013 1:00 PM -
2 Votes
Is it possible to call UWP C++/CX dll from native Win32 C++ code?
on Win10 is via UWP. My question is: how can I interact (call methods / receive callbacks) in win32 from a UWP dll? I'm looking for an ...Proposed | 8 Replies | 2278 Views | Created by bavaza - Thursday, November 16, 2017 3:48 PM | Last reply by kwikc - Sunday, November 19, 2017 11:25 AM -
0 Votes
How to use ^* in C++/CX
Hi all! I‘m a newcomer. I'm just learning C++/CX, can you show some code about how to use ^*?Answered | 1 Replies | 432 Views | Created by oneonce - Monday, August 17, 2015 3:17 PM | Last reply by o320 - Monday, August 24, 2015 5:03 PM -
2 Votes
C++/CX
Hello, 1/ can someone tell me for what is the C++/CX good ? 2/ May I use it to write a wrapper from native C/C++ ? ...Answered | 3 Replies | 323 Views | Created by Jerry.Mouse - Sunday, May 20, 2018 4:22 PM | Last reply by Jerry.Mouse - Tuesday, May 22, 2018 3:58 PM -
1 Votes
[UWP] how to use C# collection in C++/cx
with Collection property this kind of object how can I suppose to use in C++/CX ? Object i m looking for to convert ...Answered | 1 Replies | 339 Views | Created by GnashKu - Monday, April 18, 2016 10:17 AM | Last reply by Viorel_ - Monday, April 18, 2016 10:30 AM -
0 Votes
C++ CALLBACK to C CALLBACK
; if(scallback) scallback(pbData,lDataLength); return S_OK; } now i add customfilter to ...Unanswered | 2 Replies | 3588 Views | Created by owsLLivster - Tuesday, November 23, 2010 7:15 PM | Last reply by owsLLivster - Wednesday, November 24, 2010 8:05 PM -
0 Votes
WP8 with C# and C++/cx,cstring cannot pass in and out c++/cx.
I cannot debug in C++/cx function,but look the return result,the result is ERROR. name_box.Text = ...Answered | 4 Replies | 1900 Views | Created by yang2013yang - Tuesday, May 21, 2013 2:51 PM | Last reply by henador - Thursday, May 23, 2013 12:37 PM -
0 Votes
C# IEnumerable equivalent in C++/CX
What's the closest equivalent of C#'s IEnumerable<T> in C++/CX ? I want to expose a property or parameter in my C++ library, so a ...Answered | 1 Replies | 3960 Views | Created by Morten Nielsen - Tuesday, April 10, 2012 7:04 PM | Last reply by Steve Horne - Tuesday, April 10, 2012 8:03 PM -
0 Votes
Boost c++/cx arm
Hi. How i can use in my app c++/cx Boost 1.54. How compile an use it?Unanswered | 2 Replies | 1150 Views | Created by Mikhail Bfox - Friday, September 27, 2013 10:59 AM | Last reply by Steven Gates - Monday, July 21, 2014 10:03 PM -
0 Votes
Sink writer and C++/Cx
them from C++/CX. The lower layer is WRL, Here is the document of C++/CX hope it helps.Answered | 3 Replies | 2386 Views | Created by Ronald Eekelder - Monday, December 17, 2012 8:04 AM | Last reply by Ronald Eekelder - Sunday, January 13, 2013 9:28 AM -
2 Votes
How are C# and C++/CX objects related?
managed with reference counting and RCW on the C# side. When you pass C# instance down to C++/CX component, it acts as if it was passed from ...Unanswered | 6 Replies | 1846 Views | Created by onmyway133 - Friday, July 12, 2013 2:44 AM | Last reply by Toni Petrina - Friday, July 12, 2013 12:06 PM -
2 Votes
[UWP][CX]How to call CX code in DLL from Win32App C++ ?
exe (win32app) to UWP. I did it and this tools is Ok, so I am looking for a way to call functions, api in file DLL (C++/CX universal app) from Win32 ...Unanswered | 3 Replies | 876 Views | Created by Michinin - Tuesday, July 12, 2016 10:33 AM | Last reply by Franklin Chen - Sunday, July 17, 2016 1:38 PM -
0 Votes
C++/CX vs. C# Performance?
"is the equivalent in C# slower than the equivalent using microsofts C++/CX?" Likely yes because C++/CX generates native code ...Discussion | 4 Replies | 2959 Views | Created by lochnesse - Friday, February 1, 2013 10:14 AM | Last reply by Damon Zheng - Monday, February 18, 2013 12:58 PM -
0 Votes
C# callback crashes in c++
So it sounds like you're trying to call a native function (the callback) from within C#. In that case you'll have to use marshalling to marshal the data from ...Answered | 1 Replies | 1326 Views | Created by rmgs123 - Friday, June 14, 2013 3:01 PM | Last reply by CoolDadTx - Friday, June 14, 2013 3:43 PM -
0 Votes
Callback function from C# to C++
* caller; char* info; long errnum; }; void callback(MSG_INFO* ...Answered | 2 Replies | 9507 Views | Created by dmircea - Tuesday, November 20, 2007 7:01 AM | Last reply by basem1965 - Tuesday, July 3, 2018 2:39 PM -
0 Votes
How to create a Singleton in C++/CX?
How can I create a singleton class in C++/CX?WP7 & IPhone developer 我更喜欢WP7Answered | 2 Replies | 4032 Views | Created by WP8李喆 - Tuesday, May 22, 2012 1:51 AM | Last reply by Nishant Sivakumar - Thursday, May 24, 2012 10:38 PM -
1 Votes
C++/CX
with C++/CX and declaring ref classes. I'm getting some constructor-related linker errors from the GameScreen class. Any ...Answered | 2 Replies | 4141 Views | Created by DualOpAmp - Thursday, July 5, 2012 7:00 PM | Last reply by DualOpAmp - Monday, July 9, 2012 3:46 PM -
0 Votes
Automatic documentation for c++/cx
Have you tried using Doxygen with C++/CLI support enabled? C++/CX and C++/CLI are virtually identical so it should generally work. There's also the option of using ...Answered | 1 Replies | 1590 Views | Created by robertoprs - Wednesday, April 24, 2013 12:48 AM | Last reply by MikeBMcL - Wednesday, April 24, 2013 4:40 AM -
0 Votes
C# Callback from C++ DLL
Not gonna happen. EnumWindows is different since the callback is always called in the same process and on the same thread that called the function. Global hook procedures can be called ...Answered | 4 Replies | 6234 Views | Created by XWreckage - Sunday, May 28, 2006 6:18 PM | Last reply by Mattias Sjögren - Wednesday, May 31, 2006 7:37 AM - Items 1 to 20 of 2390435 Next ›
No announcements