toby11
toby11
Does anyone have an updated version of pt-dmp.zip that works with version 13 of the database? I have made a small change myself and it works reading the data but...
I think the first node is not being read correctly in my case so it thinks there are too many children `minfilter=0 foldlevel=5 prefs= 5 180 10 10 300 0...
ok fixed this myself - the bytes to read needs to be 48 for version 13 10 * 4 + 2 * 4 (4 byte integers ) `case 13: gzread(zfd,...
I have a c# version of the code now working if anyone wants it. I'll put on Github once I have tidied it up a bit.
I seem to be experiencing this as well - it does not always happen though. Did you find a solution?
yes its more complicated because seal reports requires an ODBC database driver for MySQL rather than using the native .net core Mysql.Data connector. so the issue seems to be how...
@sivashakthi did you get this working? I have the same problem on a fresh clone of the respository.
@sivashakthi got it working, just needed to copy the codec dlls into the output directory
I think it was the ones in here Examples/libffmpeghelper/lib/x64 Or x32 depending on your build type
I copied all the files from Examples/libffmpeghelper/lib/x64 To the build directory and it fixed it. It was missing the ffmpeg dlls