Operating System - OpenVMS
1827889 Members
1584 Online
109969 Solutions
New Discussion

How to create a new library file in Openvms?

 
SOLVED
Go to solution
olive_wide
Frequent Advisor

How to create a new library file in Openvms?

Make a programe with Pro*C and Alpha C.
I don't know how to make a new personal library file(*.lib),please tell me the detail step,or documention about it.
Thank you.
Olive
6 REPLIES 6
Joseph Huber_1
Honored Contributor
Solution

Re: How to create a new library file in Openvms?


$ LIBRARY name.OLB/create/object list_of_object_files.

Remember VMS has HELP:
$ HELP LIBRARY /CREATE
http://www.mpp.mpg.de/~huber
Kris Clippeleyr
Honored Contributor

Re: How to create a new library file in Openvms?

Hi,

May I guide you to
http://h71000.www7.hp.com/doc/73final/4518/4518PRO.HTML
Some interesting reading, I gather.
Regards,
Kris (aka Qkcl)
I'm gonna hit the highway like a battering ram on a silver-black phantom bike...
Ian Miller.
Honored Contributor

Re: How to create a new library file in Openvms?

are personal library file(*.lib) something for Pro*C? (.lib is not a usual VMS filetype.
____________________
Purely Personal Opinion
John Yu_1
Valued Contributor

Re: How to create a new library file in Openvms?

As previously mentioned, there is online help for lib/create. If it's for the sources you usually want them in a .TLB file but if it's the objects .OLB is the std file extension.

cheers,
Artificial intelligence is rarely a match for natural stupidity.
olive_wide
Frequent Advisor

Re: How to create a new library file in Openvms?

lan_miller
Yes,it's for Pro*C.
Olive
olive_wide
Frequent Advisor

Re: How to create a new library file in Openvms?

OK