mshaver Posted March 27, 2014 Share Posted March 27, 2014 I started a thread a while back having to do with redirecting pointers programmatically and cited an example from the power point training slides. In global definitions; M100->Sys.Fdata[L10]; I said this throws an error. Delta Tau insiders said this would download. I finally got back around to this. This will not compile or download. I have IDE version 1.6.0.109. ??? Link to comment Share on other sites More sharing options...
bradp Posted March 27, 2014 Share Posted March 27, 2014 It will download. The error happens when you must build. I thought this was fixed at one point but I have the newest firmware and IDE and it is not working again. To work around this you can comment that line and do the build. Then uncomment and do the download all files. Link to comment Share on other sites More sharing options...
sjlee5 Posted May 28, 2014 Share Posted May 28, 2014 Hi, In my case, ptr PointerTest->Sys.Fdata[L0] Above code does not work and got an error when build and download. But below does work correctly without any error messages. ptr PointerTest->* PointerTest->Sys.Fdata[L0] Is there anyone who could explain differences between two codes ? Link to comment Share on other sites More sharing options...
Recommended Posts