CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Dec 2010
    Posts
    1

    Trouble with Release build

    So I'm writing a program that uses dx7(i know it's old) with VC++ express 2010. I can build my project just fine in Debug mode. It compiles and executes. When I switch to Release mode however, I get this error:

    Code:
    1>DDFuncs.obj : error LNK2001: unresolved external symbol _DirectDrawCreateEx@16
    1>DDFuncs.obj : error LNK2001: unresolved external symbol _IID_IDirectDraw7
    I am new to 2010 version. Have I not included a directory somewhere or what? Thnks.

  2. #2
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,396

    Re: Trouble with Release build

    Sounds like some of the libraries are missing...
    Additionally:
    http://www.google.com/search?sourcei...4016&gs_htsa=1
    Victor Nijegorodov

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured