Displaying 5 results from an estimated 5 matches for "sajadsa".
Did you mean:
bajada
2010 Oct 16
3
wine start.exe error
hello everybody
always when i want to install a software i receive this message:
the program start.exe has encountered a serious problem and needs to close. we are sorry for the inconvenience
what i must to do?
2010 Jun 19
3
internet explorer
hello
when i install IE8 or IE7 it will be installed completely but when i write to go to google for example or any other address an adress bar will be appeared an say that :
windows cannot find 'http://www.google.com'.check the spelling and try again.
what is the error and how i can solve this?
2009 Dec 14
11
wine and vmware
hello
what is the differences between wine and vmware?
thanks in advance.
2010 Oct 24
2
java runtime library
how to install java runtime library to wine?is there any installer?
2009 Dec 23
3
devcpp error
hello
i have installed devcpp on my wine but when i run it no command prompt is shown and so i cant see if it runned or no? how i can run it?
as this program:
#include <cstdlib>
#include <iostream>
using namespace std;
int main(int argc, char *argv[])
{
cout<<"hello,world"<<endl;
int i;
cin>>i;
system("PAUSE");
return EXIT_SUCCESS;
}