home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.os.ms-windows.programmer.win32
- Path: sparky!uunet!spool.mu.edu!sdd.hp.com!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!linac!att!cbnewse!cbnewsd!att-out!pacbell.com!rtech!ingres!rion
- From: rion@Ingres.COM (Rion Cassidy (x3357) OGT)
- Subject: Re: Warnings on link!
- Message-ID: <1992Sep16.001905.22596@pony.Ingres.COM>
- Reply-To: rion@Ingres.COM
- Organization: Ask Computer Systems Inc., Ingres Division, Alameda CA 94501
- References: <1992Sep15.151401.3404@titan.ksc.nasa.gov>
- Date: 16 Sep 92 00:19:04 GMT
- Lines: 34
-
- In article <1992Sep15.151401.3404@titan.ksc.nasa.gov> prevo@blot.ksc.nasa.gov (Joe Prevo) writes:
- >
- >Is there any way to turn off the "link" warnings about no modules extracted
- >from a library? I think its "warning 0505". I'm getting tired of scrolling
- >back through all the warnings to see if I got any real warnings.
- >
-
- just to make things simple Microsoft decided to link in *.lib. I get a little
- annoyed with those warnings also. I don't *think* I have used another linker
- that gave "0505"-type warnings, but there are two possible workarounds:
-
- rewrite the makefile so that it only links the needed libs.
-
- reroute the ouput to a file (using " > tmp.err 2>&1" on the command line)
-
-
- >Got my first NT application ported! Boy are my Param's tired.
- >
- >#ifdef WIN32
- >Joe "HIWORD(wParam)" Prevo
- >#else
- >Joe "I thought the 'w' in wParam stood for 'word'" Prevo
- >#endif
- >
-
- Another excellent point. It's all in the name of compatability. But I keep
- asking WHO in their right mind would be porting something written for WIN32
- BACK to Win 3.1? Since we all had to change our WndProc params for NT anyway,
- why couldn't they change it to one parameter -- a MSG pointer?? And then
- FORGET about that damn parameter packing stuff!!
-
- Rion
-
-
-