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

Managed C++/CLI

 
QuestionSending values to WPF control from VC++ Pin
Anu_Bala14-Feb-10 22:00
Anu_Bala14-Feb-10 22:00 
Questionusing microsoft enterprise library in .net dll to be called from COM application Pin
chana gibber10-Feb-10 5:02
chana gibber10-Feb-10 5:02 
AnswerRe: using microsoft enterprise library in .net dll to be called from COM application Pin
N a v a n e e t h10-Feb-10 5:18
N a v a n e e t h10-Feb-10 5:18 
GeneralRe: using microsoft enterprise library in .net dll to be called from COM application Pin
chana gibber10-Feb-10 5:22
chana gibber10-Feb-10 5:22 
GeneralRe: using microsoft enterprise library in .net dll to be called from COM application Pin
N a v a n e e t h10-Feb-10 5:28
N a v a n e e t h10-Feb-10 5:28 
GeneralRe: using microsoft enterprise library in .net dll to be called from COM application Pin
chana gibber10-Feb-10 5:30
chana gibber10-Feb-10 5:30 
GeneralRe: using microsoft enterprise library in .net dll to be called from COM application Pin
chana gibber10-Feb-10 6:26
chana gibber10-Feb-10 6:26 
QuestionReading a Float from memory Pin
Mattzimmerer6-Feb-10 20:56
Mattzimmerer6-Feb-10 20:56 
Wow I am burning my brain right here... I'm so very close to just saying screw it and writing some sort of conversion myself.

First I'd love to know if there is an existing macro to do what I want to do...


I have a char array:
char OutputBuffer[1024] = {0}; (huge i know, but ill lower the size later Poke tongue | ;-P )


that has a byte put into it... (78 AB 45 44) is a value I had at one time... as a float it means 790.67919921875
note!: this value has been read straight from memory

The problem is I cant get this DWORD into a float for the life of me...

Is there any existing macro? If not throw me a bone and tell me how i might convert this into a float from scratch...
AnswerRe: Reading a Float from memory Pin
Richard MacCutchan6-Feb-10 22:05
mveRichard MacCutchan6-Feb-10 22:05 
AnswerRe: Reading a Float from memory Pin
Graham Breach6-Feb-10 22:06
Graham Breach6-Feb-10 22:06 
GeneralRe: Reading a Float from memory Pin
Mattzimmerer7-Feb-10 10:39
Mattzimmerer7-Feb-10 10:39 
AnswerRe: Reading a Float from memory Pin
Luc Pattyn7-Feb-10 3:37
sitebuilderLuc Pattyn7-Feb-10 3:37 
GeneralRe: Reading a Float from memory Pin
dybs12-Feb-10 16:40
dybs12-Feb-10 16:40 
GeneralRe: Reading a Float from memory Pin
Luc Pattyn13-Feb-10 1:11
sitebuilderLuc Pattyn13-Feb-10 1:11 
QuestionCLS-compliance with C++/CLI Pin
Edward Diener5-Feb-10 18:07
Edward Diener5-Feb-10 18:07 
AnswerRe: CLS-compliance with C++/CLI Pin
N a v a n e e t h8-Feb-10 19:16
N a v a n e e t h8-Feb-10 19:16 
GeneralRe: CLS-compliance with C++/CLI Pin
Edward Diener9-Feb-10 7:21
Edward Diener9-Feb-10 7:21 
QuestionCalling as CreateServiceW() , when I call for CreateService() from C++/CLI Pin
Cherry_manju5-Feb-10 0:53
Cherry_manju5-Feb-10 0:53 
AnswerRe: Calling as CreateServiceW() , when I call for CreateService() from C++/CLI Pin
Richard MacCutchan5-Feb-10 1:02
mveRichard MacCutchan5-Feb-10 1:02 
GeneralRe: Calling as CreateServiceW() , when I call for CreateService() from C++/CLI Pin
Cherry_manju5-Feb-10 1:57
Cherry_manju5-Feb-10 1:57 
GeneralRe: Calling as CreateServiceW() , when I call for CreateService() from C++/CLI Pin
Richard MacCutchan5-Feb-10 2:19
mveRichard MacCutchan5-Feb-10 2:19 
QuestionC++ Stack Semantics for Reference Types oddity Pin
Edward Diener4-Feb-10 7:36
Edward Diener4-Feb-10 7:36 
AnswerMessage Closed Pin
10-Mar-10 14:13
_beauw_10-Mar-10 14:13 
GeneralRe: C++ Stack Semantics for Reference Types oddity Pin
Edward Diener11-Mar-10 4:50
Edward Diener11-Mar-10 4:50 
QuestionSimple question on String to double Pin
Andreoli Carlo4-Feb-10 3:02
professionalAndreoli Carlo4-Feb-10 3:02 

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.