c++-cli tag

7 questions


1 answers
121 views
0
a way of earning more points by finding the length of a route

Hello. Thank you for your continuous support.Now I'm making a game like Packman, and I'm making something like AI of enemy characters.At that time, I could ask for the shortest route to take the item,...

2 years ago

1 answers
62 views
0
Wrapper Library Placement

To use unmanaged C++ Dll from the C# side, we created a wrapper library using C++/CLI.C# tried to create a Test project and verify its operation, but failed to load the library.A copy of the wrapper l...

2 years ago

2 answers
128 views
0
Eliminate dependencies from C++/CLI to C runtime libraries

I am currently creating an application using C++/CLI.Create DLLs in C++/CLI (Function publishing using Dllexport syntax for C-like)The application that created the DLL with native C and Win32 is calli...

2 years ago

1 answers
115 views
0
Using DLLs with Parallel Pattern Library (PPL) from C#

As stated in the title, I would like to use DLLs using parallel pattern library (PPL) from C# side.I was creating a wrapper DLL in C++/CLI. ERROR:Concurrent Runtime is not supported when compiling/clr...

2 years ago

2 answers
114 views
0
Output from form application to console

Development Environment: Visual Studio 2012 for projects created as form applicationsSystem::Console::WriteLine(XXXX;To print to a command prompt, Which part of the project properties should I change?...


1 answers
58 views
0
compiler error C2872 ambiguous symbol.

The compilation error cannot be resolved.Please let me know.■ Compilation error contenterror C2872: 'MarketplaceWebServiceProducts': ambiguous symbol■What you want to doAmazon API Marketplace Web Serv...


1 answers
88 views
0
Looking for RTP/RTSP libraries in C++/CLI.

I am looking for a library or sample program to send a RequestLine to the RTSP server via C++/CLI to retrieve the returned data.Please let me know if there are any sites I can download.

2 years ago

© 2024 OneMinuteCode. All rights reserved.