fix some string marshaling bugs in the Dot Net binding -- Chris Larsen
[rrdtool.git] / bindings / dotnet / rrd_binding_test.cs
index c907e75..09bab0b 100644 (file)
@@ -2,6 +2,8 @@
  * RRDLIB .NET Binding Test
  *****************************************************************************
  * Created 2010/06/29 by Chris Larsen
  * RRDLIB .NET Binding Test
  *****************************************************************************
  * Created 2010/06/29 by Chris Larsen
+ * Updated 2011/04/15 - Modified the string arrays to use pointers as the old 
+ * automatic marshalling of strings didn't seem to work well with 1.4.5
  * 
  * This project tests the .NET binding library by creating an rrd, inserting 
  * data, fetching data, creating graphs, dumping and exporting the data to
  * 
  * This project tests the .NET binding library by creating an rrd, inserting 
  * data, fetching data, creating graphs, dumping and exporting the data to