1stClass Studio XE6 –4/29/14 –Version 14.0.1.1
文件大小: 10671k
源码售价: 10 个金币 积分规则     积分充值
资源说明:1stClass Studio XE6 –4/29/14 –Version 14.0.1.1 System Requirements RAD Studio XE6 Compatibility issues of 1stClass Studio/Win32: 1stClass Studio XE6 is designed to be backwards compatible with 1stClass XE5, XE4,2013, 2012, 2011, 2010, 2009, 2007, 2006, and 1stClass 4000. The only change for versions of 1stClass prior to 2006 is for the TfcImageForm. If you are using this component in a dialog, you will need to call the ApplyBitmapRegion method for the imageform from your form’s OnShow event. fcImageForm1.ApplyBitmapRegion; Without the above code, the form will not take on the shape of the image form’s bitmap. C++ backwards compatibility : For C++ projects there are a few housecleaning items to take care of in your project to compile with the new version. They are listed as follows. 1. If you use the OnDrawText event of a StatusBar panel, then you will need to change the reference of AnsiString & Text to UnicodeString & Text. Change this for both the header (.h) file and the source file (.cpp). 2. Existing C++ Builder projects will need to modify the references to the infopower header files so that they are preceeded by vcl. For instance, if you have a reference to … #include “fcstatusbar.hpp” in your source header file, this will need to be changed to #include “vcl.fcstatusbar.hpp” 3. Similarly C++ Project source files will need to change the references to the #pragma reference to also be preceeded by a vcl. For instance if you have a reference to … #pragma link "fcstatusbar" in your source .cpp file, this will need to be changed to #pragma link "vcl.fcstatusbar" Installing the 1stClass help file The online help files are integrated automatically Demo Applications For an overview of the 1stClass functionality, we suggest you compile the main demonstration program for 1stClass. This demo is located at \fcStudioxe6\demos\windows\Demo1stClass.dproj Company Information Address: Woll2Woll Software 3150 Reed Ave. Livermore, CA 94550 Sales: U.S. - 800-WOL2WOL (1-800-965-2965) INTL - 1-925-371-1663 Voice: (925) 371-1663 Fax: (925) 215-2410 Internet: mailto:sales@woll2woll.net Web site: http://www.woll2woll.com/
本源码包内暂不包含可直接显示的源代码文件,请下载源码包。