+ Reply to Thread
Results 1 to 2 of 2
  1. #1
    Junior Member
    Join Date
    Jan 2010
    Posts
    1

    Source MSN spread error builing .exe

    Hello, I have a MSN Spread in C++ and when i build just at the end, it shows a 2 errors, the errors are:

    Linking...
    triton.obj : error LNK2001: unresolved external symbol __imp__SwitchToThisWindow@8
    Bin/reptile.exe : fatal error LNK1120: 1 unresolved externals
    Error executing link.exe.
    Creating browse info file...

    reptile.exe - 2 error(s), 0 warning(s)

    Can anyone help me with this?

    Thanks

  2. #2

    Join Date
    Jan 2010
    Location
    USA
    Posts
    15
    First, check out http://msdn.microsoft.com/en-us/libr...8VS.85%29.aspx.

    Next, try statically linking in User32.lib by adding the following line of code under your #includes and tell me if anything changes.

    Code:
    #pragma comment(lib, "User32.lib")

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [C++] USB Spread?
    By criminalz in forum General Programming Help
    Replies: 3
    Last Post: 01-10-2009, 21:57
  2. Omfg error error error
    By ct_army in forum Visual Basic Help
    Replies: 6
    Last Post: 25-12-2008, 16:52
  3. MSN Spread
    By stoopid in forum General Programming Help
    Replies: 7
    Last Post: 15-11-2008, 11:07
  4. Help-Me Error In My Source (Files Upload)
    By FoXxD in forum General Programming Help
    Replies: 2
    Last Post: 02-11-2007, 17:19
  5. delphi 5 Source Code error
    By pakiboy80 in forum General Programming Help
    Replies: 1
    Last Post: 14-09-2007, 11:59

Posting Permissions

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

Search Engine Friendly URLs by vBSEO 3.6.0 ©2011, Crawlability, Inc.