If you find any file missing, please reply here. (please search for dependencies on internet, I won't upload them)
Sorry for my lack of time to maintenance mactype.
I have a few questions, if you don't mind:
GPLv3
Including it as a license file might be a good idea.
Yes, only the core mactype.dll.
Ah, thanks for clarifying. I haven't been able to successfully build it yet, so I wasn't sure.
Great
Are there any plans for creating an executable that will install mactype or will we need to create our own?
Thanks!
Thank you.....
At first I saw this image and thought it would be on Bitbucket
Thank you!
Is there a download page for this latest version?
Not yet.
I'm learning javascript these days :laughing:
@dogancelik What version is mentioned in that email?
@tanmatra MacType_dev_20160216, you can find if you google, you need to replace the DLL with the old one in MacType folder.
@synthtech: Including it as a license file might be a good idea.
In addition to LICENSE file inclusion, a (boring but necessary) GPL header is quite important for GPL projects. It is, though, rather important to add a Linking Exception for your library (or yes, use LGPL), or otherwise there will be some problem if someone contributed to your open source DLL under plain GPL and you are linking the DLL to MacType's GUI……
Other things to do to make the newly open-sourced library more serious-looking include:
//. Style issues should be handled by VS I guess.
Most helpful comment
In addition to LICENSE file inclusion, a (boring but necessary) GPL header is quite important for GPL projects. It is, though, rather important to add a Linking Exception for your library (or yes, use LGPL), or otherwise there will be some problem if someone contributed to your open source DLL under plain GPL and you are linking the DLL to MacType's GUI……
Other things to do to make the newly open-sourced library more serious-looking include:
//. Style issues should be handled by VS I guess.