SN-10079 附来源、原文与上下文。
我会把 CriticalSection 代码改成 wxCriticalSection,再上传到 SVN(有点棘手)。不过,我还不知道 TryEnterCriticalSection 该怎么办。我想自己差不多准备好把所有内容提交上去了。
I'll convert the CriticalSection code to wxCriticalSection and upload it to SVN (it's a little tricky). I don't know what to do for TryEnterCriticalSection though. I think I'm almost ready to check everything in.
你大概是对的,是时候做一个 linux 版本了。我一直在配置自己的 linux 机器,并编译依赖项。
You're probably right, it's about time to do a linux build. I've been working on getting my linux machine set up and building the dependencies.
引用 Martti Malmi 的文字Martti Malmi来源 ↗好。我把 Windows 线程和套接字库的包含文件替换成了对应的 POSIX 文件,现在只剩下几个错误,大多来自 CriticalSections。如果我让它运行起来,就会放进 svn/branches,现在还不必作为正式版本发布。
Ok. I replaced the Windows thread and socket library includes with their POSIX equivalents, and now it only gives a few errors, mostly from the CriticalSections. If I make it work, I'll put it into svn/branches, it doesn't need to be an official release yet.