www.digitalmars.com Home | Search | C & C++ | D | DMDScript | News Groups | index | prev | next
Archives

D Programming
D
D.gnu
digitalmars.D
digitalmars.D.bugs
digitalmars.D.dtl
digitalmars.D.dwt
digitalmars.D.announce
digitalmars.D.learn
digitalmars.D.debugger

C/C++ Programming
c++
c++.announce
c++.atl
c++.beta
c++.chat
c++.command-line
c++.dos
c++.dos.16-bits
c++.dos.32-bits
c++.idde
c++.mfc
c++.rtl
c++.stl
c++.stl.hp
c++.stl.port
c++.stl.sgi
c++.stlsoft
c++.windows
c++.windows.16-bits
c++.windows.32-bits
c++.wxwindows

digitalmars.empire
digitalmars.DMDScript

c++.windows.32-bits - Symbol Undefined with Platform SDK

↑ ↓ ← r.scudder rcn.com writes:
I have seen a few archived posts on this, but no real solution that I can see.

I'm linking with the wxWindows 2.6.2 libs and getting the following errors...

\dm\wx\lib\dmc_lib\wxmsw26d_core.lib(droptgt) 
Error 42: Symbol Undefined _IID_IDropTarget
\dm\wx\lib\dmc_lib\wxmsw26d_core.lib(droptgt) 
Error 42: Symbol Undefined _IID_IUnknown
\dm\wx\lib\dmc_lib\wxmsw26d_core.lib(dataobj) 
Error 42: Symbol Undefined _IID_IDataObject
\dm\wx\lib\dmc_lib\wxmsw26d_core.lib(dataobj) 
Error 42: Symbol Undefined _IID_IEnumFORMATETC
\dm\wx\lib\dmc_lib\wxbase26d.lib(filename) 
Error 42: Symbol Undefined _IID_IPersistFile
\dm\wx\lib\dmc_lib\wxbase26d.lib(filename) 
Error 42: Symbol Undefined _CLSID_ShellLink
\dm\wx\lib\dmc_lib\wxbase26d.lib(filename) 
Error 42: Symbol Undefined _IID_IShellLinkA
echoread.res
Warning 2: File Not Found echoread.res

--- errorlevel 7

What steps do I need to take to fix this?



-Roger
Mar 20 2006
↑ ↓ → "Walter Bright" <newshound digitalmars.com> writes:
<r.scudder rcn.com> wrote in message news:dvmqge$dr5$1 digitaldaemon.com...
 What steps do I need to take to fix this?

Download the latest dmc, which has an updated uuid.lib in it.
Mar 24 2006