Thread overview
warnings in recent dmars
Feb 11, 2004
chris elliott
Feb 11, 2004
Walter
Feb 12, 2004
chris elliott
Aug 10, 2004
W³odzimierz Skiba
Aug 30, 2004
Walter
Apr 07, 2005
W³odzimierz Skiba
Apr 24, 2005
Walter
February 11, 2004
Hi

what do these warnings mean?

c:\wx\dm\bin\..\lib\shell32.lib(shguid)
 Warning 160: MS Precompiled TYPES not supported
c:\wx\dm\bin\..\lib\shell32.lib(shguid)
 Warning 161: Unknown CV version, ignored

chris
February 11, 2004
"chris elliott" <biol75@york.ac.uk> wrote in message news:c0d54u$24p4$1@digitaldaemon.com...
> Hi
>
> what do these warnings mean?
>
> c:\wx\dm\bin\..\lib\shell32.lib(shguid)
>   Warning 160: MS Precompiled TYPES not supported
> c:\wx\dm\bin\..\lib\shell32.lib(shguid)
>   Warning 161: Unknown CV version, ignored

Looks like an attempt is being made to link using optlink some object files that were not created using DMC++ which include debug information of a type unknown to optlink.


February 12, 2004
my dm\lib directory contains shell32.lib, dated 08/08/1996 19:30 212480 bytes from file dm838c.zip, saved to  my disk 03/12/2003

link says:

C:\wx\wxWindows\samples\minimal>link /v
OPTLINK (R) for Win32  Release 7.50B1
Copyright (C) Digital Mars 1989 - 2001  All Rights Reserved

chris
Walter wrote:

> "chris elliott" <biol75@york.ac.uk> wrote in message
> news:c0d54u$24p4$1@digitaldaemon.com...
> 
>>Hi
>>
>>what do these warnings mean?
>>
>>c:\wx\dm\bin\..\lib\shell32.lib(shguid)
>>  Warning 160: MS Precompiled TYPES not supported
>>c:\wx\dm\bin\..\lib\shell32.lib(shguid)
>>  Warning 161: Unknown CV version, ignored
> 
> 
> Looks like an attempt is being made to link using optlink some object files
> that were not created using DMC++ which include debug information of a type
> unknown to optlink.
> 
> 
August 10, 2004
"Walter" <walter@digitalmars.com> wrote in news:c0dtlc$d3l$2@digitaldaemon.com:
> "chris elliott" <biol75@york.ac.uk> wrote in message news:c0d54u$24p4$1@digitaldaemon.com...
> > Hi
> >
> > what do these warnings mean?
> >
> > c:\wx\dm\bin\..\lib\shell32.lib(shguid)
> >   Warning 160: MS Precompiled TYPES not supported
> > c:\wx\dm\bin\..\lib\shell32.lib(shguid)
> >   Warning 161: Unknown CV version, ignored
> 
> Looks like an attempt is being made to link using optlink some object files that were not created using DMC++ which include debug information of a type unknown to optlink.

Walter, since this still happens, has you by any chance focused source of the wrong file in your distributions ? With fresh download of DMC with latest DMC beta and CVS Head of wxWidgets I still have:

    	link /NOLOGO /SILENT /NOI /DELEXECUTABLE /EXETYPE:NT  /DEBUG
/CODEVIEW  /su:windows:4.0 dmc_mswunivd\bombs_bombs.obj
dmc_mswunivd\bombs_bombs1.obj
dmc_mswunivd\bombs_game.obj,dmc_mswunivd\bombs.exe,dmc_mswunivd\bombs.map,
.\..\..\lib\dmc_lib\ wxmswuniv25d_core.lib  wxbase25d.lib   wxtiffd.lib
wxjpegd.lib wxpngd.lib wxzlibd.lib  wxregexd.lib wxexpatd.lib
kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib
shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib
advapi32.lib wsock32.lib odbc32.lib ,, dmc_mswunivd\bombs_bombs.res

OPTLINK (R) for Win32  Release 7.50B1
Copyright (C) Digital Mars 1989 - 2001  All Rights Reserved

H:\DMC\BIN\..\lib\shell32.lib(shguid)
 Warning 160: MS Precompiled TYPES not supported
H:\DMC\BIN\..\lib\shell32.lib(shguid)
 Warning 161: Unknown CV version, ignored

If you wish I can package complete source tree and necessary makefiles if you wish to duplicate the problem with your tree of DMC.

ABX
August 30, 2004
I'll add it to the bug list.

"W³odzimierz Skiba" <abx@abx.art.pl> wrote in message news:cfadk3$1k5l$1@digitaldaemon.com...
> "Walter" <walter@digitalmars.com> wrote in news:c0dtlc$d3l$2@digitaldaemon.com:
> > "chris elliott" <biol75@york.ac.uk> wrote in message news:c0d54u$24p4$1@digitaldaemon.com...
> > > Hi
> > >
> > > what do these warnings mean?
> > >
> > > c:\wx\dm\bin\..\lib\shell32.lib(shguid)
> > >   Warning 160: MS Precompiled TYPES not supported
> > > c:\wx\dm\bin\..\lib\shell32.lib(shguid)
> > >   Warning 161: Unknown CV version, ignored
> >
> > Looks like an attempt is being made to link using optlink some object files that were not created using DMC++ which include debug information of a type unknown to optlink.
>
> Walter, since this still happens, has you by any chance focused source of the wrong file in your distributions ? With fresh download of DMC with latest DMC beta and CVS Head of wxWidgets I still have:
>
>     link /NOLOGO /SILENT /NOI /DELEXECUTABLE /EXETYPE:NT  /DEBUG
> /CODEVIEW  /su:windows:4.0 dmc_mswunivd\bombs_bombs.obj
> dmc_mswunivd\bombs_bombs1.obj
> dmc_mswunivd\bombs_game.obj,dmc_mswunivd\bombs.exe,dmc_mswunivd\bombs.map,
> .\..\..\lib\dmc_lib\ wxmswuniv25d_core.lib  wxbase25d.lib   wxtiffd.lib
> wxjpegd.lib wxpngd.lib wxzlibd.lib  wxregexd.lib wxexpatd.lib
> kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib
> shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib
> advapi32.lib wsock32.lib odbc32.lib ,, dmc_mswunivd\bombs_bombs.res
>
> OPTLINK (R) for Win32  Release 7.50B1
> Copyright (C) Digital Mars 1989 - 2001  All Rights Reserved
>
> H:\DMC\BIN\..\lib\shell32.lib(shguid)
>  Warning 160: MS Precompiled TYPES not supported
> H:\DMC\BIN\..\lib\shell32.lib(shguid)
>  Warning 161: Unknown CV version, ignored
>
> If you wish I can package complete source tree and necessary makefiles if you wish to duplicate the problem with your tree of DMC.
>
> ABX


April 07, 2005
"Walter" <newshound@digitalmars.com> wrote in news:ch0e6p$1um$1@digitaldaemon.com:
> I'll add it to the bug list.

Sorry for bothering, but any news on this? It's quite old problem :-(

ABX
April 24, 2005
"W³odzimierz Skiba" <abx@abx.art.pl> wrote in message news:d33ahj$22k4$1@digitaldaemon.com...
> "Walter" <newshound@digitalmars.com> wrote in news:ch0e6p$1um$1@digitaldaemon.com:
> > I'll add it to the bug list.
>
> Sorry for bothering, but any news on this? It's quite old problem :-(

Sorry, nothing new with it.