-
rossta,
Your download.bat at http://smithii.com/files/getgnuwin32/download.bat does not seem to obey my exclude.txt items. Here is an example of what my exclude file looks like:
# ----------------------------------------------------
#
# exclude.txt -- Packages not wanted in any version
# (unless overruled by include.txt)
#
#...
2009-04-08 00:01:12 UTC in Automated gnuwin32 download tool
-
rmccullough committed revision 22 to the Fit C++ FitServer SVN repository, changing 1 files.
2009-01-22 19:00:06 UTC in Fit C++ FitServer
-
rmccullough committed revision 21 to the Fit C++ FitServer SVN repository, changing 1 files.
2009-01-22 18:58:19 UTC in Fit C++ FitServer
-
rmccullough committed revision 20 to the Fit C++ FitServer SVN repository, changing 1 files.
2009-01-22 18:56:56 UTC in Fit C++ FitServer
-
rmccullough committed revision 19 to the Fit C++ FitServer SVN repository, changing 8 files.
2009-01-22 18:48:21 UTC in Fit C++ FitServer
-
There is a more correct solution, but you need to download and compile the MySQLDriverCS code yourself until it is fixed.
In MySQLDataReader.cs, on about line 71, replace
Marshal.PtrToStructure(ptr,field);
with
Marshal.PtrToStructure(ptr,field.GetType());.
2009-01-15 20:30:03 UTC in MySQLDriverCS
-
rmccullough committed revision 1 to the Fit C++ FitServer SVN repository, changing 433 files.
2008-10-08 15:44:47 UTC in Fit C++ FitServer
-
rmccullough registered the Fit C++ FitServer project.
2008-10-07 16:21:32 UTC in Fit C++ FitServer
-
I tried the example in the initial post and can't reproduce.
Can someone provide the "create table" statement and the C# code that is causing the issue and I will try to debug.
2008-01-25 18:59:15 UTC in MySQLDriverCS
-
Fyi, this was me. I was not logged in on accident.
2008-01-18 17:40:43 UTC in MySQLDriverCS