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

Managed C++/CLI

 
GeneralRe: Button image is not updating to new image when Serial Port received new data Pin
yehiga146725-May-21 20:10
yehiga146725-May-21 20:10 
GeneralRe: Button image is not updating to new image when Serial Port received new data Pin
jsc4225-May-21 23:22
professionaljsc4225-May-21 23:22 
GeneralRe: Button image is not updating to new image when Serial Port received new data Pin
yehiga146725-May-21 23:53
yehiga146725-May-21 23:53 
QuestionHow to pass a function pointer an argument in managed C++ Pin
yehiga146724-May-21 2:25
yehiga146724-May-21 2:25 
AnswerRe: How to pass a function pointer an argument in managed C++ Pin
Richard MacCutchan24-May-21 5:00
mveRichard MacCutchan24-May-21 5:00 
GeneralRe: How to pass a function pointer an argument in managed C++ Pin
yehiga146724-May-21 17:44
yehiga146724-May-21 17:44 
AnswerRe: How to pass a function pointer an argument in managed C++ Pin
Richard Andrew x6424-May-21 5:28
professionalRichard Andrew x6424-May-21 5:28 
QuestionConvert Native Pointer to IntPtr Pin
Richard Andrew x6422-May-21 5:44
professionalRichard Andrew x6422-May-21 5:44 
I can't figure out how to convert a native string pointer to an IntPtr.

This is how I'm creating the native string pointer:
C++
PCWSTR pFullUrl = static_cast<PCWSTR>(static_cast<void*>(Marshal::StringToHGlobalUni(S->pFullUrl))); // S->pFullUrl is a reference to a managed structure's System::String member
Now, in the destructor, I need to convert the PCWSTR pointer back to an IntPtr so I can call Marshal::FreeHGlobal(pFullUrl).

Does anyone know how to perform the conversion from a native pointer to a managed IntPtr?

NOTE: FreeHGlobal() takes IntPtr not IntPtr^, so I don't want to convert to IntPtr^.



The difficult we do right away...
...the impossible takes slightly longer.

AnswerRe: Convert Native Pointer to IntPtr Pin
Richard MacCutchan22-May-21 5:47
mveRichard MacCutchan22-May-21 5:47 
GeneralRe: Convert Native Pointer to IntPtr Pin
Richard Andrew x6422-May-21 5:51
professionalRichard Andrew x6422-May-21 5:51 
QuestionBackgammon Game Pin
basel3322-May-21 3:25
basel3322-May-21 3:25 
AnswerRe: Backgammon Game Pin
Richard MacCutchan22-May-21 4:13
mveRichard MacCutchan22-May-21 4:13 
QuestionSerial Port BytesToRead always 0 Pin
yehiga146721-May-21 1:16
yehiga146721-May-21 1:16 
QuestionRe: Serial Port BytesToRead always 0 Pin
Richard MacCutchan21-May-21 1:59
mveRichard MacCutchan21-May-21 1:59 
AnswerRe: Serial Port BytesToRead always 0 Pin
cibec75455@frnla.com21-May-21 2:29
cibec75455@frnla.com21-May-21 2:29 
GeneralRe: Serial Port BytesToRead always 0 Pin
Richard MacCutchan21-May-21 2:38
mveRichard MacCutchan21-May-21 2:38 
GeneralRe: Serial Port BytesToRead always 0 Pin
cibec75455@frnla.com21-May-21 2:47
cibec75455@frnla.com21-May-21 2:47 
QuestionHow to call System::Windows::Forms::Controls "invoke" method? Pin
Member 1515077819-May-21 20:48
Member 1515077819-May-21 20:48 
AnswerRe: How to call System::Windows::Forms::Controls "invoke" method? Pin
Victor Nijegorodov19-May-21 21:28
Victor Nijegorodov19-May-21 21:28 
GeneralRe: How to call System::Windows::Forms::Controls "invoke" method? Pin
Member 1515077819-May-21 21:35
Member 1515077819-May-21 21:35 
GeneralRe: How to call System::Windows::Forms::Controls "invoke" method? Pin
Richard MacCutchan19-May-21 22:09
mveRichard MacCutchan19-May-21 22:09 
GeneralRe: How to call System::Windows::Forms::Controls "invoke" method? Pin
Member 1515077819-May-21 22:20
Member 1515077819-May-21 22:20 
QuestionWhat is a preferable approach to develop a common class that handles multiple identical groupbox? Pin
Member 1515077818-May-21 1:41
Member 1515077818-May-21 1:41 
QuestionHow to convert array<System::Byte^>^ to array<unsigned char>^ Pin
Member 1515077812-May-21 19:19
Member 1515077812-May-21 19:19 
QuestionRe: How to convert array<System::Byte^>^ to array<unsigned char>^ Pin
Richard MacCutchan12-May-21 22:05
mveRichard MacCutchan12-May-21 22:05 

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.