Questions tagged as 'c++-cli'

1
answer

1D array for Bitmap

I've been working on an FPGA project that sends an array (1D) of Bytes from a grayscale image to the PC. Well, I made a simple code with some image to simulate the sending and receiving of an array and the error remained: System::Void button1_...
asked by 27.04.2016 / 03:34
0
answers

C ++ clr - error creating user control in visual studio

I am having an error when creating a user control using c ++ clr, I compile the solution and the user control appears but when I am going to add it it gives the following error: "Failed to load item from the toolbox" . I practically leave thi...
asked by 07.08.2018 / 20:28
0
answers

Call function from c # from within a c ++ dll

Situation: I have a project in 3 layers: one for data, one for graphical interface in C # and another in C ++. The c ++ layer is made using the clr support (/ em> Common Language Runtime Support (/ clr)). But I use it as wrapp...
asked by 07.11.2016 / 20:12
0
answers

How to identify the user's IP?

How do I get the network IP of who opened my program? I'm using the C ++ language, Visual Studio 2013 and Windows Form, is there any function that does this?     
asked by 22.11.2014 / 02:12
0
answers

System :: String for basic_string

I was looking to convert System :: String to "normal" string, and found a command: #include <iostream> #include <string> #include <msclr\marshal_cppstd.h> System::String^ mstr = "PTSO"; std::string mstrr msclr::interop::marsh...
asked by 23.12.2014 / 02:03