use progress in c#

Comments, questions, bug reports, etc.
Post Reply
FanIT
Posts: 1
Joined: Wed Jun 29, 2016 9:34 am

use progress in c#

Post by FanIT »

Hello. Sorry for my english. I'm using in my c# application wimlib.dll through dllimport. It work fine, but how can i do progress for my application? If someone may give some example.
synchronicity
Site Admin
Posts: 474
Joined: Sun Aug 02, 2015 10:31 pm

Re: use progress in c#

Post by synchronicity »

I can't help much with C#, but it should be possible to use the progress callbacks. Look for examples of implementing a callback function (callable from unmanaged code) in C#.
Post Reply