![]() | ![]() |
|
![]() |
|
|
|
|||
|
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 |
|
|||
|
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 Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [C++] USB Spread? | criminalz | Source Code help | 3 | 01-10-2009 22:57 |
| Omfg error error error | ct_army | VB help | 6 | 25-12-2008 16:52 |
| MSN Spread | stoopid | Snippets | 7 | 15-11-2008 11:07 |
| Help-Me Error In My Source (Files Upload) | FoXxD | Source Code help | 2 | 02-11-2007 18:19 |
| delphi 5 Source Code error | pakiboy80 | Source Code help | 1 | 14-09-2007 12:59 |