From: apocalypznow on
Hi,

I'm using VC6++, and keep getting this problem even if I first force a
rebuild of wxbase26d.lib. What am I doing wrong?



Linking...
Creating library ..\..\lib\vc_dll\wxbase26d.lib and object
...\..\lib\vc_dll\wxbase26d.exp
shell32.lib(shguid.obj) : fatal error LNK1103: debugging information
corrupt; recompile module
Error executing link.exe.

wxbase26d_vc_custom.dll - 1 error(s), 0 warning(s)


---------------------------------------------------------------------
To unsubscribe, e-mail: wx-users-unsubscribe(a)lists.wxwidgets.org
For additional commands, e-mail: wx-users-help(a)lists.wxwidgets.org

From: Landon Bradshaw on
Are you using the Workspace build/msw/wx.dsw ? I ran into some errors
using any of the other workspaces ... I would suggest ignoring
wx_dll.dsw ...

....Landon

apocalypznow wrote:
> Hi,
>
> I'm using VC6++, and keep getting this problem even if I first force a
> rebuild of wxbase26d.lib. What am I doing wrong?
>
>
>
> Linking...
> Creating library ..\..\lib\vc_dll\wxbase26d.lib and object
> ..\..\lib\vc_dll\wxbase26d.exp
> shell32.lib(shguid.obj) : fatal error LNK1103: debugging information
> corrupt; recompile module
> Error executing link.exe.
>
> wxbase26d_vc_custom.dll - 1 error(s), 0 warning(s)
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: wx-users-unsubscribe(a)lists.wxwidgets.org
> For additional commands, e-mail: wx-users-help(a)lists.wxwidgets.org
>
>

--
Words to remember:
Bagpipes (n): an octopus wearing a kilt.
Eclair (n): a cake long in shape but short in duration.
Wisdom (n): a trait that leads you to use Linux.

Be forever contactable ... Get an I-Name at http://www.idcommons.net/

Find me at: http://public.xdi.org/=landon.bradshaw

---------------------------------------------------------------------
To unsubscribe, e-mail: wx-users-unsubscribe(a)lists.wxwidgets.org
For additional commands, e-mail: wx-users-help(a)lists.wxwidgets.org

 | 
Pages: 1
Next: wxArray::Sort is not idiot proof