How to use/setup MVS2010Express

Trying to build your own version of Vega Strike and having problems? Unix users, paste your config.log here (stderr output alone is not helpful).
loki1950
The Shepherd
Posts: 5841
Joined: Fri May 13, 2005 8:37 pm
Location: Ottawa
Contact:

How to use/setup MVS2010Express

Post by loki1950 »

Can anyone give me a walk through on how to set up VS2010Ex to compile from my svn repo.Let's nail this down and doc it on the wiki as the Windows compile instructions are way out of date :o

Enjoy the Choice :)
my box::HP Envy i5-6400 @2Q70GHzx4 8 Gb ram/1 Tb(Win10 64)/3 Tb Mint 19.2/GTX745 4Gb acer S243HL K222HQL
Q8200/Asus P5QDLX/8 Gb ram/WD 2Tb 2-500 G HD/GF GT640 2Gb Mint 17.3 64 bit Win 10 32 bit acer and Lenovo ideapad 320-15ARB Win 10/Mint 19.2
klauss
Elite
Elite
Posts: 7243
Joined: Mon Apr 18, 2005 2:40 pm
Location: LS87, Buenos Aires, República Argentina

Re: How to use/setup MVS2010Express

Post by klauss »

I think the first thing you would have to do is to check out the vega-vc9 solution and check if it works.
Oíd mortales, el grito sagrado...
Call me "Menes, lord of Cats"
Wing Commander Universe
loki1950
The Shepherd
Posts: 5841
Joined: Fri May 13, 2005 8:37 pm
Location: Ottawa
Contact:

Re: How to use/setup MVS2010Express

Post by loki1950 »

Been there done that :wink: After conversion to vs10 format by VS2010 it can seen to open the the source code files :? Even from the editor panes of this IDE.

Enjoy the Choice :)
my box::HP Envy i5-6400 @2Q70GHzx4 8 Gb ram/1 Tb(Win10 64)/3 Tb Mint 19.2/GTX745 4Gb acer S243HL K222HQL
Q8200/Asus P5QDLX/8 Gb ram/WD 2Tb 2-500 G HD/GF GT640 2Gb Mint 17.3 64 bit Win 10 32 bit acer and Lenovo ideapad 320-15ARB Win 10/Mint 19.2
log0

Re: How to use/setup MVS2010Express

Post by log0 »

I've tried this a few months ago. The problem is that you have to recompile libraries compiled with previous visual studio versions. Python only supports vs2008 officially and I couldn't get it compiled with vs2010. Here is a page that might help though: http://wiki.python.org/moin/VS2010
loki1950
The Shepherd
Posts: 5841
Joined: Fri May 13, 2005 8:37 pm
Location: Ottawa
Contact:

Re: How to use/setup MVS2010Express

Post by loki1950 »

It seems that the problem may be that the source code is in SVN and there is no way that the express version can handle source control as the ability to use VS extensions is not present in the free version :twisted: Have come across several that are usable with the full paid version.So the snl file would need be modified to work with an export from the local SVN repo and others paths would also need adjustment. But I don't know how to do that ATM.

Enjoy the Choice :)
my box::HP Envy i5-6400 @2Q70GHzx4 8 Gb ram/1 Tb(Win10 64)/3 Tb Mint 19.2/GTX745 4Gb acer S243HL K222HQL
Q8200/Asus P5QDLX/8 Gb ram/WD 2Tb 2-500 G HD/GF GT640 2Gb Mint 17.3 64 bit Win 10 32 bit acer and Lenovo ideapad 320-15ARB Win 10/Mint 19.2
pheonixstorm
Elite
Elite
Posts: 1567
Joined: Tue Jan 26, 2010 2:03 am

Re: How to use/setup MVS2010Express

Post by pheonixstorm »

For express should only need the win7 sdk and express. The sln file should compile fine, though as log0 stated you will need to recompile the dlls. I should still have a copy of VC9 Express around somewhere if you would rather run from that.
Because of YOU Arbiter, MY kids? can't get enough gas. OR NIPPLE! How does that mkae you feeeel? ~ Halo
loki1950
The Shepherd
Posts: 5841
Joined: Fri May 13, 2005 8:37 pm
Location: Ottawa
Contact:

Re: How to use/setup MVS2010Express

Post by loki1950 »

