hi @tk1065 I was wondering whether you're open to the idea of moving this project to Github or some other git repo provider and subsequently whether you would consider pull requests. I think we all can agree that collaboration on SourceForge is a bit outdated. thanks Francois
@tdebaets Any chance you have time to help upgrade this project to a newer Visual Studio format? I tried my best, but this is one too much for me. Once I have a solution that builds successfully, I will try take this forward.
Hi, Our ActiveDirectory is quite large and often, when searching I would get a timeout. I'd like to increase the timeout value to e.g. 5min, but I don't see an option to do that anywhere. Would you be able to add one? Thanks so much.
Search by account name
Before I log a new issue, I want to check whether what I'm experiencing is related to this issue. I have this code and AStyle config: public class Sample { private static MyObject myObject = Initialize(DateTime.Today, new List<double>() { 0.5, 0.7 }, String.Empty); } Notice that the parameters of Initialize are aligned. # braces and indent style=allman indent=spaces=3 # indentation min-conditional-indent=0 max-continuation-indent=80 indent-classes indent-namespaces indent-switches # padding pad-oper...
You can log a pull request at https://github.com/FlashFolder/FlashFolder
https://github.com/FlashFolder/FlashFolder
I'm going to assume that development of FlashFolder has indeed stopped. Because of that I migrated the code from the current Subversion repository to a new git repository at https://github.com/FlashFolder/FlashFolder . I'm willing to accept pull requests, but because I don't know the codebase yet, I'll be very conservative in merging PRs. What would be useful is to get the solution building under VS2017 first before we start working on enhancement and fixes. I don't know any MFC/ATL, so anybody with...