I am trying to compile project on RAD studio 2010 as suggested in this post. During compilation it asks path for static library JvControls.lib,JvSystems.lib,JvStdCtrls.lib,JvMM.libJcl.libJclVcl.lib,JvCore.lib. Is there any dependency need to include which i am missing? also i have downloaded gnugettext from above post but don't know where to include this library. Please help.
Thank you
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
you have to download and install JCL and JVCL http://www.delphi-jedi.org/
I usually compile and install the latest development version from GitHub.
Also, get the new version of gnugettext attached to this message.
You have to add include and lib subdirectories to the include and library paths of RAD Studio, respectively (Tools -> Options -> Environment options -> C++ options -> Paths and directories).
Hi Project Admin,
I am trying to compile project on RAD studio 2010 as suggested in this post. During compilation it asks path for static library JvControls.lib,JvSystems.lib,JvStdCtrls.lib,JvMM.libJcl.libJclVcl.lib,JvCore.lib. Is there any dependency need to include which i am missing? also i have downloaded gnugettext from above post but don't know where to include this library. Please help.
Thank you
Hello,
you have to download and install JCL and JVCL http://www.delphi-jedi.org/
I usually compile and install the latest development version from GitHub.
Also, get the new version of gnugettext attached to this message.
You have to add include and lib subdirectories to the include and library paths of RAD Studio, respectively (Tools -> Options -> Environment options -> C++ options -> Paths and directories).
HTH
- Lorenzo -