Here's what I get when I try to build.
1>------ Build started: Project: vegastrike, Configuration: Debug Win32 ------
1> jutils.cpp
1>c:\users\denis belanger\documents\sourcecode\jpeg-6b\jinclude.h(20): fatal error C1083: Cannot open include file: 'jconfig.h': No such file or directory
1> jquant2.cpp
1>c:\users\denis belanger\documents\sourcecode\jpeg-6b\jinclude.h(20): fatal error C1083: Cannot open include file: 'jconfig.h': No such file or directory
1> jquant1.cpp
1>c:\users\denis belanger\documents\sourcecode\jpeg-6b\jinclude.h(20): fatal error C1083: Cannot open include file: 'jconfig.h': No such file or directory
1> jmemnobs.cpp
1>c:\users\denis belanger\documents\sourcecode\jpeg-6b\jinclude.h(20): fatal error C1083: Cannot open include file: 'jconfig.h': No such file or directory
1> jmemmgr.cpp
1>c:\users\denis belanger\documents\sourcecode\jpeg-6b\jinclude.h(20): fatal error C1083: Cannot open include file: 'jconfig.h': No such file or directory
1> jidctred.cpp
1>c:\users\denis belanger\documents\sourcecode\jpeg-6b\jinclude.h(20): fatal error C1083: Cannot open include file: 'jconfig.h': No such file or directory
1> jidctint.cpp
1>c:\users\denis belanger\documents\sourcecode\jpeg-6b\jinclude.h(20): fatal error C1083: Cannot open include file: 'jconfig.h': No such file or directory
1> jidctfst.cpp
1>c:\users\denis belanger\documents\sourcecode\jpeg-6b\jinclude.h(20): fatal error C1083: Cannot open include file: 'jconfig.h': No such file or directory
1> jidctflt.cpp
1>c:\users\denis belanger\documents\sourcecode\jpeg-6b\jinclude.h(20): fatal error C1083: Cannot open include file: 'jconfig.h': No such file or directory
1> jfdctint.cpp
1>c:\users\denis belanger\documents\sourcecode\jpeg-6b\jinclude.h(20): fatal error C1083: Cannot open include file: 'jconfig.h': No such file or directory
1> jfdctfst.cpp
1>c:\users\denis belanger\documents\sourcecode\jpeg-6b\jinclude.h(20): fatal error C1083: Cannot open include file: 'jconfig.h': No such file or directory
1> jfdctflt.cpp
1>c:\users\denis belanger\documents\sourcecode\jpeg-6b\jinclude.h(20): fatal error C1083: Cannot open include file: 'jconfig.h': No such file or directory
1> jerror.cpp
1>c:\users\denis belanger\documents\sourcecode\jpeg-6b\jinclude.h(20): fatal error C1083: Cannot open include file: 'jconfig.h': No such file or directory
1> jdtrans.cpp
1>c:\users\denis belanger\documents\sourcecode\jpeg-6b\jinclude.h(20): fatal error C1083: Cannot open include file: 'jconfig.h': No such file or directory
1> jdsample.cpp
1>c:\users\denis belanger\documents\sourcecode\jpeg-6b\jinclude.h(20): fatal error C1083: Cannot open include file: 'jconfig.h': No such file or directory
1> jdpostct.cpp
1>c:\users\denis belanger\documents\sourcecode\jpeg-6b\jinclude.h(20): fatal error C1083: Cannot open include file: 'jconfig.h': No such file or directory
1> jdphuff.cpp
1>c:\users\denis belanger\documents\sourcecode\jpeg-6b\jinclude.h(20): fatal error C1083: Cannot open include file: 'jconfig.h': No such file or directory
1> jdmerge.cpp
1>c:\users\denis belanger\documents\sourcecode\jpeg-6b\jinclude.h(20): fatal error C1083: Cannot open include file: 'jconfig.h': No such file or directory
1> jdmaster.cpp
1>c:\users\denis belanger\documents\sourcecode\jpeg-6b\jinclude.h(20): fatal error C1083: Cannot open include file: 'jconfig.h': No such file or directory
1> jdmarker.cpp
1>c:\users\denis belanger\documents\sourcecode\jpeg-6b\jinclude.h(20): fatal error C1083: Cannot open include file: 'jconfig.h': No such file or directory
1> Generating Code...
1> Compiling...
1> jdmainct.cpp
1>c:\users\denis belanger\documents\sourcecode\jpeg-6b\jinclude.h(20): fatal error C1083: Cannot open include file: 'jconfig.h': No such file or directory
1> jdinput.cpp
1>c:\users\denis belanger\documents\sourcecode\jpeg-6b\jinclude.h(20): fatal error C1083: Cannot open include file: 'jconfig.h': No such file or directory
1> jdhuff.cpp
1>c:\users\denis belanger\documents\sourcecode\jpeg-6b\jinclude.h(20): fatal error C1083: Cannot open include file: 'jconfig.h': No such file or directory
1> jddctmgr.cpp
1>c:\users\denis belanger\documents\sourcecode\jpeg-6b\jinclude.h(20): fatal error C1083: Cannot open include file: 'jconfig.h': No such file or directory
1> jdcolor.cpp
1>c:\users\denis belanger\documents\sourcecode\jpeg-6b\jinclude.h(20): fatal error C1083: Cannot open include file: 'jconfig.h': No such file or directory
1> jdcoefct.cpp
1>c:\users\denis belanger\documents\sourcecode\jpeg-6b\jinclude.h(20): fatal error C1083: Cannot open include file: 'jconfig.h': No such file or directory
1> jdatasrc.cpp
1>c:\users\denis belanger\documents\sourcecode\jpeg-6b\jinclude.h(20): fatal error C1083: Cannot open include file: 'jconfig.h': No such file or directory
1> jdatadst.cpp
1>c:\users\denis belanger\documents\sourcecode\jpeg-6b\jinclude.h(20): fatal error C1083: Cannot open include file: 'jconfig.h': No such file or directory
1> jdapistd.cpp
1>c:\users\denis belanger\documents\sourcecode\jpeg-6b\jinclude.h(20): fatal error C1083: Cannot open include file: 'jconfig.h': No such file or directory
1> jdapimin.cpp
1>c:\users\denis belanger\documents\sourcecode\jpeg-6b\jinclude.h(20): fatal error C1083: Cannot open include file: 'jconfig.h': No such file or directory
1> jctrans.cpp
1>c:\users\denis belanger\documents\sourcecode\jpeg-6b\jinclude.h(20): fatal error C1083: Cannot open include file: 'jconfig.h': No such file or directory
1> jcsample.cpp
1>c:\users\denis belanger\documents\sourcecode\jpeg-6b\jinclude.h(20): fatal error C1083: Cannot open include file: 'jconfig.h': No such file or directory
1> jcprepct.cpp
1>c:\users\denis belanger\documents\sourcecode\jpeg-6b\jinclude.h(20): fatal error C1083: Cannot open include file: 'jconfig.h': No such file or directory
1> jcphuff.cpp
1>c:\users\denis belanger\documents\sourcecode\jpeg-6b\jinclude.h(20): fatal error C1083: Cannot open include file: 'jconfig.h': No such file or directory
1> jcparam.cpp
1>c:\users\denis belanger\documents\sourcecode\jpeg-6b\jinclude.h(20): fatal error C1083: Cannot open include file: 'jconfig.h': No such file or directory
1> jcomapi.cpp
1>c:\users\denis belanger\documents\sourcecode\jpeg-6b\jinclude.h(20): fatal error C1083: Cannot open include file: 'jconfig.h': No such file or directory
1> jcmaster.cpp
1>c:\users\denis belanger\documents\sourcecode\jpeg-6b\jinclude.h(20): fatal error C1083: Cannot open include file: 'jconfig.h': No such file or directory
1> jcmarker.cpp
1>c:\users\denis belanger\documents\sourcecode\jpeg-6b\jinclude.h(20): fatal error C1083: Cannot open include file: 'jconfig.h': No such file or directory
1> jcmainct.cpp
1>c:\users\denis belanger\documents\sourcecode\jpeg-6b\jinclude.h(20): fatal error C1083: Cannot open include file: 'jconfig.h': No such file or directory
1> jcinit.cpp
1>c:\users\denis belanger\documents\sourcecode\jpeg-6b\jinclude.h(20): fatal error C1083: Cannot open include file: 'jconfig.h': No such file or directory
1> Generating Code...
1> Compiling...
1> jchuff.cpp
1>c:\users\denis belanger\documents\sourcecode\jpeg-6b\jinclude.h(20): fatal error C1083: Cannot open include file: 'jconfig.h': No such file or directory
1> jcdctmgr.cpp
1>c:\users\denis belanger\documents\sourcecode\jpeg-6b\jinclude.h(20): fatal error C1083: Cannot open include file: 'jconfig.h': No such file or directory
1> jccolor.cpp
1>c:\users\denis belanger\documents\sourcecode\jpeg-6b\jinclude.h(20): fatal error C1083: Cannot open include file: 'jconfig.h': No such file or directory
1> jccoefct.cpp
1>c:\users\denis belanger\documents\sourcecode\jpeg-6b\jinclude.h(20): fatal error C1083: Cannot open include file: 'jconfig.h': No such file or directory
1> jcapistd.cpp
1>c:\users\denis belanger\documents\sourcecode\jpeg-6b\jinclude.h(20): fatal error C1083: Cannot open include file: 'jconfig.h': No such file or directory
1> jcapimin.cpp
1>c:\users\denis belanger\documents\sourcecode\jpeg-6b\jinclude.h(20): fatal error C1083: Cannot open include file: 'jconfig.h': No such file or directory
1> xml_support.cpp
1>c1xx : fatal error C1083: Cannot open source file: '..\..\vegastrike\src\xml_support.cpp': No such file or directory
1> xml_serializer.cpp
1>c1xx : fatal error C1083: Cannot open source file: '..\..\vegastrike\src\xml_serializer.cpp': No such file or directory
1> vsfilesystem.cpp
1>c1xx : fatal error C1083: Cannot open source file: '..\..\vegastrike\src\vsfilesystem.cpp': No such file or directory
1> vs_globals.cpp
1>c1xx : fatal error C1083: Cannot open source file: '..\..\vegastrike\src\vs_globals.cpp
And on an on see what I mean it can not open anything within the SVN repo.

