Re: C++ failing [message #275492 is a reply to message #275469] |
Wed, 25 July 2007 18:34 |
Sn1per74*
Messages: 939 Registered: April 2006
Karma: 0
|
Colonel |
|
|
Urgh... Why can't microsoft just come out with a stupid patch instead of having us edit all this crap. But still, theres a thing missing in the document, and I don't know where it is or how to get it back. Please help. I REALLY WANT THIS.
Creator: AoBFrost
|
|
|
Re: C++ failing [message #275498 is a reply to message #275241] |
Wed, 25 July 2007 19:38 |
|
what scripts.dll version is this SSCoOp based off?
Jonathan Wilson aka Jonwil
Creator and Lead Coder of the Custom scripts.dll
Renegade Engine Guru
Creator and Lead Coder of TT.DLL
Official member of Tiberian Technologies
|
|
|
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.
|
|
|
|
|
|
Re: C++ failing [message #275594 is a reply to message #275569] |
Thu, 26 July 2007 10:18 |
Sn1per74*
Messages: 939 Registered: April 2006
Karma: 0
|
Colonel |
|
|
Somebody told me if you type this- Commands->Create_Object( You should get a list after you type the (. But, I don't get a list. Is that just in the full version of Visual studios? I'm using visual C++.
Creator: AoBFrost
|
|
|
|
|
|
|
Re: C++ failing [message #275635 is a reply to message #275241] |
Thu, 26 July 2007 15:23 |
|
Dave Anderson
Messages: 1953 Registered: December 2004 Location: United States
Karma: 0
|
General (1 Star) |
|
|
The C++ compiler is slower than the other compilers in Visual Studio. If Intellisense doesn't show up for some reason, wait a few seconds before typing again. Don't become reliant on Intellisense though!
David Anderson
Founder, Software Consultant
DCOM Productions
Microsoft Partner (MSP)
|
|
|
Re: C++ failing [message #275643 is a reply to message #275624] |
Thu, 26 July 2007 16:36 |
Sn1per74*
Messages: 939 Registered: April 2006
Karma: 0
|
Colonel |
|
|
zunnie wrote on Thu, 26 July 2007 16:34 |
Sn1per74* wrote on Thu, 26 July 2007 14:52 | Yes? No?
|
What you mean is this i think:
If that doesnt popup then just do a search for the command in
the project for examples...
|
Yes, and thank you Zunnie.
Creator: AoBFrost
|
|
|