HELP TLIB

Post Reply
User avatar
patili
Posts: 98
Joined: Mon Jan 23, 2006 9:34 am
Location: LE CREUSOT FRANCE

HELP TLIB

Post by patili »

SEE MY TOPIC IN "FILE NAME"
THANKS
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Extract a module:
TLib.exe Name.lib * module.obj

Replace a module:
TLib.exe Name.lib -+ module.obj

Simply add a module:
TLib.exe Name.lib + module.obj
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
patili
Posts: 98
Joined: Mon Jan 23, 2006 9:34 am
Location: LE CREUSOT FRANCE

Post by patili »

thanks
Post Reply