Enjoy the Choice :)
my box::HP Envy i5-6400 @2Q70GHzx4 8 Gb ram/1 Tb(Win10 64)/3 Tb Mint 19.2/GTX745 4Gb acer S243HL K222HQL
Q8200/Asus P5QDLX/8 Gb ram/WD 2Tb 2-500 G HD/GF GT640 2Gb Mint 17.3 64 bit Win 10 32 bit acer and Lenovo ideapad 320-15ARB Win 10/Mint 19.2
log0

Re: How to use/setup MVS2010Express

Post by log0 »

Debug build never worked afaik, select release.

vs2008 express web:
http://www.microsoft.com/download/en/de ... x?id=14597

vs2008 express iso:
http://www.microsoft.com/download/en/de ... px?id=3092
loki1950
The Shepherd
Posts: 5841
Joined: Fri May 13, 2005 8:37 pm
Location: Ottawa
Contact:

Re: How to use/setup MVS2010Express

Post by loki1950 »

Would rather not download the old one using a cellular dongle for internet access(my brother's h'd have a cat ;) )

Enjoy the Choice :)

ps the switch to release did the trick building as I type :D
my box::HP Envy i5-6400 @2Q70GHzx4 8 Gb ram/1 Tb(Win10 64)/3 Tb Mint 19.2/GTX745 4Gb acer S243HL K222HQL
Q8200/Asus P5QDLX/8 Gb ram/WD 2Tb 2-500 G HD/GF GT640 2Gb Mint 17.3 64 bit Win 10 32 bit acer and Lenovo ideapad 320-15ARB Win 10/Mint 19.2
pheonixstorm
Elite
Elite
Posts: 1567
Joined: Tue Jan 26, 2010 2:03 am

