home *** CD-ROM | disk | FTP | other *** search
/ Multimedia & CD-ROM 4 / mmcd04-julaug1995-cd.iso / applicat / educate / windev / windevx.txt < prev   
Text File  |  1993-09-07  |  2KB  |  52 lines

  1.  
  2. W I N D E V (TM)  Copyright ⌐, 1992-3, ALL RIGHTS RESERVED
  3.  
  4.      Helios Software Solutions
  5.      Carr Brook House, Chorley Old Road
  6.      Brindle, CHORLEY  PR6 7QZ, England
  7.  
  8.      Tel/Fax: +44 (0772) 324353
  9.      CompuServe Mail: 100041,235
  10.  
  11. *****************
  12. * SPECIAL OFFER *
  13. *****************
  14.  
  15. For a limited period only:  Register your copy of Windev
  16. for Windows 3.1, and get the Windows NT edition FREE.
  17.  
  18. Don't miss this opportunity to get the native 16 and 32
  19. bit editions of Windev for just $32 (plus $5.90 S&H).
  20. Click on the Help button on Windev's startup dialog for
  21. details of how to register.
  22.  
  23. Offer closes 31 August, 1993.
  24.  
  25. WINDEVX
  26. =======
  27.  
  28. If you have wanted the features of Windev from MS Visual
  29. Workbench (or another Windows application), but don't like
  30. having it start a new instance for each file you edit,
  31. Windevx provides the solution.  It translates the command
  32. line you specify in Visual Workbench's Tools menu into the
  33. corresponding Windev DDE command, so Windev can act as a
  34. DDE server to MSVC.  Here's how to do it:
  35.  
  36. 1) Install WINDEVX.EXE in the same directory as WINDEV.EXE.
  37. 2) If you haven't already added Windev to Windows' Registry,
  38.    follow the instructions on "Using Dynamic Data Exchange"
  39.    in Windev's online help.
  40. 3) Use MSVC's Options/Tools menu command to add:
  41.        Command Line:   <drive:>\<path>\WINDEVX.EXE
  42.        Menu Text:      Winde&v
  43.        Arguments:      $File($Line,$Col)
  44.    Where <drive:>\<path> should be the full path to the
  45.    directory you used in step (1) above.
  46.  
  47. Now, when you choose "Windev" from MSVC's Tools menu, Windev
  48. will open an edit window at the same line and column as the
  49. file in MSVC's active window.  You don't need to make sure
  50. that Windev is already running - Windevx will start it the
  51. first time it's needed.
  52.