Gordon Buellerson
Results
2
issues of
Gordon Buellerson
I noticed that in the original c++, it extends or truncates the path, by returning the new size. The c# version does not do this, I have fixed as follows;...
I'm getting some crazy UI thread deadlocks after using AsyncEx.Context. WinForms app. Here's the UI thread, doing UI things: Application.Run(form); Here's the sync context on this thread: System.Windows.Forms.WindowsFormsSynchronizationContext, System.Windows.Forms, Version=4.0.0.0,...