hello contact him for your cheque/ bank draft

2014-10-03 Thread Mrs Valerie Amos
Please read the attactment and contact him for your bank darft Contact on email zenthbank...@cd2.com Person : Dr.Jim Ovia.Personal Mobile Phone: +234814-773-2008 jim.pdf Description: Adobe PDF document

Hello Did you not get my mail?

2010-06-03 Thread Wang Lee
Dear Prospective Partner I am sending you this email through the internet with reservations, basically because you may perceive my intentions wrongly. The issue I want to unravel to you is a very classified and sensitive one. It may be very difficult for you to comprehend, but it certainly is

cannot compile hello program in kdevelop

2005-07-16 Thread Mauro Darida
hi, I am starting to study c++ and want to use kdevelop to compile my programs. I have got problems as soon as trying the first one: simple hello program. Here is the error (which I do not understand) given by kdevelop: cd '/home/mario/hello' && WANT_AUTOCONF_2_5="1"

Hello

2005-05-14 Thread Olga
Hello!!! My name is Olga. I live in Russia. I have seen your profile and decided to get to know you better. A few words about myself: I am searching serious relationships - if you want just to play with me I ask you not to answer on this letter! But if you want to find LOVE -my email: [EMAIL

hello

2005-02-03 Thread kjkjkjkjjk
hello

Re: qt3 "Hello World"

2001-12-03 Thread Gordon Tyler
> > Any suggestions? > g++ -I/usr/include/qt Also, you may want to consider using the Qt3 qmake utility. It looks like it makes pure Qt3 projects a LOT easier to compile for any platform that Qt supports. Ciao, Gordon

Re: qt3 "Hello World"

2001-12-03 Thread Allan Sandfeld Jensen
On Monday 03 December 2001 06:49, Jeremiah H. Savage wrote: > I'm trying to compile the Qt3 "Hello, World!" program [1] and get the > following errors: > > $ g++ test.cc > test.cc:1: qapplication.h: No such file or directory > test.cc:2: qpushbutton.h: No such

qt3 "Hello World"

2001-12-02 Thread Jeremiah H. Savage
I'm trying to compile the Qt3 "Hello, World!" program [1] and get the following errors: $ g++ test.cc test.cc:1: qapplication.h: No such file or directory test.cc:2: qpushbutton.h: No such file or directory If I define QTDIR to "/usr/share/qt" I get the same errors.