home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / bcdwg02.zip / readme.txt < prev    next >
Text File  |  1998-09-14  |  3KB  |  90 lines

  1.    README for DWG - 07/Sept/1998
  2.    Yuri Dario <mc6530@mclink.it>
  3.  
  4.  
  5.       AutoCAD DWG filter for BlueCAD rel. 02
  6.       --------------------------------------
  7.  
  8.  
  9. This is a DWG filter for BlueCAD 1.0 for OS/2. It can import/export dwg files
  10. up to AutoCAD rel.12; it doesn't support AutoCAD 13/14.
  11.  
  12. To use the filter, you need to copy KERNEL32.DLL from Win32OS2 
  13. Alpha 2 to your local x:\bluecad\dll directory. This filter uses the same
  14. DLLs of BlueCAD for Windows, converted thanks to the effort of the Win32OS2
  15. Project Team.
  16.  
  17. NOTE: THIS IS NOT A CADWARE PRODUCT AND IT IS NOT SUPPORTED BY ANY MEANS BY 
  18. CADWARE.  ITS USE IS AT  YOUR OWN SOLE RISK AND RESPONSABILTY. 
  19.  
  20. *-Ware status
  21. -------------
  22. This software is released as PostCard-Ware. So if you like it, please send me
  23. a postcard from your city to my address (below).
  24.  
  25. Win32OS2 Project
  26. ----------------
  27. You can get it from Hobbes (http://hobbes.nmsu.edu), search for win32os2.zip;
  28. alpha 2 required, otherwise you get a warning about version mismatch.
  29. Follow the instruction included in the readme.txt for installation.
  30.  
  31. Installation
  32. ------------
  33. Run the install.cmd script to add all necessary entries to your
  34. BlueCAD INI files.
  35.  
  36. How to run
  37. ----------
  38. Open the BlueCAD' macro dialog (lowest icon on the BlueCAD's vertical toolbar): 
  39. two new icons are now added, one for dwg import and the other for dwg output. 
  40. Clicking on such icons, you will be asked for a file name: type in the full 
  41. path of dwg file to be exported/imported (including .dwg extesion).
  42.  
  43. This filter is multithreaded, so it won't freeze your input queue while running.
  44.  
  45. Debug info
  46. ----------
  47. To enable debug info, add
  48.  
  49.    SET CWDEBUGLEVEL=5
  50.  
  51. before running BlueCAD. You will get a file dwgio.log in your x:\bluecad\prgm
  52. directory.
  53.   To disable Win32OS2 log file, also add
  54.  
  55.    SET NOWIN32LOG=1
  56.  
  57. to your config.sys
  58.  
  59.  
  60. Who I am?
  61. ---------
  62. If you have something to say, please write me to <mc6530@mclink.it>. Please
  63. don't write me about incorrect import/export of primitives, because that errors
  64. will not be fixed (at least by me).
  65. My snail-mail address is
  66.  
  67.     Yuri Dario
  68.     Via Madonna, 37
  69.     31015 Conegliano (TV)
  70.     Italy
  71.  
  72. Check my homepage for updates to this software:
  73.  
  74.     http://www.geocities.com/SiliconValley/Peaks/4320
  75.  
  76.  
  77. History
  78. -------
  79. 07/Sept/1998 relese 02
  80.     Corrected dll to work with Win32OS2 Alpha 02.
  81.     Added PE2LXVER extended attribute to BlueCAD executable, to avoid
  82.     version mismatch warning.
  83.  
  84. 02/Sept/1998 relese 01
  85.     First public version.
  86.  
  87. -------------------------------------------------------------------------------
  88. Registered trademarks. All the names of the products are trademarks or 
  89. registered trademarks belonging to their respective owners.
  90.