Re: How to use/setup MVS2010Express

Post by pheonixstorm »

Try moving your svn repo from users/documents to another folder more like C:\VSSource\... or somewhere other than where you currently have it. If its not able to open up ANY of the source files there may be another probelm outside your VC enviornment. What can you compile so far, any other dll or app from source?
Because of YOU Arbiter, MY kids? can't get enough gas. OR NIPPLE! How does that mkae you feeeel? ~ Halo
loki1950
The Shepherd
Posts: 5841
Joined: Fri May 13, 2005 8:37 pm
Location: Ottawa
Contact:

Re: How to use/setup MVS2010Express

Post by loki1950 »

Had no problem building the OGRE sample browser both debug and release and if I remember Python was included in that build.My build was stopped be the lack of an include that is part of MFC have found solution but have not yet applied it :)

Enjoy the Choice :)
my box::HP Envy i5-6400 @2Q70GHzx4 8 Gb ram/1 Tb(Win10 64)/3 Tb Mint 19.2/GTX745 4Gb acer S243HL K222HQL
Q8200/Asus P5QDLX/8 Gb ram/WD 2Tb 2-500 G HD/GF GT640 2Gb Mint 17.3 64 bit Win 10 32 bit acer and Lenovo ideapad 320-15ARB Win 10/Mint 19.2
pheonixstorm
Elite
Elite
Posts: 1567
Joined: Tue Jan 26, 2010 2:03 am

