home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / krcls012.zip / KrClass / doc / faq next >
Text File  |  1997-02-25  |  2KB  |  45 lines

  1.  
  2.                   ***  K R O N I ' S   C L A S S E S  ***
  3.  
  4.               --  A class library for lazy PM programmers  --
  5.  
  6.                    ***   Frequently asked questions   ***
  7.  
  8.  
  9. Software requirements:  OS/2 Warp  and  Visual Age C++.
  10. Hardware Requirements:  none  (anything which runs Warp and VAC++ is good 
  11.                                enough).
  12.  
  13. Please read the files  readme.1st  and  doc/legal  before you go on!
  14.  
  15. ******************************************************************************
  16.  
  17. Q: My programs will run very well on my machine, but on other computers,
  18.    when the user double-clicks the icon, only the settings will pop up.
  19.  
  20. A: Most likely, you did compile your program and/or the library using
  21.    dynamic linking (this is the default). The program then needs the
  22.    VAC++ DLLs. Re-Build your program and the library using static linkage.
  23.    For the library, this can be done using
  24.      nmake /a static=1 KrClass.mak
  25.    Also, read "Compiling and linking your programs" in the user's guide.
  26.  
  27. ******************************************************************************
  28.  
  29. Q: The debuger only shows assembler code!
  30.  
  31. A: Re-Build your programs and the library with debugging set to on.
  32.    For the library, this can be done using
  33.      nmake /a debug=1 KrClass.mak
  34.  
  35. ******************************************************************************
  36.  
  37. Q: Why postcardware?
  38.  
  39. A: I wanted to make the classes freely available for profit and non-profit
  40.    purposes. However, I also want to know how many people are using them, so
  41.    that I can judge better whether or not to put the additional work required
  42.    for publication into future versions. Hence, postcardware.
  43.  
  44. ******************************************************************************
  45.