In order for this site to work correctly we need to store a small file (called a cookie) on your computer. Most every site in the world does this, however since the 25th of May 2011, by law we have to get your permission first. Please abandon the forum if you disagree.

Para que este foro funcione correctamente es necesario guardar un pequeño fichero (llamado cookie) en su ordenador. La mayoría de los sitios de Internet lo hacen, no obstante desde el 25 de Marzo de 2011 y por ley, necesitamos de su permiso con antelación. Abandone este foro si no está conforme.

Build error

Foro público de Xailer en español
Responder
Capsol Coder
Mensajes: 53
Registrado: Vie May 26, 2006 3:33 am

Build error

Mensaje 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
Avatar de Usuario
jfgimenez
Site Admin
Mensajes: 5718
Registrado: Lun Abr 06, 2015 8:48 pm
Contactar:

Build error

Mensaje 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
José F. Giménez
[Equipo de Xailer / Xailer team]
http://www.xailer.com
http://www.xailer.info
Capsol Coder
Mensajes: 53
Registrado: Vie May 26, 2006 3:33 am

Build error

Mensaje 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
Avatar de Usuario
jfgimenez
Site Admin
Mensajes: 5718
Registrado: Lun Abr 06, 2015 8:48 pm
Contactar:

Build error

Mensaje 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
José F. Giménez
[Equipo de Xailer / Xailer team]
http://www.xailer.com
http://www.xailer.info
Capsol Coder
Mensajes: 53
Registrado: Vie May 26, 2006 3:33 am

Build error

Mensaje 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
>
Responder