Prev: GDI hook driver
Next: One driver for multiple OS
From: isenhand on 5 Mar 2010 01:56 Thx. :) That, at least gave me a differnt linker error. I shall work with the new error a bit. Thanks again. "Tim Roberts" wrote: > isenhand <isenhand(a)discussions.microsoft.com> wrote: > > > >I found a tool, dumpbin, and according to that CWnd::classCWnd forms part of > >mfc42.lib. > > OK. > > >However, if I add that to my source file: > > > >MFC_LIBS=C:\WinDDK\7600.16385.1\lib\Mfc\amd64 > > With this line, you will not be able to build 32-bit binaries. Instead of > going to this trouble, eliminate all of the "mfc" libraries from your list, > and add this to your "sources": > > USE_MFCUNICODE=1 > -- > Tim Roberts, timr(a)probo.com > Providenza & Boekelheide, Inc. > . > |