home *** CD-ROM | disk | FTP | other *** search
/ Delphi Anthology / aDELPHI.iso / ActiveX / 3DText_ActiveX_v3.1-FCN / data1.cab / Other_Files / 3DTextReadme.txt next >
Text File  |  1999-10-27  |  2KB  |  63 lines

  1.  
  2.     CONTENTS
  3.     
  4.     1. Distributing the 3DText ActiveX control
  5.     2. Running the samples
  6.  
  7. 1. Distributing the 3DText ActiveX control.
  8.  
  9.     The 3DText ActiveX control uses OpenGL so you need
  10. to have Microsoft OpenGL 1.1 installed on the target machine. 
  11. OpenGL comes as a standard component with Windows NT 4.0 and 
  12. Windows 98 and you do not need to install it explicitly. 
  13.     Windows 95 however does not come equipped with OpenGL 
  14. so you'll need to install it before running this ActiveX control. 
  15. The only thing you have to do is run OpenGL95.exe on the target 
  16. machine. You can find Opengl95.exe (size: 495458 bytes) on 
  17. these services:
  18.  
  19.     - Microsoft's World Wide Web site on the Internet 
  20.           On the www.microsoft.com home page, click Support text
  21.           Click Knowledge Base, and select the product
  22.           Enter kbfile Opengl95.exe , and click GO!
  23.           Open the article, and click the button to download the file
  24.  
  25.     - Internet (anonymous FTP) 
  26.            ftp ftp.microsoft.com
  27.            Change to the \softlib\mslfiles directory
  28.            Get Opengl95.exe
  29.  
  30.     - Microsoft Partner Network (MSPN)
  31.           On MSPN Desktop, double-click the Software Library icon
  32.           Search for Opengl95.exe
  33.           Display results and download
  34.  
  35.     You will also need to ship the following dynamic link libraries
  36. and install them property.
  37.  
  38.     DLL        Version        Register Shared Directory
  39.     --------------------------------------------------------
  40.     MFC42.DLL    6.00.8168.0    Yes     Yes    Windows system
  41.     MSVCRT.DLL    6.00.8267.0    No     Yes    Windows system
  42.  
  43.     3DTEXT.OCX    3.1.0.0        Yes     No    Program destination
  44.     NOPENGL.DLL    3.1.0.0        No     No    Program destination
  45.     NWINCTL.DLL    3.1.0.0        Yes     No    Program destination
  46.     NUTILS.DLL    3.1.0.0        No       No    Program destination
  47.  
  48.     If you have any problems regarding the installation of this ActiveX 
  49. control please don't hesitate to write to us at email@nevron.com.
  50.  
  51.  
  52. 2. Running the samples
  53.             
  54.     In order to run the VB sample you must have the core Visual 
  55. Basic 6.0 modules installed. You can install them by simply running
  56. the VBRun60 application that comes with the 3DText installation or
  57. from the following directory on the Visual Basic 6.0 CD: 
  58.     \common\tools\vb\cabinets\vbrun60.cab
  59.     
  60.     On the Visual Studio CDs, it is located on Disk 3: 
  61.     \common\tools\vb\cabinets\vbrun60.cab
  62.  
  63.