Matrix(double) matDataReal; (hm?! how can i put the other brackets in here ...?)
i can see that there seems to be no data attached to the matrix...
has anyone a clue what my problem is? i didn't made any other changes to the C-code (I think ...) and the 'Matrix1'-Window exists with the car-bmp in it wich is converted to gray and data...
maybe a problem with memory-allocation? but rebooting doesen't solve the problem...
Did you change the Matrix1 data type to other than double (Menu item Matrix_>Set Properties)?
In any case, you should not have to reboot...try debugging the code by putting break points to see if the matrix attach statement works correctly...you should also see that with your print statement without debugging. If the print statement outputs a value different from 1, the attach statement did not succeed, and any reference to matDataReal after that can lead to a runtime error.