nickdu088 / SharpExt4

A .Net library to provide full access (read/write) to Linux ext2/ext3/ext4 filesystem
https://www.nickdu.com/?p=890
42 stars 9 forks source link

(It can be simply modified to be compiled in Visual Studio 2013). How? #14

Closed thuongthinh closed 1 year ago

thuongthinh commented 1 year ago

Hello! I compiled using visual studio 2013 with .NET 3.5 and got error LNK2001 and LNK2019 in lwext4.lib

(It can be simply modified to be compiled in Visual Studio 2013). How? Thanks!

nickdu088 commented 1 year ago

What error did you get? I can't remember exactly what I did last time, but it's quite simple to modify (one line code change).

thuongthinh commented 1 year ago

I build SharpExt4 with .net 3.5 and got error: Tuple is not template. Tuple only available in .net4.0 and above. image

nickdu088 commented 1 year ago

https://stackoverflow.com/questions/7120845/equivalent-of-tuple-net-4-for-net-framework-3-5

thuongthinh commented 1 year ago

Thanks!