Página 1 de 1

Build error

Publicado: Mar May 23, 2006 10:58 am
por Capsol Coder
Hi Jose
I registered the demo, xailer is looking a lot more "polished" (great) than
when I last looked.
I stuck an edit control, button and a grid on a form, but I got the
following build error
Fatal: Unable to open file 'PCREPOS.LIB"
Any clues? I haven't really looked into it, I'm hoping you can point me in
the write direction
Again....bloody great work
Regards Nick

Build error

Publicado: Mar May 23, 2006 11:41 am
por jfgimenez
Nick,
> I registered the demo, xailer is looking a lot more "polished" (great)
> than when I last looked.
>
> I stuck an edit control, button and a grid on a form, but I got the
> following build error
>
> Fatal: Unable to open file 'PCREPOS.LIB"
>
> Any clues? I haven't really looked into it, I'm hoping you can point me in
> the write direction
The problem is that the xHarbour version you are using is old. Download our
xHarbour build from our web and install it.
--
Regards,
Jose F. Gimenez

Build error

Publicado: Mar May 23, 2006 12:49 pm
por Capsol Coder
Thanks for the quick response, that fixed it
Couple more questions
Does the debugger work?, I set a break point and clicked Step etc but
nothing happened
In the real version I presume I can add other libs, the add button is greyed
out at the moment
How long does the demo last?
Cheers
Nick

Build error

Publicado: Mar May 23, 2006 1:01 pm
por jfgimenez
Nick,
> Does the debugger work?, I set a break point and clicked Step etc but
> nothing happened
You have to compile the project in "debugger mode". Open the "project
properties" form and mark the box "Include debug information" in the
"[x]Harbour" page. Then rebuild your project (Alt+F9).
> In the real version I presume I can add other libs, the add button is
> greyed out at the moment
It's possible to add any library to the project, just adding it as any other
file. You can do that by using the option "Add file to the project" or
simply dragging the lib from the window's explorer and dropping it onto the
project manager form.
> How long does the demo last?
The only limitation of the demo is that you cannot run the programs out of
the own IDE. That's all.
--
Regards,
Jose F. Gimenez

Build error

Publicado: Mar May 23, 2006 2:05 pm
por Capsol Coder
After seeing the debug stuff
SOLD
"Jose F. Gimenez" <jfgimenez@wanadoo.es> wrote in message
news:[email=4472ebd3@ozsrvnegro.ozlan.local...]4472ebd3@ozsrvnegro.ozlan.local...[/email]
> Nick,
>
>> Does the debugger work?, I set a break point and clicked Step etc but
>> nothing happened
>
> You have to compile the project in "debugger mode". Open the "project
> properties" form and mark the box "Include debug information" in the
> "[x]Harbour" page. Then rebuild your project (Alt+F9).
>
>
>> In the real version I presume I can add other libs, the add button is
>> greyed out at the moment
>
> It's possible to add any library to the project, just adding it as any
> other file. You can do that by using the option "Add file to the project"
> or simply dragging the lib from the window's explorer and dropping it onto
> the project manager form.
>
>
>> How long does the demo last?
>
> The only limitation of the demo is that you cannot run the programs out of
> the own IDE. That's all.
>
> --
> Regards,
>
> Jose F. Gimenez
>