скачал, установил визуал студио 2008 создаю консольное приложение, с примером, встроенным в саму ИДЕ PHP: // trazh.cpp: определяет точку входа для консольного приложения. // #include "stdafx.h" int _tmain(int argc, _TCHAR* argv[]) { return 0; } компилирую без ошибок, но файл exe не создаётся и при попытке запуска из ИДЕ - сообщение: файлы манифеста: trazh.exe.intermediate.manifest PHP: <?xml version='1.0' encoding='UTF-8' standalone='yes'?> <assembly xmlns='urn:schemas-microsoft-com:asm.v1' manifestVersion='1.0'> <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3"> <security> <requestedPrivileges> <requestedExecutionLevel level='asInvoker' uiAccess='false' /> </requestedPrivileges> </security> </trustInfo> <dependency> <dependentAssembly> <assemblyIdentity type='win32' name='Microsoft.VC90.DebugCRT' version='9.0.21022.8' processorArchitecture='x86' publicKeyToken='1fc8b3b9a1e18e3b' /> </dependentAssembly> </dependency> </assembly> trazh.exe.embed.manifest.res PHP: пустой trazh.exe.embed.manifest PHP: <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3"> <security> <requestedPrivileges> <requestedExecutionLevel level="asInvoker" uiAccess="false"></requestedExecutionLevel> </requestedPrivileges> </security> </trustInfo> <dependency> <dependentAssembly> <assemblyIdentity type="win32" name="Microsoft.VC90.DebugCRT" version="9.0.21022.8" processorArchitecture="x86" publicKeyToken="1fc8b3b9a1e18e3b"></assemblyIdentity> </dependentAssembly> </dependency> </assembly>
самое простое что приходит в голову - переставить студию, можешь еще попробывать сбросить настройки ( Tools -> Import and export settings -> Reset all settings )
2Дикс. странно, у меня на Visual Studio 2008 Express Edition все в порядке. Летом ставила Professional Edition, тоже проблем не возникало.. Попробуйте отключить в настройках генерацию манифеста.
имхо изврат... еще поэксперементируй с настройками проекта (project -> название_проектра properties). Там можешь попробывать вообще отрубить манифест