
and i have extract the useful.zip in the folders they have to be...
i will post errors here, if i copied the missing files manually.
Moderator: OpenTTD Developers
Code: Select all
unittest - 151 error(s), 0 warning(s)
========== Build: 2 succeeded, 2 failed, 0 up-to-date, 0 skipped ==========
1. My nick is Darkvaterpenticrack wrote:darkdaddy@
huh? i checked out http://wiki.openttd.org/index.php ...
lol , now i restarted my computer and vc++ compiled, without missing files error, but compiler say:complete reportCode: Select all
unittest - 151 error(s), 0 warning(s) ========== Build: 2 succeeded, 2 failed, 0 up-to-date, 0 skipped ==========
Code: Select all
C:\Program Files\Microsoft Platform SDK\Include\winnt.h(5940) : error C2146: syntax error : missing ';' before identifier 'Buffer'
C:\Program Files\Microsoft Platform SDK\Include\winnt.h(5940) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
Code: Select all
c:\programme\microsoft visual studio 8\vc\platformsdk\include\winnt.h(222) : error C2061: Syntaxfehler: Bezeichner 'PVOID64'
c:\programme\microsoft visual studio 8\vc\platformsdk\include\winnt.h(222) : error C2059: Syntaxfehler: ';'
c:\programme\microsoft visual studio 8\vc\platformsdk\include\winnt.h(5940) : error C2061: Syntaxfehler: Bezeichner 'PVOID64'
c:\programme\microsoft visual studio 8\vc\platformsdk\include\winnt.h(5942) : error C2059: Syntaxfehler: '}'
...
Code: Select all
typedef void * POINTER_64 PVOID64;
Code: Select all
//typedef void * POINTER_64 PVOID64;
typedef void *PVOID64;
I added screens of my config to the wiki, link in my sig.tenpoints2k5 wrote:If anyone has managed to successfully compile and subsequently run the trunk OpenTTD using Visual C++ express 2005, could they please post screenies of their include, bin and lib directories displayed their VC++ Directories window.
I was able to compile OpenTTD using Visual C++ Express 2005, I just followed the steps given by Sebastiaan, it's pretty straignt forward. I have attached the screenshots in a ZIP file.tenpoints2k5 wrote:If anyone has managed to successfully compile and subsequently run the trunk OpenTTD using Visual C++ express 2005, could they please post screenies of their include, bin and lib directories displayed their VC++ Directories window.
Thanks Hazelrah. I will post screenshots of my include & lib directories as well as a list of the unresolved's when I get home tonight.Hazelrah wrote:I installed MSVC2005 just before Sebastiaan wrote that wiki page, and to the best of my knowledge, those steps should work just fine for you. Make double sure that the DirectX includes have been pushed to the top, because that will give you problems.
Can you give the output (or maybe the first 20-30 lines) of what happens when you compile?
-Hazelrah
Users browsing this forum: No registered users and 16 guests