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.
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.
Message on Debug Area when press F5 to run a program
- Dionisis Divaris
- Mensajes: 485
- Registrado: Jue Jul 12, 2007 8:48 pm
- Ubicación: Athens Greece
Message on Debug Area when press F5 to run a program
Hello Igncio, Jose
Today i changed me HDD (caused by a crash). I make a fresh windows
installation with the same volume number, same cd key.
I install also Xailer 1.98 & Xailer 2.0 on separate folders.
When press F5 to run the compiled program i took a message on the debug area
(see attached photo)
What can i do with this.
TIA
Dionisis
Attached files
Today i changed me HDD (caused by a crash). I make a fresh windows
installation with the same volume number, same cd key.
I install also Xailer 1.98 & Xailer 2.0 on separate folders.
When press F5 to run the compiled program i took a message on the debug area
(see attached photo)
What can i do with this.
TIA
Dionisis
Attached files
- ignacio
- Site Admin
- Mensajes: 9440
- Registrado: Lun Abr 06, 2015 8:00 pm
- Ubicación: Madrid, Spain
- Contactar:
Message on Debug Area when press F5 to run a program
Dionisis,
Please check that you are using our xHarbour binaries.
Regards,
--
Ignacio Ortiz de Zúñiga
[Soporte Xailer]
[Xailer support]
"Dionisis Divaris" <info@sgs-soft.gr> escribió en el mensaje
news:49236d3b$[email=1@ozsrv2.ozlan.local...]1@ozsrv2.ozlan.local...[/email]
> Hello Igncio, Jose
>
> Today i changed me HDD (caused by a crash). I make a fresh windows
> installation with the same volume number, same cd key.
> I install also Xailer 1.98 & Xailer 2.0 on separate folders.
> When press F5 to run the compiled program i took a message on the debug
> area (see attached photo)
>
> What can i do with this.
> TIA
> Dionisis
>
>
Please check that you are using our xHarbour binaries.
Regards,
--
Ignacio Ortiz de Zúñiga
[Soporte Xailer]
[Xailer support]
"Dionisis Divaris" <info@sgs-soft.gr> escribió en el mensaje
news:49236d3b$[email=1@ozsrv2.ozlan.local...]1@ozsrv2.ozlan.local...[/email]
> Hello Igncio, Jose
>
> Today i changed me HDD (caused by a crash). I make a fresh windows
> installation with the same volume number, same cd key.
> I install also Xailer 1.98 & Xailer 2.0 on separate folders.
> When press F5 to run the compiled program i took a message on the debug
> area (see attached photo)
>
> What can i do with this.
> TIA
> Dionisis
>
>
Ignacio Ortiz de Zúñiga
[OZ Software]
https://www.ozs.es
--
[Equipo de Xailer / Xailer team]
https://www.xailer.com
[OZ Software]
https://www.ozs.es
--
[Equipo de Xailer / Xailer team]
https://www.xailer.com
Message on Debug Area when press F5 to run a program
Dionisis,
Please check that you are using our xHarbour binaries.
Regards,
--
Ignacio Ortiz de Zúñiga
[Soporte Xailer]
[Xailer support]
"Dionisis Divaris" <info@sgs-soft.gr> escribió en el mensaje
news:49236d3b$[email=1@ozsrv2.ozlan.local...]1@ozsrv2.ozlan.local...[/email]
> Hello Igncio, Jose
>
> Today i changed me HDD (caused by a crash). I make a fresh windows
> installation with the same volume number, same cd key.
> I install also Xailer 1.98 & Xailer 2.0 on separate folders.
> When press F5 to run the compiled program i took a message on the debug
> area (see attached photo)
>
> What can i do with this.
> TIA
> Dionisis
>
>
Please check that you are using our xHarbour binaries.
Regards,
--
Ignacio Ortiz de Zúñiga
[Soporte Xailer]
[Xailer support]
"Dionisis Divaris" <info@sgs-soft.gr> escribió en el mensaje
news:49236d3b$[email=1@ozsrv2.ozlan.local...]1@ozsrv2.ozlan.local...[/email]
> Hello Igncio, Jose
>
> Today i changed me HDD (caused by a crash). I make a fresh windows
> installation with the same volume number, same cd key.
> I install also Xailer 1.98 & Xailer 2.0 on separate folders.
> When press F5 to run the compiled program i took a message on the debug
> area (see attached photo)
>
> What can i do with this.
> TIA
> Dionisis
>
>
Message on Debug Area when press F5 to run a program
Dionisis,
> Today i changed me HDD (caused by a crash). I make a fresh windows
> installation with the same volume number, same cd key.
> I install also Xailer 1.98 & Xailer 2.0 on separate folders.
> When press F5 to run the compiled program i took a message on the debug
> area (see attached photo)
The debug window captures any call to the API function OutputDebugString()
from _any_ routine running in the same process memory space, although it has
nothing related to Xailer. F.e., there are many printer drivers that calls
that API function, and their output are showed in the debug window.
About those BTMMHOOK messages, it seems a kind of malware. See this:
http://www.file.net/process/btmmhook.dll.html
--
Regards,
Jose F. Gimenez
http://www.xailer.com
http://www.xailer.info
> Today i changed me HDD (caused by a crash). I make a fresh windows
> installation with the same volume number, same cd key.
> I install also Xailer 1.98 & Xailer 2.0 on separate folders.
> When press F5 to run the compiled program i took a message on the debug
> area (see attached photo)
The debug window captures any call to the API function OutputDebugString()
from _any_ routine running in the same process memory space, although it has
nothing related to Xailer. F.e., there are many printer drivers that calls
that API function, and their output are showed in the debug window.
About those BTMMHOOK messages, it seems a kind of malware. See this:
http://www.file.net/process/btmmhook.dll.html
--
Regards,
Jose F. Gimenez
http://www.xailer.com
http://www.xailer.info
Message on Debug Area when press F5 to run a program
Dionisis,
> Today i changed me HDD (caused by a crash). I make a fresh windows
> installation with the same volume number, same cd key.
> I install also Xailer 1.98 & Xailer 2.0 on separate folders.
> When press F5 to run the compiled program i took a message on the debug
> area (see attached photo)
The debug window captures any call to the API function OutputDebugString()
from _any_ routine running in the same process memory space, although it has
nothing related to Xailer. F.e., there are many printer drivers that calls
that API function, and their output are showed in the debug window.
About those BTMMHOOK messages, it seems a kind of malware. See this:
http://www.file.net/process/btmmhook.dll.html
--
Regards,
Jose F. Gimenez
http://www.xailer.com
http://www.xailer.info
> Today i changed me HDD (caused by a crash). I make a fresh windows
> installation with the same volume number, same cd key.
> I install also Xailer 1.98 & Xailer 2.0 on separate folders.
> When press F5 to run the compiled program i took a message on the debug
> area (see attached photo)
The debug window captures any call to the API function OutputDebugString()
from _any_ routine running in the same process memory space, although it has
nothing related to Xailer. F.e., there are many printer drivers that calls
that API function, and their output are showed in the debug window.
About those BTMMHOOK messages, it seems a kind of malware. See this:
http://www.file.net/process/btmmhook.dll.html
--
Regards,
Jose F. Gimenez
http://www.xailer.com
http://www.xailer.info
- Dionisis Divaris
- Mensajes: 485
- Registrado: Jue Jul 12, 2007 8:48 pm
- Ubicación: Athens Greece
Message on Debug Area when press F5 to run a program
Hello Ignacio
Yes i use xailer xHarbour binaries, from downloads section and from
xailer.info for xailer2.
I have one activation yet. If i revoke one of the previous activations and
try lastone?
Best Regards
Dionisis
"Ignacio Ortiz de Zúñiga" <NoName@xailer.com> wrote in message
news:492526d9$[email=1@ozsrv2.ozlan.local...]1@ozsrv2.ozlan.local...[/email]
> Dionisis,
>
> Please check that you are using our xHarbour binaries.
>
> Regards,
>
> --
> Ignacio Ortiz de Zúñiga
> [Soporte Xailer]
> [Xailer support]
>
>
> "Dionisis Divaris" <info@sgs-soft.gr> escribió en el mensaje
> news:49236d3b$[email=1@ozsrv2.ozlan.local...]1@ozsrv2.ozlan.local...[/email]
>> Hello Igncio, Jose
>>
>> Today i changed me HDD (caused by a crash). I make a fresh windows
>> installation with the same volume number, same cd key.
>> I install also Xailer 1.98 & Xailer 2.0 on separate folders.
>> When press F5 to run the compiled program i took a message on the debug
>> area (see attached photo)
>>
>> What can i do with this.
>> TIA
>> Dionisis
>>
>>
>
>
Yes i use xailer xHarbour binaries, from downloads section and from
xailer.info for xailer2.
I have one activation yet. If i revoke one of the previous activations and
try lastone?
Best Regards
Dionisis
"Ignacio Ortiz de Zúñiga" <NoName@xailer.com> wrote in message
news:492526d9$[email=1@ozsrv2.ozlan.local...]1@ozsrv2.ozlan.local...[/email]
> Dionisis,
>
> Please check that you are using our xHarbour binaries.
>
> Regards,
>
> --
> Ignacio Ortiz de Zúñiga
> [Soporte Xailer]
> [Xailer support]
>
>
> "Dionisis Divaris" <info@sgs-soft.gr> escribió en el mensaje
> news:49236d3b$[email=1@ozsrv2.ozlan.local...]1@ozsrv2.ozlan.local...[/email]
>> Hello Igncio, Jose
>>
>> Today i changed me HDD (caused by a crash). I make a fresh windows
>> installation with the same volume number, same cd key.
>> I install also Xailer 1.98 & Xailer 2.0 on separate folders.
>> When press F5 to run the compiled program i took a message on the debug
>> area (see attached photo)
>>
>> What can i do with this.
>> TIA
>> Dionisis
>>
>>
>
>
- Dionisis Divaris
- Mensajes: 485
- Registrado: Jue Jul 12, 2007 8:48 pm
- Ubicación: Athens Greece
Message on Debug Area when press F5 to run a program
Hello Ignacio
Yes i use xailer xHarbour binaries, from downloads section and from
xailer.info for xailer2.
I have one activation yet. If i revoke one of the previous activations and
try lastone?
Best Regards
Dionisis
"Ignacio Ortiz de Zúñiga" <NoName@xailer.com> wrote in message
news:492526d9$[email=1@ozsrv2.ozlan.local...]1@ozsrv2.ozlan.local...[/email]
> Dionisis,
>
> Please check that you are using our xHarbour binaries.
>
> Regards,
>
> --
> Ignacio Ortiz de Zúñiga
> [Soporte Xailer]
> [Xailer support]
>
>
> "Dionisis Divaris" <info@sgs-soft.gr> escribió en el mensaje
> news:49236d3b$[email=1@ozsrv2.ozlan.local...]1@ozsrv2.ozlan.local...[/email]
>> Hello Igncio, Jose
>>
>> Today i changed me HDD (caused by a crash). I make a fresh windows
>> installation with the same volume number, same cd key.
>> I install also Xailer 1.98 & Xailer 2.0 on separate folders.
>> When press F5 to run the compiled program i took a message on the debug
>> area (see attached photo)
>>
>> What can i do with this.
>> TIA
>> Dionisis
>>
>>
>
>
Yes i use xailer xHarbour binaries, from downloads section and from
xailer.info for xailer2.
I have one activation yet. If i revoke one of the previous activations and
try lastone?
Best Regards
Dionisis
"Ignacio Ortiz de Zúñiga" <NoName@xailer.com> wrote in message
news:492526d9$[email=1@ozsrv2.ozlan.local...]1@ozsrv2.ozlan.local...[/email]
> Dionisis,
>
> Please check that you are using our xHarbour binaries.
>
> Regards,
>
> --
> Ignacio Ortiz de Zúñiga
> [Soporte Xailer]
> [Xailer support]
>
>
> "Dionisis Divaris" <info@sgs-soft.gr> escribió en el mensaje
> news:49236d3b$[email=1@ozsrv2.ozlan.local...]1@ozsrv2.ozlan.local...[/email]
>> Hello Igncio, Jose
>>
>> Today i changed me HDD (caused by a crash). I make a fresh windows
>> installation with the same volume number, same cd key.
>> I install also Xailer 1.98 & Xailer 2.0 on separate folders.
>> When press F5 to run the compiled program i took a message on the debug
>> area (see attached photo)
>>
>> What can i do with this.
>> TIA
>> Dionisis
>>
>>
>
>
- ignacio
- Site Admin
- Mensajes: 9440
- Registrado: Lun Abr 06, 2015 8:00 pm
- Ubicación: Madrid, Spain
- Contactar:
Message on Debug Area when press F5 to run a program
Dionisis,
Surely it has nothing to do with that. Please try to install Xailer on
another directory, activate it as demo and see if it works.
Regards,
--
Ignacio Ortiz de Zúñiga
[Soporte Xailer]
[Xailer support]
"Dionisis Divaris" <sv1fkk@hol.gr> escribió en el mensaje
news:[email=49253072@ozsrv2.ozlan.local...]49253072@ozsrv2.ozlan.local...[/email]
> Hello Ignacio
> Yes i use xailer xHarbour binaries, from downloads section and from
> xailer.info for xailer2.
> I have one activation yet. If i revoke one of the previous activations and
> try lastone?
> Best Regards
> Dionisis
> "Ignacio Ortiz de Zúñiga" <NoName@xailer.com> wrote in message
> news:492526d9$[email=1@ozsrv2.ozlan.local...]1@ozsrv2.ozlan.local...[/email]
>> Dionisis,
>>
>> Please check that you are using our xHarbour binaries.
>>
>> Regards,
>>
>> --
>> Ignacio Ortiz de Zúñiga
>> [Soporte Xailer]
>> [Xailer support]
>>
>>
>> "Dionisis Divaris" <info@sgs-soft.gr> escribió en el mensaje
>> news:49236d3b$[email=1@ozsrv2.ozlan.local...]1@ozsrv2.ozlan.local...[/email]
>>> Hello Igncio, Jose
>>>
>>> Today i changed me HDD (caused by a crash). I make a fresh windows
>>> installation with the same volume number, same cd key.
>>> I install also Xailer 1.98 & Xailer 2.0 on separate folders.
>>> When press F5 to run the compiled program i took a message on the debug
>>> area (see attached photo)
>>>
>>> What can i do with this.
>>> TIA
>>> Dionisis
>>>
>>>
>>
>>
>
>
Surely it has nothing to do with that. Please try to install Xailer on
another directory, activate it as demo and see if it works.
Regards,
--
Ignacio Ortiz de Zúñiga
[Soporte Xailer]
[Xailer support]
"Dionisis Divaris" <sv1fkk@hol.gr> escribió en el mensaje
news:[email=49253072@ozsrv2.ozlan.local...]49253072@ozsrv2.ozlan.local...[/email]
> Hello Ignacio
> Yes i use xailer xHarbour binaries, from downloads section and from
> xailer.info for xailer2.
> I have one activation yet. If i revoke one of the previous activations and
> try lastone?
> Best Regards
> Dionisis
> "Ignacio Ortiz de Zúñiga" <NoName@xailer.com> wrote in message
> news:492526d9$[email=1@ozsrv2.ozlan.local...]1@ozsrv2.ozlan.local...[/email]
>> Dionisis,
>>
>> Please check that you are using our xHarbour binaries.
>>
>> Regards,
>>
>> --
>> Ignacio Ortiz de Zúñiga
>> [Soporte Xailer]
>> [Xailer support]
>>
>>
>> "Dionisis Divaris" <info@sgs-soft.gr> escribió en el mensaje
>> news:49236d3b$[email=1@ozsrv2.ozlan.local...]1@ozsrv2.ozlan.local...[/email]
>>> Hello Igncio, Jose
>>>
>>> Today i changed me HDD (caused by a crash). I make a fresh windows
>>> installation with the same volume number, same cd key.
>>> I install also Xailer 1.98 & Xailer 2.0 on separate folders.
>>> When press F5 to run the compiled program i took a message on the debug
>>> area (see attached photo)
>>>
>>> What can i do with this.
>>> TIA
>>> Dionisis
>>>
>>>
>>
>>
>
>
Ignacio Ortiz de Zúñiga
[OZ Software]
https://www.ozs.es
--
[Equipo de Xailer / Xailer team]
https://www.xailer.com
[OZ Software]
https://www.ozs.es
--
[Equipo de Xailer / Xailer team]
https://www.xailer.com
Message on Debug Area when press F5 to run a program
Dionisis,
Surely it has nothing to do with that. Please try to install Xailer on
another directory, activate it as demo and see if it works.
Regards,
--
Ignacio Ortiz de Zúñiga
[Soporte Xailer]
[Xailer support]
"Dionisis Divaris" <sv1fkk@hol.gr> escribió en el mensaje
news:[email=49253072@ozsrv2.ozlan.local...]49253072@ozsrv2.ozlan.local...[/email]
> Hello Ignacio
> Yes i use xailer xHarbour binaries, from downloads section and from
> xailer.info for xailer2.
> I have one activation yet. If i revoke one of the previous activations and
> try lastone?
> Best Regards
> Dionisis
> "Ignacio Ortiz de Zúñiga" <NoName@xailer.com> wrote in message
> news:492526d9$[email=1@ozsrv2.ozlan.local...]1@ozsrv2.ozlan.local...[/email]
>> Dionisis,
>>
>> Please check that you are using our xHarbour binaries.
>>
>> Regards,
>>
>> --
>> Ignacio Ortiz de Zúñiga
>> [Soporte Xailer]
>> [Xailer support]
>>
>>
>> "Dionisis Divaris" <info@sgs-soft.gr> escribió en el mensaje
>> news:49236d3b$[email=1@ozsrv2.ozlan.local...]1@ozsrv2.ozlan.local...[/email]
>>> Hello Igncio, Jose
>>>
>>> Today i changed me HDD (caused by a crash). I make a fresh windows
>>> installation with the same volume number, same cd key.
>>> I install also Xailer 1.98 & Xailer 2.0 on separate folders.
>>> When press F5 to run the compiled program i took a message on the debug
>>> area (see attached photo)
>>>
>>> What can i do with this.
>>> TIA
>>> Dionisis
>>>
>>>
>>
>>
>
>
Surely it has nothing to do with that. Please try to install Xailer on
another directory, activate it as demo and see if it works.
Regards,
--
Ignacio Ortiz de Zúñiga
[Soporte Xailer]
[Xailer support]
"Dionisis Divaris" <sv1fkk@hol.gr> escribió en el mensaje
news:[email=49253072@ozsrv2.ozlan.local...]49253072@ozsrv2.ozlan.local...[/email]
> Hello Ignacio
> Yes i use xailer xHarbour binaries, from downloads section and from
> xailer.info for xailer2.
> I have one activation yet. If i revoke one of the previous activations and
> try lastone?
> Best Regards
> Dionisis
> "Ignacio Ortiz de Zúñiga" <NoName@xailer.com> wrote in message
> news:492526d9$[email=1@ozsrv2.ozlan.local...]1@ozsrv2.ozlan.local...[/email]
>> Dionisis,
>>
>> Please check that you are using our xHarbour binaries.
>>
>> Regards,
>>
>> --
>> Ignacio Ortiz de Zúñiga
>> [Soporte Xailer]
>> [Xailer support]
>>
>>
>> "Dionisis Divaris" <info@sgs-soft.gr> escribió en el mensaje
>> news:49236d3b$[email=1@ozsrv2.ozlan.local...]1@ozsrv2.ozlan.local...[/email]
>>> Hello Igncio, Jose
>>>
>>> Today i changed me HDD (caused by a crash). I make a fresh windows
>>> installation with the same volume number, same cd key.
>>> I install also Xailer 1.98 & Xailer 2.0 on separate folders.
>>> When press F5 to run the compiled program i took a message on the debug
>>> area (see attached photo)
>>>
>>> What can i do with this.
>>> TIA
>>> Dionisis
>>>
>>>
>>
>>
>
>