www.digitalmars.com         C & C++   DMDScript  

c++ - USER32.lib

reply "Charles Sanders" <sanders-consulting comcast.net> writes:
The USER32.lib that ships with the CD doesnt contain GetMenuInfo and
SetMenuInfo, if I use definition files to create this lib it will take days
to complete, user32.lib is huge.

Walter can you update USER32.lib to contain these functions ?

Ive tried implib with no luck.

Thanks,
C
Nov 17 2003
parent reply "Walter" <walter digitalmars.com> writes:
"Charles Sanders" <sanders-consulting comcast.net> wrote in message
news:bpbeqg$2pcu$1 digitaldaemon.com...
 The USER32.lib that ships with the CD doesnt contain GetMenuInfo and
 SetMenuInfo, if I use definition files to create this lib it will take
days
 to complete, user32.lib is huge.
You can add them without rebuilding the whole library.
 Walter can you update USER32.lib to contain these functions ?

 Ive tried implib with no luck.
Nov 17 2003
parent reply "Charles Sanders" <sanders-consulting comcast.net> writes:
How, there doesnt seem to be an 'append' option, every time I try it justs
overwrite the existing USER32.lib.

C

"Walter" <walter digitalmars.com> wrote in message
news:bpbn2c$3n6$1 digitaldaemon.com...
 "Charles Sanders" <sanders-consulting comcast.net> wrote in message
 news:bpbeqg$2pcu$1 digitaldaemon.com...
 The USER32.lib that ships with the CD doesnt contain GetMenuInfo and
 SetMenuInfo, if I use definition files to create this lib it will take
days
 to complete, user32.lib is huge.
You can add them without rebuilding the whole library.
 Walter can you update USER32.lib to contain these functions ?

 Ive tried implib with no luck.
Nov 17 2003
parent "Charles Sanders" <sanders-consulting comcast.net> writes:
Ok sorry.


I used

link /lib /convert user32.lib

coff2omf user32.lib

lib -l user32.lib

and the list shows the SetMenuInfo function, and links and works correctly.

Thanks,
C
"Charles Sanders" <sanders-consulting comcast.net> wrote in message
news:bpbosg$6ae$1 digitaldaemon.com...
 How, there doesnt seem to be an 'append' option, every time I try it justs
 overwrite the existing USER32.lib.

 C

 "Walter" <walter digitalmars.com> wrote in message
 news:bpbn2c$3n6$1 digitaldaemon.com...
 "Charles Sanders" <sanders-consulting comcast.net> wrote in message
 news:bpbeqg$2pcu$1 digitaldaemon.com...
 The USER32.lib that ships with the CD doesnt contain GetMenuInfo and
 SetMenuInfo, if I use definition files to create this lib it will take
days
 to complete, user32.lib is huge.
You can add them without rebuilding the whole library.
 Walter can you update USER32.lib to contain these functions ?

 Ive tried implib with no luck.
Nov 18 2003