c++ - USER32.lib
- "Charles Sanders" <sanders-consulting comcast.net> Nov 17 2003
- "Walter" <walter digitalmars.com> Nov 17 2003
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
"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
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
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
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
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
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








"Charles Sanders" <sanders-consulting comcast.net>