Re: How to use/setup MVS2010Express

Post by pheonixstorm »

In trunk jpeg-6b should be in vega-vc9 unless you deleted the files from the vs project and reapplied them manually.

Not sure about the others... Attach a copy of your solution and I will try to load n compile here.
Because of YOU Arbiter, MY kids? can't get enough gas. OR NIPPLE! How does that mkae you feeeel? ~ Halo
loki1950
The Shepherd
Posts: 5841
Joined: Fri May 13, 2005 8:37 pm
Location: Ottawa
Contact:

Re: How to use/setup MVS2010Express

Post by loki1950 »

Ok here's the converted solution just change the extension from txt to sln


Enjoy the Choice :)
You do not have the required permissions to view the files attached to this post.
my box::HP Envy i5-6400 @2Q70GHzx4 8 Gb ram/1 Tb(Win10 64)/3 Tb Mint 19.2/GTX745 4Gb acer S243HL K222HQL
Q8200/Asus P5QDLX/8 Gb ram/WD 2Tb 2-500 G HD/GF GT640 2Gb Mint 17.3 64 bit Win 10 32 bit acer and Lenovo ideapad 320-15ARB Win 10/Mint 19.2
pheonixstorm
Elite
Elite
Posts: 1567
Joined: Tue Jan 26, 2010 2:03 am

Re: How to use/setup MVS2010Express

Post by pheonixstorm »

Actually I meant to ask for the solution and project files, not just the solution... sorry. You can attach the project files as is w/o need to rename them to txt now. I added the sln and vcxproj extensions to the attachment list as well as 7z for archives :)
Because of YOU Arbiter, MY kids? can't get enough gas. OR NIPPLE! How does that mkae you feeeel? ~ Halo
loki1950
The Shepherd
Posts: 5841
Joined: Fri May 13, 2005 8:37 pm
Location: Ottawa
Contact:

Re: How to use/setup MVS2010Express

Post by loki1950 »

Ok then I bundle them into a 7z archive and post them around 2:00 pm

Edit: ps Which file do you really need as the archive is about 26.5 MB
Enjoy the Choice :)
my box::HP Envy i5-6400 @2Q70GHzx4 8 Gb ram/1 Tb(Win10 64)/3 Tb Mint 19.2/GTX745 4Gb acer S243HL K222HQL
Q8200/Asus P5QDLX/8 Gb ram/WD 2Tb 2-500 G HD/GF GT640 2Gb Mint 17.3 64 bit Win 10 32 bit acer and Lenovo ideapad 320-15ARB Win 10/Mint 19.2
shenle
Confed Special Operative
Confed Special Operative
Posts: 381
Joined: Thu Jan 31, 2008 3:25 am
Location: hiding in a dark corner

Re: How to use/setup MVS2010Express

Post by shenle »

Just throwing in my 2 cents by saying that I was never able to build VS with any "express" version of MSVC++ though I've been trying for at least 3 years.

The only free version of MSVC++ that ever worked for me to compile VS was the 2003 command-line only, in conjunction with SDKs (win and DX), but that stopped working a few years ago when this old version of the compiler started choking on the newer VS code.
make me a sandwich
make: *** No rule to make target 'me'. Stop.
pheonixstorm
Elite
Elite
Posts: 1567
Joined: Tue Jan 26, 2010 2:03 am

Re: How to use/setup MVS2010Express

Post by pheonixstorm »

log0 was able to build VS using 2008 for the experimental branch when I first added in the planetary flight code.

@loki1950 I just need the project files: vegastrike\vegastrike.vcxproj, vssetup\vssetup.vcxproj, and vsserver\vsserver.vcxproj
Because of YOU Arbiter, MY kids? can't get enough gas. OR NIPPLE! How does that mkae you feeeel? ~ Halo
pheonixstorm
Elite
Elite
Posts: 1567
Joined: Tue Jan 26, 2010 2:03 am

