Click here to Skip to main content
15,867,594 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
QuestionopenFileDialog - AccessViolationException was unhandled Pin
Paramu19734-Oct-21 12:28
Paramu19734-Oct-21 12:28 
AnswerRe: openFileDialog - AccessViolationException was unhandled Pin
Victor Nijegorodov5-Oct-21 21:26
Victor Nijegorodov5-Oct-21 21:26 
GeneralRe: openFileDialog - AccessViolationException was unhandled Pin
Paramu19736-Oct-21 3:17
Paramu19736-Oct-21 3:17 
QuestionConvert/cast System::Array class to List Pin
yehiga146710-Jun-21 17:51
yehiga146710-Jun-21 17:51 
AnswerRe: Convert/cast System::Array class to List Pin
Victor Nijegorodov10-Jun-21 20:27
Victor Nijegorodov10-Jun-21 20:27 
AnswerRe: Convert/cast System::Array class to List Pin
Richard Andrew x6427-Jun-21 6:52
professionalRichard Andrew x6427-Jun-21 6:52 
QuestionC# and c++/cli problem on x86 OS Pin
Duc Axenn30-May-21 10:25
Duc Axenn30-May-21 10:25 
AnswerRe: C# and c++/cli problem on x86 OS Pin
Dave Kreskowiak10-Jun-21 18:51
mveDave Kreskowiak10-Jun-21 18:51 
When you get a message like that, one project is compiling for either 32 or 64 bit and the other project is compiling for the opposite.

If the target is "Any CPU", a project will compile so that if the code runs on a 64-bit machine, it'll run as a 64-bit process, and if on a 32-bit machine, as a 32-bit process.

To solve this, make sure both projects build as either x64 or x86. Which depends on your requirements, but both projects have to build targeting the same thing.

QuestionManaged c++ how to memcpy a handle reference Pin
yehiga146727-May-21 23:25
yehiga146727-May-21 23:25 
AnswerRe: Managed c++ how to memcpy a handle reference Pin
Victor Nijegorodov28-May-21 0:25
Victor Nijegorodov28-May-21 0:25 
GeneralRe: Managed c++ how to memcpy a handle reference Pin
yehiga146728-May-21 0:55
yehiga146728-May-21 0:55 
GeneralRe: Managed c++ how to memcpy a handle reference Pin
Victor Nijegorodov28-May-21 1:45
Victor Nijegorodov28-May-21 1:45 
GeneralRe: Managed c++ how to memcpy a handle reference Pin
Richard MacCutchan28-May-21 2:01
mveRichard MacCutchan28-May-21 2:01 
GeneralRe: Managed c++ how to memcpy a handle reference Pin
yehiga146728-May-21 2:26
yehiga146728-May-21 2:26 
AnswerRe: Managed c++ how to memcpy a handle reference Pin
Fly Gheorghe25-Jan-22 9:15
Fly Gheorghe25-Jan-22 9:15 
QuestionHow to make Serial Port static from the designer? Pin
yehiga146726-May-21 17:11
yehiga146726-May-21 17:11 
SuggestionRe: How to make Serial Port static from the designer? Pin
Richard MacCutchan26-May-21 21:14
mveRichard MacCutchan26-May-21 21:14 
GeneralRe: How to make Serial Port static from the designer? Pin
yehiga146726-May-21 21:18
yehiga146726-May-21 21:18 
GeneralRe: How to make Serial Port static from the designer? Pin
Richard MacCutchan26-May-21 21:59
mveRichard MacCutchan26-May-21 21:59 
QuestionManaged c++ float/double/integer to String and vice-versa? Pin
yehiga146725-May-21 22:46
yehiga146725-May-21 22:46 
AnswerRe: Managed c++ float/double/integer to String and vice-versa? Pin
Victor Nijegorodov25-May-21 23:05
Victor Nijegorodov25-May-21 23:05 
GeneralRe: Managed c++ float/double/integer to String and vice-versa? Pin
yehiga146726-May-21 0:12
yehiga146726-May-21 0:12 
GeneralRe: Managed c++ float/double/integer to String and vice-versa? Pin
Victor Nijegorodov26-May-21 0:41
Victor Nijegorodov26-May-21 0:41 
QuestionButton image is not updating to new image when Serial Port received new data Pin
yehiga146725-May-21 1:03
yehiga146725-May-21 1:03 
AnswerRe: Button image is not updating to new image when Serial Port received new data Pin
jsc4225-May-21 2:43
professionaljsc4225-May-21 2:43 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.