This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Trouble linking to CommandLineToArgvW()


By grepping through nm output from all the libraries I finally found that
CommandLineToArgvW is defined in libshell32.a .  Fine -- I added -lshell32
to the end of the appropriate makefile line.  However, when I try to make
my application, ld complains that there is an undefined reference to 
CommandLineToArgvW !  Clues would be welcome.

-- 
Mark H. Wood, Lead System Programmer   mwood@IUPUI.Edu
One more time:  a (level-2) switch is a bridge.  A "level-3 switch" is
a router.  Deal with it.

-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]