Re: How to use/setup MVS2010Express

Post by pheonixstorm »

loki1950 wrote:Would rather not download the old one using a cellular dongle for internet access(my brother's h'd have a cat ;) )

Enjoy the Choice :)

ps the switch to release did the trick building as I type :D
Ok so missed that last line.. Problem with having kids.. you miss the important details when you get distracted. So, anyway, now I know I have to work on the debug build at least.

Also, I included a patch for express users in the VC9 folder: VCExpress.diff, not sure if it will work with VC10 or not, but it should be easy enough to change over. Heres a quick view

Code: Select all

Index: Resources.rc
===================================================================
--- Resources.rc	(revision 12973)
+++ Resources.rc	(working copy)
@@ -7,7 +7,8 @@
 //
 // Generated from the TEXTINCLUDE 2 resource.
 //
-#include "afxres.h"
+//#include "afxres.h"
+#include <WinResrc.h>
 
 /////////////////////////////////////////////////////////////////////////////
 #undef APSTUDIO_READONLY_SYMBOLS
VC paid ses afxres.h while VC free uses WinRerc.h
I have no idea why this is the case, I read up on it once while I was using VC8 Express and compiling ManGos (WoW server clone)

That should fix you up. If not.. well, time to break out the ol express version and create an express solution
Because of YOU Arbiter, MY kids? can't get enough gas. OR NIPPLE! How does that mkae you feeeel? ~ Halo
loki1950
The Shepherd
Posts: 5841
Joined: Fri May 13, 2005 8:37 pm
Location: Ottawa
Contact:

Re: How to use/setup MVS2010Express

Post by loki1950 »

And that is just where the build stopped so it seems that VC10 follows on from VC9 will try with the patch and report back.


Enjoy the Choice :)
my box::HP Envy i5-6400 @2Q70GHzx4 8 Gb ram/1 Tb(Win10 64)/3 Tb Mint 19.2/GTX745 4Gb acer S243HL K222HQL
Q8200/Asus P5QDLX/8 Gb ram/WD 2Tb 2-500 G HD/GF GT640 2Gb Mint 17.3 64 bit Win 10 32 bit acer and Lenovo ideapad 320-15ARB Win 10/Mint 19.2
log0

Re: How to use/setup MVS2010Express

Post by log0 »

shenle wrote:Just throwing in my 2 cents by saying that I was never able to build VS with any "express" version of MSVC++ though I've been trying for at least 3 years.

The only free version of MSVC++ that ever worked for me to compile VS was the 2003 command-line only, in conjunction with SDKs (win and DX), but that stopped working a few years ago when this old version of the compiler started choking on the newer VS code.
Weird, it compiles just fine with 2008 express. Make sure that you are compiling the release configuration and adjust the rc file(i think this is documented). You don't need win sdk afaik.
pheonixstorm
Elite
Elite
Posts: 1567
Joined: Tue Jan 26, 2010 2:03 am

Re: How to use/setup MVS2010Express

Post by pheonixstorm »

I think a small part of the sdk is required. Best to do a minimal instal of the sdk though as Express lacks a lot of features/files.
Because of YOU Arbiter, MY kids? can't get enough gas. OR NIPPLE! How does that mkae you feeeel? ~ Halo
loki1950
The Shepherd
Posts: 5841
Joined: Fri May 13, 2005 8:37 pm
Location: Ottawa
Contact:

Re: How to use/setup MVS2010Express

Post by loki1950 »

More info it's afxres.h that is the problem it is not in the include path the right path is

Code: Select all

C:\Program Files\Microsoft SDKs\Windows\v7.1\Samples\winui\tsf\tsfcompart\afxres.h
So how does one add this to the include path in VC2010

The build stopped at viewarea.cpp BTW

Enjoy the Choice :)
my box::HP Envy i5-6400 @2Q70GHzx4 8 Gb ram/1 Tb(Win10 64)/3 Tb Mint 19.2/GTX745 4Gb acer S243HL K222HQL
Q8200/Asus P5QDLX/8 Gb ram/WD 2Tb 2-500 G HD/GF GT640 2Gb Mint 17.3 64 bit Win 10 32 bit acer and Lenovo ideapad 320-15ARB Win 10/Mint 19.2
pheonixstorm
Elite
Elite
Posts: 1567
Joined: Tue Jan 26, 2010 2:03 am

