jaclaz, on 17 October 2011 - 03:57 AM, said:
Boy, do I hate reports of success that completely FAIL to detail HOW EXACTLY the goal was reached....
HERE AGAIN FOR THE GRAND MASTER JAYCLAZ:
Schiiwa, on 16 October 2011 - 08:51 PM, said:
changed the platform to x64 and re-comiled.
Because of the Problem
Schiiwa, on 16 October 2011 - 08:51 PM, said:
The reason which i figured out is, that WOW64 isn´t available for WinPE x64
Don´t be rude my friend. I didn´t write in here EXACTLY the 2 files, because you will be informed through the executeable..... But If you want details...here we go!
First it said:
mfc100u.dll not found
and after placing it from C:\Windows\System32 into the RE-image:\Windows\System32 (as we all here know, which has normally the letter "X" assigned), the next message was:
msvcr100.dll not found
Then same procedure.... and ta-da.... The HTA was Popping up. And I didn´t write these details, because I am sure it hurts some copyrights

because nearly everything is illegal. If MS haven´t changed the EULA of IMAGEX, i am not allowed to do a Image of my OS-Partition, right Jayclaz??
http://www.msfn.org/...post__p__954690
Maybe (but do not know) these files went to C:\Windows\System32 through the installation of Visual C++ (on my brothers Computer). But Maybe they are some standard WIN-Files
BTW... here´s the source-code
#include "stdafx.h"
#include "windows.h"
int _tmain(int argc, _TCHAR* argv[])
{
ShellExecute(NULL,_T("open"),_T("x:\\Windows\\System32\\Mshta.exe"),_T("x:\\sources\\recovery\\tools\\RestoreImage.hta"),NULL,SW_SHOW);
return 0;
}
And I saw the possibilities of Visual C++ the first time and was really flashed. So in my opinion, if someone buys and gets along with this programm, they already know the option to change the platform! It´s just because i have no idea of programming in C++
Additional Information:
You can change the platform in Visual C++ by opening the properties of your projekt and search for KONFIGURATION MANAGER!!!!!!!!!!!!!!!!!!
Win32, X64 and Itanium will be available. As this box here holds an AMD, i chose x64
This post has been edited by Schiiwa: 17 October 2011 - 08:52 AM