Nathan Wamsley

Results 10 comments of Nathan Wamsley

There is a clearer explanation of the problem with a minimal example and context on stack overflow. https://stackoverflow.com/questions/75325784/using-a-net-assembly-in-with-dotnet-jl-julia

Thanks, this is very helpful. It turns out that Thermo has a .NET standard 2.0 build of these libraries (I think this would work?). I requested it, so I think...

With the .NET Core 2.0 build, I encounter an error where a space seems to be added to the front of the filepath. ``` julia> filepath = convert(CLRObject,"/Users/n.t.wamsley/Projects/Julia_Testing/MA4358_FFPE_HPVpos_01_071522.raw") julia> rawFile...

The error code is 2. I verified the string length, just strange that the error message seems to be adding a space in what it prints out. From the xml...

That would be awesome. https://figshare.com/articles/dataset/Raw_and_DLL/22022552 I think this link will work.

``` julia> versioninfo() Julia Version 1.8.5 Commit 17cfb8e65ea (2023-01-08 06:45 UTC) Platform Info: OS: macOS (x86_64-apple-darwin21.4.0) CPU: 16 × Intel(R) Core(TM) i7-10700K CPU @ 3.80GHz WORD_SIZE: 64 LIBM: libopenlibm LLVM:...

From Thermo's documentation ``` // This code has been compiled and tested using Visual Studio 2013 Update 5, Visual Studio // 2015 Update 3, Visual Studio 2017 Update 2, Visual...

I think it is strange that in all the file error messages I get, a space is appended to the front of the file paths. Even though the string I...

Ah OK. I can get that same error on my Mac, so it is probably platform specific. I let the developers of the RawFileReader package know and pointed them to...

I have used these library in python using the pythnonnet package. It works when I use the mono runtime, but I just discovered that when I use the coreclr runtime,...