Remote Administration Tool Research forumRemote Administration Tool Research forum
  Remote Administration Tool Research forum
Register Social Groups Mark Forums Read

Go Back   Remote Administration Tool Research forum > Programming > Source Code help

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 05-01-2010, 05:19
Junior Member
 
Join Date: Jan 2010
Posts: 1
G33KFER is on a distinguished road
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
Reply With Quote
  #2 (permalink)  
Old 07-01-2010, 03:53
 
Join Date: Jan 2010
Location: USA
Posts: 20
tgunn is on a distinguished road
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")
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


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


All times are GMT +1. The time now is 18:18.


vBulletin Version is 3.8.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.