c++ - USER32.lib
- Charles Sanders (7/7) Nov 17 2003 The USER32.lib that ships with the CD doesnt contain GetMenuInfo and
- Walter (4/9) Nov 17 2003 days
- Charles Sanders (5/15) Nov 17 2003 How, there doesnt seem to be an 'append' option, every time I try it jus...
- Charles Sanders (10/30) Nov 18 2003 Ok sorry.
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 takedaysto 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 takedaysto 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 takedaysto 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