Pelles C forum

C language => Beginner questions => Topic started by: Wok on July 18, 2015, 04:48:54 PM

Title: Wrong location
Post by: Wok on July 18, 2015, 04:48:54 PM
I'm  totally new here.
I downloaded the game 'breakout'unzip it and try to open the project.

I got:    'vabreak.obj is wrongly located in the directory'

and now ???


Title: Re: Wrong location
Post by: TimoVJL on July 18, 2015, 05:40:40 PM
Newest IDE don't accept files outside defined folders. Output have to go output folder.

EDIT:
This line was missing:
POC_PROJECT_OUTPUTDIR = output#
or
POC_PROJECT_OUTPUTDIR = .#
Title: Re: Wrong location
Post by: frankie on July 18, 2015, 10:45:19 PM
And this is a very bad constraint which sense is not clear, at least for me  >:(.
Title: Re: Wrong location
Post by: Wok on July 18, 2015, 11:42:33 PM
But... how can i change that?
and where ?
Title: Re: Wrong location
Post by: TimoVJL on July 19, 2015, 08:31:22 AM
Insert into VazBreak.ppj line
POC_PROJECT_OUTPUTDIR = .#
Code: [Select]
...
POC_PROJECT_TYPE = 3#
POC_PROJECT_OUTPUTDIR = .#
POC_PROJECT_RESULTDIR = .#
POC_PROJECT_ARGUMENTS = #
POC_PROJECT_WORKPATH = .#
POC_PROJECT_EXECUTOR = #
...
Title: Re: Wrong location
Post by: Wok on July 20, 2015, 02:38:05 PM
ok, thats works, but the program is creapy... i have a dual screen,  left runs breakout, but see a black screen and a white ball, nothing more.
and right is see the orginal left screen,....
when the program stops total mess on my screens.

So,.. one option left,... delete all...
Peter
Title: Re: Wrong location
Post by: TimoVJL on July 20, 2015, 09:22:07 PM
I wish that you like PellesC. We can support you over 10 year experience.
First version i used was PellesC 2.50