Does TurboPack/AsyncPro library supports Win64?
Does TurboPack/AsyncPro library supports Win64?
Namely, current code on GitHub https://github.com/TurboPack/AsyncPro does not compile for Win64 because it contains 32bit ASM code (and possibly has other issues). But readme of the same repository says that Win32 and Win64 are supported. Am I missing something here?
http://stackoverflow.com/q/31349457/4267244
Namely, current code on GitHub https://github.com/TurboPack/AsyncPro does not compile for Win64 because it contains 32bit ASM code (and possibly has other issues). But readme of the same repository says that Win32 and Win64 are supported. Am I missing something here?
http://stackoverflow.com/q/31349457/4267244
The read me might be incorrect... but I'll have to check with Roman Kassebaum if he knows more.
ReplyDeleteMarco Cantù confirmed by Roman Kassebaum at SO, it only supports Win32
ReplyDeleteI have a version for Win64 on my Github: https://github.com/JBontes/AsyncPro
ReplyDeleteIt compiles, but I have not been able to test it comprehensivly. Feel free to file an issue if you get stuck anywhere.
I was about to add the same comment Johan Bontes just added, referring to his commit at https://github.com/TurboPack/AsyncPro/pull/13
ReplyDelete