PRB: Can't Find Transporter (TRANSPORT.PRG) in Visual FoxPro

Last reviewed: April 30, 1996
Article ID: Q130123
The information in this article applies to:
  • Microsoft Visual FoxPro for Windows, version 3.0

SYMPTOMS

TRANSPORT.PRG no longer exists in FoxPro's home directory and the _TRANSPORT system memory variable now contains an empty string.

RESOLUTION

The transporter (TRANSPORT.PRG) is now included in the CONVERT.APP application and a new system variable (_CONVERTER) has been added to Visual FoxPro to point to CONVERT.APP.

In other words, the transporter code is now built into the converter. When a transported object's version is prior to version 3.0, CONVERT.APP calls the TRANSPORT module in CONVERT.APP. This module converts the object first to a FoxPro version 2.6 for Windows object, and then converts it to a Visual FoxPro version 3.0 object.

CONVERT.APP is located in the Visual FoxPro home directory. The CONVERT.APP source code and TRANSPORT.PRG can be found in the \TOOLS\CONVERT subdirectory of the home directory of the Professional version of Visual FoxPro.

STATUS

This behavior is by design.


Additional reference words: 3.00 VFoxWin
KBCategory: kbtool kbprb
KBSubcategory: FxtoolConverter


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: April 30, 1996
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.