|
|
Re: C++ failing [message #275500 is a reply to message #275498] |
Wed, 25 July 2007 20:24   |
Sn1per74*
Messages: 939 Registered: April 2006
Karma: 0
|
Colonel |
|
|
What's SSCoop :S. Do you mean SSGM?
Edit: I THINK I got it working, but when I take the SSGM plugin example and build it- without adding anything I get the following error:
Quote: | 1>------ Build started: Project: Plugin, Configuration: Release Win32 ------
1>Linking...
1>fatal error C1047: The object or library file '.\tmp\scripts\date.obj' was created with an older compiler than other objects; rebuild old objects and libraries
1>LINK : fatal error LNK1257: code generation failed
1>Build log was saved at "file://c:\Documents and Settings\my_name\Desktop\Plugin Example Source\Plugin Example Source\tmp\scripts\BuildLog.htm"
1>Plugin - 1 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
|

Creator: AoBFrost
[Updated on: Wed, 25 July 2007 20:32] Report message to a moderator
|
|
|
Re: C++ failing [message #275503 is a reply to message #275241] |
Wed, 25 July 2007 21:00   |
 |
Whitedragon
Messages: 832 Registered: February 2003 Location: California
Karma: 1
|
Colonel |
|
|
Do "Rebuild" instead of "Build."
Black-Cell.net
Network Administrator (2003 - )
DragonServ, Renegade's first IRC interface bot
Creator and lead coder (2002 - )
Dragonade, Renegade's first server side modification
Lead coder (2005 - )
|
|
|
Re: C++ failing [message #275504 is a reply to message #275503] |
Wed, 25 July 2007 21:02   |
Sn1per74*
Messages: 939 Registered: April 2006
Karma: 0
|
Colonel |
|
|
HALELUJIAH!!!!!! THANK YOU GUYS SO MUCH- IF I COULD I WOULD GIVE YOU ALL 5 DOLLARS EACH . What would I do without you guys?! WOOT WOOT. I'm SOOOOOOOOO happy.
Edit: Do I always have to do rebuild?

Creator: AoBFrost
[Updated on: Wed, 25 July 2007 21:07] Report message to a moderator
|
|
|
Re: C++ failing [message #275507 is a reply to message #275241] |
Wed, 25 July 2007 21:14   |
Tunaman
Messages: 1190 Registered: January 2005
Karma: 2
|
General (1 Star) |
|
|
^No sir. Only when an error like that happens.. It actually tells you what to do in the error, lol. ;p
|
|
|
|
Re: C++ failing [message #275511 is a reply to message #275241] |
Wed, 25 July 2007 22:04   |
Tunaman
Messages: 1190 Registered: January 2005
Karma: 2
|
General (1 Star) |
|
|
You will not need to rebuild every time you make changes.. Build will compile everything that you have changed since the last build I believe. Rebuild recompiles everything in your solution/project.
|
|
|
|
|
|
|
|
|
|
|
|
|