diff --git a/components/xdev_toolkit/XDevStatus.html b/components/xdev_toolkit/XDevStatus.html index 9d682f37d..d123a50b7 100644 --- a/components/xdev_toolkit/XDevStatus.html +++ b/components/xdev_toolkit/XDevStatus.html @@ -32,7 +32,12 @@
+ +
MacPgmr (at) fastermac (dot) net
-Note: You can also post to the Lazarus forum if you want your bug reports -and suggestions to be seen by the entire Lazarus community.
+You can download the XDev Toolkit files via Subversion. Change to the +local directory where you want the files downloaded and enter:
-The XDev Toolkit source code is here: http://web.me.com/macpgmr/XDev
+ svn co https://svn.code.sf.net/p/lazarus-ccr/svn/components/xdev_toolkit .
-You can also download the XDev Toolkit files via Subversion:
- - svn co https://lazarus-ccr.svn.sourceforge.net/svnroot/lazarus-ccr/components/xdev_toolkit [local dir]
- -Substitute your local directory where you want the files downloaded for "[local dir]".
- -All source code included in the XDev Toolkit is released under the Modified LGPL license. +All source code included in the XDev Toolkit is released under a modified LGPL license +(same as FPC RTL).
+
@@ -159,7 +159,9 @@ which generally makes for a better look on Windows.
Important! Make sure your .dfm files are text files. If not, save them as text files with Delphi before attempting to convert them.
-
+ +Use the Lazarus LazRes utility to create a Lazarus resource file (.lrs) from each form file (.lfm). Example:
lazres myform.lrs myform.lfm
Note: The lazres source code is located in the Lazarus tools folder. Open @@ -369,7 +371,7 @@ also be able to output version information to a Lazarus .lpi file.
http://wiki.lazarus.freepascal.org/Deploying_Your_Application