#include <iostream>
using namespace std;
int main(int argc, char* argv[])
{
cout << "Hi there!" << endl;
return 0;
}
визуал студио
в нем ввожу вот это
Код:
затем билдю
а выдает вот что:
cl : Command line warning D9028 : minimal rebuild failure, reverting to normal build
1.cpp
c:\documents and settings\admin\my documents\visual studio 2005\projects\1\1\1.cpp : fatal error C1902: Program database manager mismatch; please check your installation
Build log was saved at "file://c:\Documents and Settings\admin\My Documents\Visual Studio 2005\Projects\1\1\Debug\BuildLog.htm"
1 - 1 error(s), 1 warning(s)
что такое не пойму. И чтобы я не билдил аналогичное этому выдает. Что делать может кто знает?
в нем ввожу вот это
Код:
#include <iostream>
using namespace std;
int main(int argc, char* argv[])
{
cout << "Hi there!" << endl;
return 0;
}
using namespace std;
int main(int argc, char* argv[])
{
cout << "Hi there!" << endl;
return 0;
}
затем билдю
а выдает вот что:
cl : Command line warning D9028 : minimal rebuild failure, reverting to normal build
1.cpp
c:\documents and settings\admin\my documents\visual studio 2005\projects\1\1\1.cpp : fatal error C1902: Program database manager mismatch; please check your installation
Build log was saved at "file://c:\Documents and Settings\admin\My Documents\Visual Studio 2005\Projects\1\1\Debug\BuildLog.htm"
1 - 1 error(s), 1 warning(s)
что такое не пойму. И чтобы я не билдил аналогичное этому выдает. Что делать может кто знает?[/QUOTE]
Это называется старые версии надо удалять, а не ставить поверх. И антивирь отключать когда компилишь.
program database manager mismatch; please check your installation
A program database file (.pdb) was created using a newer version of DBI.dll than the one found while compiling. Install the latest version of DBI.dll on your system.