Silverfrost Forums

Welcome to our forums

slink problem

23 Feb 2009 11:12 #4330

the slink command using an object listing file does not work in the latest edition. as an example if the file objfile.txt has the names of the object files pertaining to main.obj and the first obj file in objfile.txt is sub1.obj, the command

slink main.obj -addobj:@objfile.txt

will result in the linkage to sub1 not recognized

slink in the interactive mode slink lo main.obj addobj sub1.obj addobj sub2.obj .....etc.... file

will work

24 Feb 2009 3:21 #4331

replace all 'addobj' with 'lo' addobj is used to create a .lib library, which is started with 'archive file.lib'

I find .lib files very useful, although they are the old style of program development.

John

Please login to reply.