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

Managed C++/CLI

 
AnswerRe: can u help me Pin
Christian Graus28-Oct-06 11:27
protectorChristian Graus28-Oct-06 11:27 
QuestionLinux Active Process List Pin
feritunal27-Oct-06 22:52
feritunal27-Oct-06 22:52 
AnswerRe: Linux Active Process List Pin
George L. Jackson28-Oct-06 6:20
George L. Jackson28-Oct-06 6:20 
QuestionBYTE to unsigned char Pin
samkook27-Oct-06 12:54
samkook27-Oct-06 12:54 
AnswerRe: BYTE to unsigned char Pin
Christian Graus27-Oct-06 15:54
protectorChristian Graus27-Oct-06 15:54 
GeneralRe: BYTE to unsigned char Pin
samkook27-Oct-06 19:12
samkook27-Oct-06 19:12 
GeneralRe: BYTE to unsigned char Pin
Christian Graus28-Oct-06 2:19
protectorChristian Graus28-Oct-06 2:19 
GeneralRe: BYTE to unsigned char Pin
samkook28-Oct-06 9:08
samkook28-Oct-06 9:08 
Humm, Sorry about that, I'm not going out of the array, I only didn't put the code where I increment iCompteur. And I was using an array because a function needed it and if I only gave it an unsigned char, it was giving me an error(another case of me doing weird things because I can't find the right conversion).

Also, How do I set the value IN the array. I'm not sure how to do it(forget this line, it was a stupid question).

I just tested what I wanted to test an at my big surprise I was right, it was the problem(now to explain it). I'm reading text from a binary file, and displaying it into an editbox. Before displaying it, I'm putting each bytes into a CString and then I display it. If i Do this: csSpeech += (char *)cByteBuff; it's working and if I do this: csSpeech += (char *)pByteBuff[iCompteur-1]; it's crashing and finally if I do this: csSpeech += (char *)&pByteBuff[iCompteur-1]; all the sentence is reapeated with dropping a letter each time(for exemple if the sentence is abc it will be abcbcc). Any idea of what i'm doing wrong. BTW, before this i'm transfering the value of the byte array(the big one) into the small one.
GeneralRe: BYTE to unsigned char Pin
Christian Graus28-Oct-06 11:26
protectorChristian Graus28-Oct-06 11:26 
GeneralRe: BYTE to unsigned char Pin
Mark Salsbery29-Oct-06 17:23
Mark Salsbery29-Oct-06 17:23 
QuestionUser Painted TextBox Pin
Tojiro26-Oct-06 8:39
Tojiro26-Oct-06 8:39 
Questionwriting test results in XML file using CPPUnit Pin
jayart26-Oct-06 5:21
jayart26-Oct-06 5:21 
QuestionUnmanaged pointer in managed collection Pin
Jose M Castellanos26-Oct-06 1:15
Jose M Castellanos26-Oct-06 1:15 
AnswerRe: Unmanaged pointer in managed collection Pin
User 58385226-Oct-06 13:41
User 58385226-Oct-06 13:41 
AnswerRe: Unmanaged pointer in managed collection Pin
George L. Jackson28-Oct-06 6:45
George L. Jackson28-Oct-06 6:45 
Questionread all files form a CD Pin
Iv0125-Oct-06 14:01
Iv0125-Oct-06 14:01 
AnswerRe: read all files form a CD Pin
Jonathan [Darka]25-Oct-06 21:14
professionalJonathan [Darka]25-Oct-06 21:14 
QuestionTemplate question Pin
User 58385224-Oct-06 15:16
User 58385224-Oct-06 15:16 
AnswerRe: Template question Pin
Rob Graham24-Oct-06 17:07
Rob Graham24-Oct-06 17:07 
GeneralRe: Template question Pin
User 58385224-Oct-06 18:48
User 58385224-Oct-06 18:48 
QuestionUnderstanding Templates Pin
Nathan Farrar23-Oct-06 4:51
Nathan Farrar23-Oct-06 4:51 
AnswerRe: Understanding Templates Pin
led mike23-Oct-06 7:56
led mike23-Oct-06 7:56 
AnswerRe: Understanding Templates Pin
Michael Dunn23-Oct-06 13:28
sitebuilderMichael Dunn23-Oct-06 13:28 
AnswerRe: Understanding Templates Pin
George L. Jackson23-Oct-06 13:31
George L. Jackson23-Oct-06 13:31 
GeneralRe: Understanding Templates Pin
Nathan Farrar24-Oct-06 1:54
Nathan Farrar24-Oct-06 1:54 

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.