Author Topic: FYI: MSVC 2005 project files  (Read 3892 times)

0 Members and 1 Guest are viewing this topic.

Offline phreak

  • Gun Phreak
  • 211
  • -1
FYI: MSVC 2005 project files
The MSVC 2005 projects are extremely out of date, a bunch of files and libraries aren't included.  However, I'm working on them since I got MSVC 2005 for free through school.  I've rebuilt the project file by hand for Freespace2 debug, code debug, liblua debug, libjpeg debug (and it runs!).  Still need to work on the release versions of the previous projects as well as both versions for fred2.
Offically approved by Ebola Virus Man :wtf:
phreakscp - gtalk
phreak317#7583 - discord

 

Offline Bobboau

  • Just a MODern kinda guy
    Just MODerately cool
    And MODest too
  • 213
Re: FYI: MSVC 2005 project files
I just imported the 2003 ones
Bobboau, bringing you products that work... in theory
learn to use PCS
creator of the ProXimus Procedural Texture and Effect Generator
My latest build of PCS2, get it while it's hot!
PCS 2.0.3


DEUTERONOMY 22:11
Thou shalt not wear a garment of diverse sorts, [as] of woollen and linen together

 

Offline phreak

  • Gun Phreak
  • 211
  • -1
Re: FYI: MSVC 2005 project files
hehe.  I should have done that, but I think i cleaned out all of the old stuff by building it by hand.

also, is it safe to build FSO using /fp:fast as opposed to /fp:precise (default):  http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dv_vstechart/html/floapoint.asp
Offically approved by Ebola Virus Man :wtf:
phreakscp - gtalk
phreak317#7583 - discord

 

Offline taylor

  • Super SCP/Linux Guru
  • Moderator
  • 212
    • http://www.icculus.org/~taylor
Re: FYI: MSVC 2005 project files
It would be fine as far as I know, assuming that it works fine for you.  Most of the :v: code is tailored more for speed over accuracy anway so I don't see it being that big of a deal.  I think that there are a few places where accuracy is a little more important, but I don't think that the optimization will actually affect those places that much.

 

Offline WMCoolmon

  • Purveyor of space crack
  • 213
Re: FYI: MSVC 2005 project files
If you don't mind, update or delete the MSVC2005 files in CVS...there's not much point to having them in CVS if they don't compile at all.

I don't have 2005 installed.
-C

 

Offline phreak

  • Gun Phreak
  • 211
  • -1
Re: FYI: MSVC 2005 project files
yea i will update the project files once i add the fred2 project and get it to run.
Offically approved by Ebola Virus Man :wtf:
phreakscp - gtalk
phreak317#7583 - discord

 

Offline phreak

  • Gun Phreak
  • 211
  • -1
Re: FYI: MSVC 2005 project files
i've just committed what i had and i'll do fred2 when i get around to it.  Didn't want the old project files accidentally overwriting the new ones
Offically approved by Ebola Virus Man :wtf:
phreakscp - gtalk
phreak317#7583 - discord

 

Offline Backslash

  • 29
  • Bring Our Might To Bear
Re: FYI: MSVC 2005 project files
Excellent!

Let me know if you get speech or voice recognition working.  I had it working with 2003, but 2005 doesn't like the SDK or something.

 

Offline karajorma

  • King Louie - Jungle VIP
  • Administrator
  • 214
    • Karajorma's Freespace FAQ
Re: FYI: MSVC 2005 project files
I'm going to bump this into the main SCP forum because a couple of people have been asking
Karajorma's Freespace FAQ. It's almost like asking me yourself.

[ Diaspora ] - [ Seeds Of Rebellion ] - [ Mind Games ]

 

Offline neoterran

  • 210
Re: FYI: MSVC 2005 project files
yeah, like me :D
Official Taylor Fan Club Member.
Chief Grognard.
"How much code could a coder code if a coder could code code?"

 
Re: FYI: MSVC 2005 project files
Any news on this?

 

Offline phreak

  • Gun Phreak
  • 211
  • -1
Re: FYI: MSVC 2005 project files
well when i posted my message, the build was working, but goober's added some additional files since then so i'll need to update the project files.  i also think fred is working as well.
Offically approved by Ebola Virus Man :wtf:
phreakscp - gtalk
phreak317#7583 - discord

 

Offline phreak

  • Gun Phreak
  • 211
  • -1
Re: FYI: MSVC 2005 project files
updated project files

+1
Offically approved by Ebola Virus Man :wtf:
phreakscp - gtalk
phreak317#7583 - discord

 
Re: FYI: MSVC 2005 project files
On which branch? I keep downloading 3.6.9 and always getting the same old not working project file.
Is it on the HEAD branch? Or what do I need?

 

Offline phreak

  • Gun Phreak
  • 211
  • -1
Re: FYI: MSVC 2005 project files
yes its on the head branch.  i may want to fix the project files for 3.6.9, but i rarely work on that branch.
Offically approved by Ebola Virus Man :wtf:
phreakscp - gtalk
phreak317#7583 - discord

 

Offline redmenace

  • 211
Re: FYI: MSVC 2005 project files
I resurect this thread...

Any work on getting the Voice SDK to work? I discovered that problem a long time ago when I got the professional version.
Government is the great fiction through which everybody endeavors to live at the expense of everybody else.
              -Frederic Bastiat

 

Offline redmenace

  • 211
Government is the great fiction through which everybody endeavors to live at the expense of everybody else.
              -Frederic Bastiat

 

Offline takashi

  • Better than TrashMan
  • 29
Re: FYI: MSVC 2005 project files
on the topic of code, how do you code in a SEXP?

 

Offline karajorma

  • King Louie - Jungle VIP
  • Administrator
  • 214
    • Karajorma's Freespace FAQ
Karajorma's Freespace FAQ. It's almost like asking me yourself.

[ Diaspora ] - [ Seeds Of Rebellion ] - [ Mind Games ]

 

Offline phreak

  • Gun Phreak
  • 211
  • -1
Re: FYI: MSVC 2005 project files
that guide is sort of old since a few changes to the sexp files have been made, but overall its similar.

redmenace:  I have the voice sdk installed, but i never enable the compiler flag to turn it on.
Offically approved by Ebola Virus Man :wtf:
phreakscp - gtalk
phreak317#7583 - discord