SlimDX / slimdx

Automatically exported from code.google.com/p/slimdx
MIT License
95 stars 39 forks source link

Visual Studio 2008 project/solution files. #184

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It'd be super swell if you could include VS2008 project and solution 
files.  I use visual studio 2008 exclusively and I have to use the svn 
code in order to get a 64-bit version of SlimDX up and running (this would 
also be a nice thing to have), thus I end up having to revert to the 2005 
files, update and then convert the files evertime I update from the 
subversion repository, it becomes tiresome after a while.

Original issue reported on code.google.com by tape.wyrm on 20 Feb 2008 at 5:08

GoogleCodeExporter commented 9 years ago
We tried. The naive solution does not work. The .vcproj file format is not 
compatible between 2005 and 2008, and I haven't seen enough proof the .csproj 
format 
is either. Until I am absolutely convinced its the only option, I don't want to 
have 
to duplicate the .vcproj and maintain two seperate versions.

I have a few ideas, but they're lower priority right now because of all the 
refactoring we want to finish for the March release.

Original comment by josh.petrie on 20 Feb 2008 at 6:15

GoogleCodeExporter commented 9 years ago
It's the same situation as it was with 2003 <-> 2005.  The files were 
incompatible, 
in some small way.  It's no big rush.

Original comment by tape.wyrm on 20 Feb 2008 at 8:38

GoogleCodeExporter commented 9 years ago

Original comment by josh.petrie on 22 Feb 2008 at 3:07

GoogleCodeExporter commented 9 years ago

Original comment by promit....@gmail.com on 2 Mar 2008 at 12:59

GoogleCodeExporter commented 9 years ago
Does this mean all the SlimDX coders are using VS2005 - because I'm on 2008 and 
not
sure how you want me to join in the build process (atm I just have my own copy 
of the
projects and work off those).

Original comment by oliver.g...@gmail.com on 6 Mar 2008 at 7:23

GoogleCodeExporter commented 9 years ago
We're using 2005, yes. Get in touch with me somewhere live and we can talk 
about our 
options. 

Original comment by josh.petrie on 6 Mar 2008 at 8:14

GoogleCodeExporter commented 9 years ago
Removing from the June milestone.

Original comment by josh.petrie on 13 May 2008 at 3:33

GoogleCodeExporter commented 9 years ago
Looks like we will be sticking with a 2005 only version for right now, with 
plans to
include some sort of auto-upgrader tool that users can run right after they 
download
a fresh commit to upgrade the project. All commits by developers will end up 
needing
Visual Studio 2005.

This shouldn't be such a problem for Tape_Worm and others after we come out 
with an
official x64 version.

Original comment by Mike.Popoloski on 15 May 2008 at 9:00

GoogleCodeExporter commented 9 years ago
It's really not a problem now seeing as VS2008 upgrades the project when it's 
loaded.  I certainly don't want it to be a hassle for you guys.  I'm certainly 
happy 
enough to let VS2008 upgrade the project for me.

Just get the x64 stuff straightened out and I'll be happy enough :)

Original comment by tape.wyrm on 15 May 2008 at 9:42

GoogleCodeExporter commented 9 years ago
We've now moved over to VS 2008 completely.

Original comment by promit....@gmail.com on 20 May 2008 at 9:11

GoogleCodeExporter commented 9 years ago
it seems that my english is not as good as yours so i don't get it for now :
Is it possible tu use SlimDx on Vista x64 with VS2008

i saw something like :

This shouldn't be such a problem for Tape_Worm and others after we come out 
with an
official x64 version.
We've now moved over to VS 2008 completely.

with "Status: Fixed"

so how could I fix the problem ?
I just downloaded the march 2008 release on :
http://code.google.com/p/slimdx/

but our post has been posted 15 hours so i probably have a bad build

thanks for further responses

Original comment by TeB...@gmail.com on 21 May 2008 at 1:15

GoogleCodeExporter commented 9 years ago
i took the 2k8 solution at :
http://slimdx.googlecode.com/svn/branches/2k8/build/
and when a i try to build it i have some wired messages like :
'x3daudio.h' : No such file or directory
(on a lot of file)

these files are include like that :
#include <x3daudio.h>

so i believe they are from DirectX SDK
(and i allready have March 2008 DirectX SDK)
any idea :D ?

Original comment by TeB...@gmail.com on 21 May 2008 at 1:55

GoogleCodeExporter commented 9 years ago
solved like this :
Solution Explorer
=> Project Properties
==> Building
===> Target Plateform
change the value from "AnyCPU" to "x86"
(make sure you select "All Configuration" to "Configuration" combobox (top of 
the page))

it will work on Vista x64 but of course it will be x86 executable
it enables SlimDx development on Vista x64 that was all i was trying to do

Original comment by TeB...@gmail.com on 22 May 2008 at 12:24