News:

Download Pelles C here: http://www.smorgasbordet.com/pellesc/

Main Menu

Wrong location

Started by Wok, July 18, 2015, 04:48:54 PM

Previous topic - Next topic

Wok

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 ???



TimoVJL

#1
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 = .#
May the source be with you

frankie

And this is a very bad constraint which sense is not clear, at least for me  >:(.
"It is better to be hated for what you are than to be loved for what you are not." - Andre Gide

Wok

But... how can i change that?
and where ?

TimoVJL

Insert into VazBreak.ppj line
POC_PROJECT_OUTPUTDIR = .#
...
POC_PROJECT_TYPE = 3#
POC_PROJECT_OUTPUTDIR = .#
POC_PROJECT_RESULTDIR = .#
POC_PROJECT_ARGUMENTS = #
POC_PROJECT_WORKPATH = .#
POC_PROJECT_EXECUTOR = #
...
May the source be with you

Wok

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

TimoVJL

I wish that you like PellesC. We can support you over 10 year experience.
First version i used was PellesC 2.50
May the source be with you