0
votes
votes
1 answers
ERROR: You can only take the address of an unfixed expression inside of a fixed statement initializer
Hello I wrote the following code, and got an error: unsafe void Get_ADC_Samples_From_All_Enabled_Channels(TextBox tb_OutputNumber_ADC, TextBox tb_Voltage_ADC) { bool got; double[,] chan ...
