rhombusvs Posted September 16, 2010 Posted September 16, 2010 Hi I need to set a block of 12 floating point values in the DPRRam of a geobrick simultaneously. I have been told that the best thing I should use is DPRSetMem from my vb.net 2005 program I have loaded a double array with the 12 values that I need to write and the offset is &hFE*4 but I cannot understand the function Can someone please give me an example block of code on how to use it.
bradp Posted September 17, 2010 Posted September 17, 2010 When you install the communications library you also get several sample projects. Some are for VS2003 and some are for VS2005. Eitherway in these example programs is an example for using the DprSetMem() function. Have you looked at this?
Recommended Posts