Welcome! Log In Create A New Profile

Advanced

Assignment 1 Q1

Posted by neilerasmus31 
Announcements Last Post
Announcement SoC Curricula 09/30/2017 01:08PM
Announcement Demarcation or scoping of examinations and assessment 02/13/2017 07:59AM
Announcement School of Computing Short Learning Programmes 11/24/2014 08:37AM
Announcement Unisa contact information 07/28/2011 01:28PM
Assignment 1 Q1
May 03, 2010 09:22PM
So I build/compiled the code given by ezust for the codevisitor-test program. When I run the app as follows:

codevisitor-test -r -d c:\ -f file1

nothing seems to happen. Can anyone help me?
Re: Assignment 1 Q1
May 04, 2010 08:29AM
Have you tried debugging.
Re: Assignment 1 Q1
May 04, 2010 11:14AM
@neilerasmus31

Page 3 of Tut102

If you want to create a console app, you need to do two things if you choose to create an Empty Qt4 Project:
In Edit mode, double-click on the name of the project file (.pro) in the Projects panel to get it loaded in the editor,
and then add the line CONFIG += console to it. In Projects mode, choose the Run Settings tab and then make sure that the Run in Terminal checkbox is selected.
Re: Assignment 1 Q1
May 04, 2010 01:24PM
That is if you are using QtCreator.
Sorry, only registered users may post in this forum.

Click here to login