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

Managed C++/CLI

 
GeneralRe: protected float[4][4] Pin
toxcct12-Dec-05 21:40
toxcct12-Dec-05 21:40 
GeneralRe: protected float[4][4] Pin
RichardS12-Dec-05 22:06
RichardS12-Dec-05 22:06 
GeneralRe: protected float[4][4] Pin
Cedric Moonen12-Dec-05 22:22
Cedric Moonen12-Dec-05 22:22 
GeneralRe: protected float[4][4] Pin
RichardS12-Dec-05 22:02
RichardS12-Dec-05 22:02 
GeneralRe: protected float[4][4] Pin
Cedric Moonen12-Dec-05 22:24
Cedric Moonen12-Dec-05 22:24 
GeneralRe: protected float[4][4] Pin
RichardS12-Dec-05 22:30
RichardS12-Dec-05 22:30 
GeneralRe: protected float[4][4] Pin
toxcct12-Dec-05 22:52
toxcct12-Dec-05 22:52 
GeneralRe: protected float[4][4] Pin
Cedric Moonen12-Dec-05 23:00
Cedric Moonen12-Dec-05 23:00 
Yes, I checked and with the simple code he gave the program crashes. The array inside the class is correct (except that the data is not initialized but the array itself is valid). The problem appear because of the casting from float[4][4] to float**. At this point, the pointers becomes invalid (even if the it points to the same memory Unsure | :~ ). Probably because the two arrays are represented differently in memory (I didn't knew that)
GeneralRe: protected float[4][4] Pin
RichardS12-Dec-05 23:01
RichardS12-Dec-05 23:01 
GeneralRe: protected float[4][4] Pin
Cedric Moonen12-Dec-05 22:56
Cedric Moonen12-Dec-05 22:56 
GeneralRe: protected float[4][4] Pin
RichardS12-Dec-05 23:00
RichardS12-Dec-05 23:00 
GeneralRe: protected float[4][4] Pin
Curtis Schlak.13-Dec-05 6:31
Curtis Schlak.13-Dec-05 6:31 
GeneralRe: protected float[4][4] Pin
RichardS14-Dec-05 1:03
RichardS14-Dec-05 1:03 
GeneralRe: protected float[4][4] Pin
Curtis Schlak.14-Dec-05 4:35
Curtis Schlak.14-Dec-05 4:35 
AnswerRe: protected float[4][4] Pin
Nish Nishant13-Dec-05 8:09
sitebuilderNish Nishant13-Dec-05 8:09 
GeneralRe: protected float[4][4] Pin
RichardS14-Dec-05 0:58
RichardS14-Dec-05 0:58 
AnswerRe: protected float[4][4] Pin
TheGreatAndPowerfulOz13-Dec-05 10:47
TheGreatAndPowerfulOz13-Dec-05 10:47 
GeneralRe: protected float[4][4] Pin
Nish Nishant13-Dec-05 10:51
sitebuilderNish Nishant13-Dec-05 10:51 
GeneralRe: protected float[4][4] Pin
TheGreatAndPowerfulOz13-Dec-05 11:00
TheGreatAndPowerfulOz13-Dec-05 11:00 
GeneralRe: protected float[4][4] Pin
TheGreatAndPowerfulOz13-Dec-05 11:07
TheGreatAndPowerfulOz13-Dec-05 11:07 
GeneralRe: protected float[4][4] Pin
RichardS14-Dec-05 1:02
RichardS14-Dec-05 1:02 
GeneralRe: protected float[4][4] Pin
RichardS14-Dec-05 1:01
RichardS14-Dec-05 1:01 
QuestionDijkstra's Algorithm Implementation Pin
techno_brains12-Dec-05 4:40
techno_brains12-Dec-05 4:40 
AnswerRe: Dijkstra's Algorithm Implementation Pin
Nish Nishant12-Dec-05 4:54
sitebuilderNish Nishant12-Dec-05 4:54 
QuestionHow to give Focus in form using DLL inside other DLL Pin
horacyjr12-Dec-05 1:24
horacyjr12-Dec-05 1:24 

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.