question for scripts.dll developers [message #191947] |
Sun, 05 March 2006 16:46 |
|
This is a question for anyone writing code or otherwise working with the scripts.dll sources.
I am considering moving scripts.dll deveopment to Visual C++ 2005.
There is a (currently free) version available called Visual C++ 2005 express available here:
http://msdn.microsoft.com/vstudio/express/visualc/download/
If anyone has a problem with that, speak up now.
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: question for scripts.dll developers [message #191957 is a reply to message #191947] |
Sun, 05 March 2006 18:51 |
=HT=T-Bird
Messages: 712 Registered: June 2005
Karma: 0
|
Colonel |
|
|
jonwil wrote on Sun, 05 March 2006 17:46 | This is a question for anyone writing code or otherwise working with the scripts.dll sources.
I am considering moving scripts.dll deveopment to Visual C++ 2005.
There is a (currently free) version available called Visual C++ 2005 express available here:
http://msdn.microsoft.com/vstudio/express/visualc/download/
If anyone has a problem with that, speak up now.
|
VERY GOOD! P.S. what version of GCC+Binutils do you need in order to compile scripts.dll/SSAOW for the LFDS? (I'm wondering if GCC 4.0.x or 4.1.x will work in particular)
HTT-Bird (IRC)
HTTBird (WOL)
Proud HazTeam Lieutenant.
BlackIntel Coder & Moderator.
If you have trouble running BIATCH on your FDS, have some questions about a BIATCH message or log entry, or think that BIATCH spit out a false positive, PLEASE contact the BlackIntel coding team and avoid wasting the time of others.
|
|
|
Re: question for scripts.dll developers [message #191969 is a reply to message #191947] |
Sun, 05 March 2006 23:52 |
|
Only Visual C++ will work because it has to be binary compatible with renegade.
As for linux, I use:
RH8 gcc version 3.2.3 20030502 (Red Hat Linux 3.2.3-47.3)
RH73 gcc version 2.95.4 20011002 (Debian prerelease)
Other 3.2.x versions should work for RH8 and other 2.95.x releases should work for RH7
GCC 4 will not work because it is not binary compatible with the versions in question.
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: question for scripts.dll developers [message #192304 is a reply to message #191969] |
Thu, 09 March 2006 14:41 |
=HT=T-Bird
Messages: 712 Registered: June 2005
Karma: 0
|
Colonel |
|
|
jonwil wrote on Mon, 06 March 2006 00:52 | Only Visual C++ will work because it has to be binary compatible with renegade.
As for linux, I use:
RH8 gcc version 3.2.3 20030502 (Red Hat Linux 3.2.3-47.3)
RH73 gcc version 2.95.4 20011002 (Debian prerelease)
Other 3.2.x versions should work for RH8 and other 2.95.x releases should work for RH7
GCC 4 will not work because it is not binary compatible with the versions in question.
|
You forgot to tell me what Binutils version you are using! *bops Jonwil on head*
HTT-Bird (IRC)
HTTBird (WOL)
Proud HazTeam Lieutenant.
BlackIntel Coder & Moderator.
If you have trouble running BIATCH on your FDS, have some questions about a BIATCH message or log entry, or think that BIATCH spit out a false positive, PLEASE contact the BlackIntel coding team and avoid wasting the time of others.
|
|
|
|
|
|