(01-21-2010, 07:16 AM)Jefferson Wrote: [ -> ]Mm....I am running it from the web installer (download from Microsoft page)
You can always try doing a x64 compile, maybe you got lucky and you didn't need the extra file.
If not, get the ISO

(01-21-2010, 05:13 AM)CacoFFF Wrote: [ -> ] (01-20-2010, 10:40 PM)defiancenl Wrote: [ -> ]Hummm my 64bit machine does not compile ? (64bits versions) (it does 32bit versions tho)
I did the registry stuff and paths are correct, i renamed the .config to *.Express.config , what could be wrong?
![[Image: registry.png]](http://gateway.medialan.nl/registry.png)
I cannot select 64bit under Tools->options->vc++ Directories -> Platform(dropbox)
From what i can see:
Your SDK added registry entries for a possible 64 bit Visual Studio.
Your VC++ 2008 Express is a 32 bit application.
You placed the VCExpress entries in the 64 bit zone of the registry, which cannot be accessed by 32 bit apps.
Your registry path should be: HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\VCExpress\9.0\CLSID
yeah i noticed, i made a nice batch script to do this in the future
However now i run into other (compiling errors), i cant say wich right now bcuz im @ work, ill see this evening when ill get home.
Ehh... When I try to compile in 64-bit mode I get this error while compiling wiimote plugin or another one:
Code:
11>.\x64\Release\DataReports.obj : fatal error LNK1112: module machine type 'X86' conflicts with target machine type 'x64'
So im at home now
Rebuilding now, and i see alot of include errors for DX9, for njoy etc etc.
LNK1811 or something, it cant find files somehow.
19 succeeded 11 failed :/
Mm....I am almost going to try compiling, now I am downloading Directx SDK (553 MB)
(01-22-2010, 05:57 AM)defiancenl Wrote: [ -> ]So im at home now
Rebuilding now, and i see alot of include errors for DX9, for njoy etc etc.
LNK1811 or something, it cant find files somehow.
19 succeeded 11 failed :/
Did you setup all the folders needed?
This one can be tricky.
(01-22-2010, 03:45 AM)darkshadw Wrote: [ -> ]Ehh... When I try to compile in 64-bit mode I get this error while compiling wiimote plugin or another one:
Code:
11>.\x64\Release\DataReports.obj : fatal error LNK1112: module machine type 'X86' conflicts with target machine type 'x64'
Never happened to me, no idea what can be causing it, anyone else?
Compiling..........x86.
Edit: It worked! Now for x64. The problem was i havent downloaded Directx SDK. Now I downloaded and worked for x86 now going to try whit x64.
EDIT 2:

I guess I need to get the ISO because I cant seem to find the vc_stdx86.cab file.
EDIT 3: OMG! The Windows SDK ISO weights 1,29 GBs O.o. My connection is too slow 27-35KBs per second guess I will have to download 11 hours whitout interrupt. I figure out selecting x64 in VC directories but there are no files...
Edit: 4: I discovered that the web installer is a big buggy at the moment and when is gonna install the setup folder it gives an error when gonna install "vc_stdx86.cab"
I don't came across any errors when installing the web installer and the iso.
So I really don't know what I did wrong

.
I follow this tread perfectly, but it still doesn't work I still get this error:
Code:
15>.\x64\Release\ImageWrite.obj : fatal error LNK1112: module machine type 'X86' conflicts with target machine type 'x64'
Anyone knows this?

.
http://suma.soulogic.com/dl/VCE64BIT.zip
can someone please post the batch files code that that file contains because either the link is broken or i can't access it!
it does what this guide can do with the batch file also i can't find those options for this guide on my windows 7 64 bit!
Mm....I get problems too when compiling old REVs, whit 26 perfect, 2 incorrect and 19 warnings.
Whit new REVs I dont get those messages.