Re: How to use/setup MVS2010Express

Post by pheonixstorm »

If it doesn't add it in when you install the sdk then google directions on how to add the path manually. It should be the same as for the paid version though. For mine under VC9 Pro it shows $(WindowsSdkDir)\include under project setting. Just go under TOOLS -> OPTIONS -> scroll to Projects & Solutions and look for VC++ Directories. Should only need to enter the SDK path under Include files and Library Files.

As far as afxres.h, is that the only one that comes up when you run a search? I would think there would be one in the sdk's include folder or an include folder for the express include folder.
Because of YOU Arbiter, MY kids? can't get enough gas. OR NIPPLE! How does that mkae you feeeel? ~ Halo
loki1950
The Shepherd
Posts: 5841
Joined: Fri May 13, 2005 8:37 pm
Location: Ottawa
Contact:

Re: How to use/setup MVS2010Express

Post by loki1950 »

Maybe just copying into the path would simpler ;)ie. in the include folder.

Edit: just did the copy to the include folder from the Samples one and successfully build VS Setup :D working on main app ATM :mrgreen:
Enjoy the Choice :)
my box::HP Envy i5-6400 @2Q70GHzx4 8 Gb ram/1 Tb(Win10 64)/3 Tb Mint 19.2/GTX745 4Gb acer S243HL K222HQL
Q8200/Asus P5QDLX/8 Gb ram/WD 2Tb 2-500 G HD/GF GT640 2Gb Mint 17.3 64 bit Win 10 32 bit acer and Lenovo ideapad 320-15ARB Win 10/Mint 19.2
loki1950
The Shepherd
Posts: 5841
Joined: Fri May 13, 2005 8:37 pm
Location: Ottawa
Contact:

Re: How to use/setup MVS2010Express

Post by loki1950 »

It built but threw this at the linking stage

Code: Select all

flyjoystick.obj : error LNK2001: unresolved external symbol "public: virtual __thiscall FlyByKeyboard::~FlyByKeyboard

(void)" (??1FlyByKeyboard@@UAE@XZ)
1>flykeyboard.obj : error LNK2001: unresolved external symbol "public: virtual __thiscall FlyByKeyboard::~FlyByKeyboard

(void)" (??1FlyByKeyboard@@UAE@XZ)
1>flyjoystick.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall FlyByKeyboard::Destroy

(void)" (?Destroy@FlyByKeyboard@@UAEXXZ)
1>flykeyboard.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall FlyByKeyboard::Destroy

(void)" (?Destroy@FlyByKeyboard@@UAEXXZ)
1>flykeyboard.obj : error LNK2001: unresolved external symbol "protected: void __thiscall FlyByKeyboard::KeyboardRollRight

(float)" (?KeyboardRollRight@FlyByKeyboard@@IAEXM@Z)
1>flykeyboard.obj : error LNK2001: unresolved external symbol "protected: void __thiscall FlyByKeyboard::KeyboardRight

(float)" (?KeyboardRight@FlyByKeyboard@@IAEXM@Z)
1>flykeyboard.obj : error LNK2001: unresolved external symbol "protected: void __thiscall FlyByKeyboard::KeyboardUp(float)" 

(?KeyboardUp@FlyByKeyboard@@IAEXM@Z)
1>flykeyboard.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall FlyByKeyboard::Execute

(void)" (?Execute@FlyByKeyboard@@UAEXXZ)
1>C:\Users\Public\Documents\sandbox\vega-vc9\Release\vegastrike.exe : fatal error LNK1120: 6 unresolved externals
Same error as http://forums.vega-strike.org/viewtopic.php?f=5&t=18031

Enjoy the Choice :)
my box::HP Envy i5-6400 @2Q70GHzx4 8 Gb ram/1 Tb(Win10 64)/3 Tb Mint 19.2/GTX745 4Gb acer S243HL K222HQL
Q8200/Asus P5QDLX/8 Gb ram/WD 2Tb 2-500 G HD/GF GT640 2Gb Mint 17.3 64 bit Win 10 32 bit acer and Lenovo ideapad 320-15ARB Win 10/Mint 19.2
Post Reply