Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Zortech C++ Language Reference - patchobj http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
                              PATCHOBJ
Patchobj  is a utility for removing default library  information  from
object  files  which  have been compiled with  Zortech  C++.  This  is
required  if the libraries are intended to be used with a  non-Zortech
compiler.

Usage
The syntax for PATCHOBJ is
PATCHOBJ sourcefile destfile

Takes  the  object  file sourcefile and  strips  the  default  library
information from it, copying the result to a file called destfile.

Example
PATCHOBJ vector.obj vector.tmp
Copies   vector.obj  to  vector.tmp,  removing  the  default   library
information in the process.

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson