8 ms·
Main author here. Let me know if you have any questions. I’d be happy to answer.
by marco2357 11y ago
Main author here. Let me know if you have any questions. I’d be happy to answer.
- rip747 11y agoit's very kind of you to translate open source projects for free. I personally think you should give that more attention rather then just an italic sentence at the bottom of the page.
- marco2357 11y agoThank you! But of course a lot of development and money went into our translation framework. So the main aim has to be to make money with it. But as long as we have capacity, we're happy to translate open-source software and improving our translation while doing so.
- MrBuddyCasino 11y agoIf it really works - very impressive! Have you considered using sun.misc.Unsafe for things like pointer arithmetic?
- marco2357 11y agoYes, but it's way too limited for replicating what you can do with C pointers. Therefore we wrote our own classes.
- shultays 11y agoI tried so hard to break main arguments (char argv), on my last try I sent char argv to a function and It wrapped main, and inserted program name to beginning and called the wrapped main with new arguments. I give up.
- marco2357 11y agoHahaha, cool!