IDEMSInternational / TranslateWinForms

Provides utility functions to translate the text in WinForm objects (e.g. menu items, forms and controls) to a different natural language (e.g. to French).
GNU General Public License v3.0
0 stars 2 forks source link

Make the final build of the library have all dependencies #11

Open Patowhiz opened 2 years ago

Patowhiz commented 2 years ago

Currently, for the library to be used, the products must also include all dependencies used by it, for instance sql lite and json dependencies.

I suggest making the final build of the library have all the dependencies included. This will help the product users to not need to download them and also the dependencies version will be consistent with the final build.

dannyparsons commented 2 years ago

This may not work well for Linux version of R-Instat, as OS dependent versions of those libraries are needed, I think.

So I would not advise doing this initially, without testing on Linux first.

Patowhiz commented 2 years ago

@dannyparsons @lloyddewit currently in R-Instat, are we using different versions for Linux and Windows, in regards to dependencies used in this library? In this case I'm asking about the SQL lite dependency.

Patowhiz commented 2 years ago

Thanks all, I just saw that we use different dlls for the SQLite. Very useful comment @dannyparsons.