Componentes.Terceros.jcl/official/1.100/devtools/FAQBuilder/JVCL3.FAQ

35 lines
7.0 KiB
Plaintext

[FAQ]
Count=16
Q0=What is the JVCL?
A0=The JVCL is a library of more than 500 visual and non-visual components for Delphi, C++Builder and Kylix. The components have been donated by developers from all around the world and can be used in commercial as well as shareware and freeware and open source projects without cost.{CRLF}
Q1=Where can I get it?
A1=You can always download the latest release of JVCL from the JVCL homepage at <a href="http://jvcl.sf.net">http://jvcl.sf.net</a>.{CRLF}{CRLF}You can also get the JVCL from CVS or from the daily zips. See the download page on the <a href="http://jvcl.sf.net">JVCL website</a> for more information.{CRLF}
Q2=How is the JVCL licensed?
A2=The JVCL is licensed under the <a href="http://www.mozilla.org/MPL/MPL-1.1.html">Mozilla Public License</a> (MPL 1.1) license.{CRLF}{CRLF}In short, the MPL allows you to use the JVCL components in commercial, shareware, freeware and open source projects as long as you give due credit to the JVCL in your application (including a notice in your About Box is a good idea). {CRLF}{CRLF}If you extend, derive from or modify any unit in the JVCL, you are obliged to make the source of the modifications available to your customers. You are also encouraged to donate any modifications back to the JVCL community.{CRLF}{CRLF}To learn more about the MPL, see the License FAQ on the <a href="http://jvcl.sf.net"> JVCL website</a>.{CRLF}
Q3=How can I contribute?
A3=There are several ways you can contribute to the development of JVCL. Among other things, you can write new or extend existing components, write help, fix bugs or write demos. {CRLF}{CRLF}If you are a writer, you could write articles about the JVCL or about specific components in the JVCL. If you speak a foreign language (foreign to english speaking people, that is), you could help translate the JVCL to other languages.{CRLF}{CRLF}For more information , see the JVCL webpage on contributing (<a href="http://jvcl.sf.net">http://jvcl.sf.net</a>).{CRLF}
Q4=Required Package 'Inet' Not Found
A4=<i>From Julien Ferraro:</i>{CRLF}{CRLF}It's probably because you didn't choose to install the Internet components. Just launch your Delphi setup and select "Internet components" (or whatever the name is) and you should be OK. {CRLF}
Q5=In D7, when I press F1, I am not getting JVCL help information
A5=Go to Help/Customize, delete the JCL.cnt and JVCL.cnt references, add them again, and save the project.{CRLF}
Q6=When I try to compile my apps, I get an error message "line is too long (>1023 chars)"
A6=The files probably have UNIX carriage returns in them. {CRLF}{CRLF}Use something like <a href="http://ccrma-www.stanford.edu/~craig/utility/flip/">http://ccrma-www.stanford.edu/~craig/utility/flip/</a> to correct it. {CRLF}{CRLF}
Q7=I'm getting an error ("Cannot load package JvNet. It contains zlib.pas which is also in package YYYY") when I try to install the JvNet package.
A7=Open the JvNet run-time package and add the other run-time package ("YYYY") to it's requires node. Try to install again.{CRLF}
Q8="The procedure entry point SHGetSpecialFolderPathA could not be located in XXX".
A8=You probably have an older Internet Explorer installed. Install the latest IE release.{CRLF}{CRLF}You might also want to try to update your ComCtl32.dll. {CRLF}{CRLF}Since Microsoft keep moving their pages around, we cannot give you a reliable link. Instead, go to <a href="http://www.microsoft.com">Microsoft's website</a> and search for 50comupd.exe.{CRLF}{CRLF}
Q9=How do I dock a form at design-time with the JvDocking components?
A9=You can't dock the forms at design-time. You will have to do it programmatically.{CRLF}{CRLF}
Q10=How do I change the docking style at runtime?
A10=You can't change it at runtime, only at design-time. We are working on resolving this issue.{CRLF}{CRLF}
Q11=Cannot load JvMM. It contains VFW.pas which is also contained in GLSCENE.
A11=Resolve it by either adding the GLSCENE package to the requires of JVMM {CRLF}or add JvMM to the requires of GLSCENE. Rebuild the packages.{CRLF}{CRLF}
Q12=Unit zlib/zlibconst implicitly imported into JvCrypt
A12=This message is nothing to worry about unless you have other packages also including zlib. In that case, you {CRLF}might get an error saying something like: "Unable to load JvCrypt. It contains unit zlib which is also included in package XXXX". {CRLF}{CRLF}The error message is not entirely correct but nevertheless you cannot install two packages that includes (explicitly or implicitly) the same units. {CRLF}To resolve, you have to add the other package's dcp file to the requires node of JvCrypt and rebuild JvCrypt.{CRLF}{CRLF}In some cases, this doesn't help either because the other package is using a non-standard zlib unit (JvCrypt requires the standard zlib/zlibconst.pas {CRLF}available on the Delphi CD). To resolve this issue, you can copy the Borland zlib and zlibconst unis from the Delphi CD to your computer and rename them {CRLF}(you will also need the obj files in the same folder). Open JvZLibMultiple.pas and change the uses clause to reflect the name of the renamed Borland zlib unit). {CRLF}{CRLF}If all else fails, remove JvZLibMultiple.pas from the JvCrypt runtime package and the JvZLibMultiple registration and uses from jvcl\design\JvCryptReg.pas {CRLF}and rebuild the packages (runtime as well as design-time).{CRLF}{CRLF}{CRLF}
Q13=Why doesn't JvDotNetFilenameEdit and JvDotNetDirectoryEdit have a palette icon?
A13=If the package containing JvFilenameEdit and JvDirectoryEdit is installed after the JvDotNet package, the icons won't be shown on the palette.{CRLF}{CRLF}<b>Fix:</b>{CRLF}<ul>{CRLF}<li>In Delphi, go to Component - Install Packages{CRLF}<li>Select the Jv DotNet package in the list{CRLF}<li>Toggle the checkbox off and then on again{CRLF}<li>Close the dialog{CRLF}</ul>{CRLF}
Q14=After installing JVCL, my palette icons are corrupted.
A14=This error can be caused by faulty video drivers or an old version of the common controls library. {CRLF}{CRLF}<b>Fix:</b><ul>{CRLF}<li>Get the latest Internet Explorer release from Microsoft. It will update the ComCtrl library as well. {CRLF}<li>If that doesn't help, try to find updated video drivers for your graphics card.{CRLF}<li>If it still doesn't help, try lowering the video acceleration (you do this from Control Panel-Desktop-Settings-Advanced){CRLF}</ul>{CRLF}
Q15=Will JVCL continue to support and develop RXLib?
A15=Yes, we will continue to support and develop RXLib but within the constraints of JVCL. This means that RXLib components can be merged, replaced, archived and renamed at any time as we see fit (indeed, this has already happened to a few of the original RXLib components). {CRLF}{CRLF}JVCL will try to preserve backward compatibility, taking into account the cost for JVCL (maintenance, stopping of future development, not being able to fix bugs etc). If we think it is better for the JVCL as a whole to make changes that break backward compatibility, we will do the changes.{CRLF}{CRLF}This standpoint is not RXLib specific. We reserve the right to do the same with any library or component donated to JVCL.{CRLF}{CRLF}