project-navigation
Personal tools

Author Topic: Visual studio support  (Read 2829 times)

Ultramarine

  • Guest
Visual studio support
« on: October 05, 2007, 10:55:36 am »
Hi, I notice there were build files for visual studio in the 2.1 branch but they've disappeared now.  Is this because there's no current visual studio maintainer?  If I were to create a (well organized + working properly) new set of visual studio files would they be likely to be accepted into the trunk?

Offline Mattn

  • Administrator
  • PHALANX Commander
  • *****
  • Posts: 4831
  • https://github.com/mgerhardy/vengi
    • View Profile
    • Vengi Voxel Tools
Re: Visual studio support
« Reply #1 on: October 05, 2007, 12:12:12 pm »
i don't think that you can compile the current codebase with msvc, if you manage to do this without all these #ifdef MSCVER or something like that, yes

if there will be thousends of msvc hacks, no. But feel free to use codeblocks - a nice ide, too. We already have project files for this one and they are working on every supported plattform.

The problem with msvc is, that noone in the current dev team is using msvc nor do we have a real windows coder in the team. Thus every little change in file renaming will make the project files break again. And as long as there is no maintainer that is in the dev-team i don't see the point in maintaining another set of project files.

Punkiee

  • Guest
Re: Visual studio support
« Reply #2 on: October 06, 2007, 03:49:55 pm »
Does that mean that it doesnt compile with vc, even when using another IDE?

Offline Mattn

  • Administrator
  • PHALANX Commander
  • *****
  • Posts: 4831
  • https://github.com/mgerhardy/vengi
    • View Profile
    • Vengi Voxel Tools
Re: Visual studio support
« Reply #3 on: October 07, 2007, 06:07:50 pm »
most probably - i haven't tested for quite some time now.