Newsgroups: comp.windows.ms.programmer
Path: funic!news.funet.fi!sunic!psinntp!psinntp!rpi!usc!elroy.jpl.nasa.gov!ames!saimiri.primate.wisc.edu!hp9000.csc.cuhk.hk!cucs5.cs.cuhk.hk!hclam
From: hclam@cuse1.se.cuhk.hk (LAM Ho Cheong)
Subject: tlink error: arguments too long
Message-ID: <1992Dec17.143747.25620@cucs5.cs.cuhk.hk>
Sender: news@cucs5.cs.cuhk.hk
Organization: Faculty of Engineering, The Chinese U. of Hong Kong
Date: Thu, 17 Dec 1992 14:37:47 GMT
Lines: 22


   I'm writing a program, which will invoke the Turbo C++ compiler to
   compile a windows application during run time.

   For compilation, I've written a make file, which will be called up
   by my program.  However, the tlink shows the following error,

   Fatal: Command arguments too long

   But all the arguments are necessary as the windows application
   includes several source files and several library have to be linked
   with it.

   So, is there anyone who could solve the "argument" error or even
   think of a better approach ?  Please send any suggestion to me at
   the address below...

   Thank you!

HC
hclam@se.cuhk.hk

