No announcements
Found 1747937 threads
-
2 Votes
C++/CLI wrapper slower than P/Invoke?
That's the runtime results: C# assembly int ( 873'648) string ( ...Answered | 2 Replies | 1717 Views | Created by Rudolf Meier - Saturday, April 30, 2016 11:23 PM | Last reply by Hart Wang - Tuesday, May 3, 2016 6:28 AM -
1 Votes
questions about C++/CLI
You want to create an application, either console, Windows Forms, WPF or UWP, that calls a Class Library developed using C++/CLI that uses C++ to use the ...Answered | 6 Replies | 897 Views | Created by Striebrovlas - Friday, July 13, 2018 11:58 PM | Last reply by Simple Samples - Saturday, July 14, 2018 8:01 PM -
0 Votes
Converting C++ CLI Wrapper and Unmanaged C++ code to 64 bit
All you have to do to create two configuration one for x86 and one for x64 and for C# preferably Any CPU configuration might work depends on your scenario.Answered | 3 Replies | 5908 Views | Created by VladLvov - Thursday, February 10, 2011 10:04 PM | Last reply by Paul Zhou - Friday, February 18, 2011 5:48 AM -
1 Votes
Passing array of struct from C# to C++ using C++/CLI wrapper
For example, define it in C++/CLI DLL referenced by C#.Answered | 8 Replies | 5969 Views | Created by sfandres - Wednesday, April 11, 2018 1:09 PM | Last reply by Baron Bi - Tuesday, April 24, 2018 8:01 AM -
1 Votes
MFC and C++/CLI performance
Mark just the one C++/CLI file with /clr (and the other requisite changes that VC enforces when you do that) 2.Answered | 3 Replies | 8693 Views | Created by mike.johnson - Tuesday, June 15, 2010 1:50 PM | Last reply by Nick Ball - Wednesday, October 2, 2013 3:32 PM -
3 Votes
Language and Syntax: C++ !
As we all know, C++/CLI represents a tuple.Answered | 5 Replies | 2831 Views | Created by SpeakingCoutLoud - Thursday, March 8, 2012 12:10 AM | Last reply by Reed Copsey, Jr - Monday, March 12, 2012 5:20 PM -
0 Votes
C++/CLI performance issue in VS2010
In general, C++/CLI can be very fast, but you want to keep the /clr portion of the "wrapper" very thin and lightweight, and ...Answered | 1 Replies | 2126 Views | Created by vani18 - Wednesday, August 7, 2013 3:47 PM | Last reply by Reed Copsey, Jr - Wednesday, August 7, 2013 4:28 PM -
20 Votes
Is it C++ or C++/CLI
It is no more C++ than C++/CLI was.Answered | 23 Replies | 11285 Views | Created by Wolfgang Schneider AUT - Wednesday, September 14, 2011 11:57 AM | Last reply by Larry Osterman [MSFT] - Tuesday, September 20, 2011 4:31 AM -
0 Votes
[UWP]XNA Wrapper For UWP
I added the Monogame references to our UWP project which uses our Silverlight code, and tried to compile.Answered | 4 Replies | 1258 Views | Created by MelbourneDeveloper - Tuesday, July 12, 2016 5:42 AM | Last reply by MelbourneDeveloper - Monday, July 25, 2016 4:55 AM -
0 Votes
Visual C++ and C++/CLI
I'm consulting a book Beginning Visual C++ 2012 by Ivor's Horton, and this book doesn't say anything about C++/CLI.Answered | 2 Replies | 1428 Views | Created by Janshair Khan - Thursday, March 21, 2013 5:14 PM | Last reply by davewilk - Thursday, March 21, 2013 5:49 PM -
0 Votes
Returning a Vector of Vectors from CLI Wrapper to C++
As I am new to C++ it was quite painful to figure out the errors.Answered | 4 Replies | 1022 Views | Created by Devendert - Monday, April 18, 2016 6:29 PM | Last reply by davewilk - Tuesday, April 19, 2016 9:54 PM -
0 Votes
Creating a wrapper for C++ DLL
I was thinking of creating another one, which is written in C++/CLI.Answered | 7 Replies | 9276 Views | Created by steve1_rm - Tuesday, June 10, 2008 10:50 AM | Last reply by jack 321 - Friday, June 13, 2008 11:31 AM -
4 Votes
C++11 concurrency (thread / atomic ...) and C++/CLI
Hi, I finally added a "user voice" for this topic: Support c++11 concurrency header files in ...Answered | 11 Replies | 18334 Views | Created by adjsw - Sunday, March 3, 2013 2:06 PM | Last reply by Elegentin Xie - Friday, April 5, 2013 2:54 AM -
0 Votes
C++/CLI and std::mutex
See my answer to a closely related question on stackoverflow: In essence: it is fairly easy to implement a C++ wrapper around windows API that you could use in ...Answered | 5 Replies | 25180 Views | Created by davidhunter22 - Monday, December 9, 2013 9:03 PM | Last reply by The8aClimber - Sunday, April 15, 2018 7:37 PM -
0 Votes
C++/CLI Sockets in mixed mode
I am developing a C++/CLI library which will serve as a wrapper between managed and unmanaged (mixed mode).Answered | 2 Replies | 862 Views | Created by Guilherme L. Santos - Tuesday, December 22, 2015 10:36 PM | Last reply by May Wang - MSFT - Wednesday, December 23, 2015 7:36 AM -
4 Votes
c++/cli interop wrapper - return value: struct by reference
this is the C# signature generated by PInvoke Signature Toolkit.Answered | 8 Replies | 8087 Views | Created by Serfio - Saturday, March 28, 2009 12:15 PM | Last reply by Serfio - Monday, March 30, 2009 4:19 PM -
0 Votes
Mixing Unmanaged C++, C++/CLI, and C# code
" Maybe you could start with three projects (native DLL, C++/CLI DLL, and C# GUI), which you could use for debugging.Answered | 13 Replies | 5764 Views | Created by Dave Mullard - Tuesday, May 27, 2014 4:14 PM | Last reply by davewilk - Monday, June 2, 2014 7:26 PM -
4 Votes
Use C code from C# (Use C++/CLI?)
One is to create a C++/CLI interop layer -- either to consume a C# library.Answered | 8 Replies | 6029 Views | Created by CrazyPlanet - Monday, October 29, 2012 11:31 AM | Last reply by Lim Bio Liong - Tuesday, October 30, 2012 1:32 PM -
0 Votes
C++/CLI include namespance
Hi, I made a research about using Excel.Application in C++/CLI, but I have some issues in it.Answered | 2 Replies | 1662 Views | Created by Tony---- - Monday, July 25, 2016 1:38 PM | Last reply by davewilk - Monday, July 25, 2016 5:05 PM -
0 Votes
Which Is Closer To This Type Of C++ (C# Or CLI)?
C# is an elegant and type-safe object-oriented language that enables developers to build a variety of secure and robust applications that run on the .NET ...Answered | 3 Replies | 2154 Views | Created by Alyssa Saila - Thursday, February 16, 2012 2:17 PM | Last reply by Helen Zhao - Monday, February 20, 2012 7:56 AM - Items 1 to 20 of 1747937 Next ›
No announcements