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.

IDE Xailer 2 debug message

Xailer professional forum in English
Responder
Ingo JH
Mensajes: 358
Registrado: Lun Dic 10, 2007 5:10 pm

IDE Xailer 2 debug message

Mensaje por Ingo JH »

Hi Xailers,
every day when I run a project from the IDE for the first time I get this
debug message
#1: HEAP[mwin.exe]:
#2: Heap block at 02C6EF10 modified at 02C6EF22 past requested size of a
#3: HEAP[mwin.exe]:
#4: Invalid address specified to RtlFreeHeap( 002E0000, 02C6EF18 )
It doesn't matter at all, the project is running correctly.
Do you know what's triggering this message in your IDE code?
Regards
Ingo
Avatar de Usuario
ignacio
Site Admin
Mensajes: 9469
Registrado: Lun Abr 06, 2015 8:00 pm
Ubicación: Madrid, Spain
Contactar:

IDE Xailer 2 debug message

Mensaje por ignacio »

Ingo,
Sorry, no idea. Maybe a printer driver is involved.
Does it happen with any project?
Mswin.exe is the Xailer project you are running?
Keep in mind that Xailer's debug windows captures all the
OutputDebugString() made not only by Xailer, but also from other executables
that may use it.
Regards,
--
Ignacio Ortiz de Zúñiga
Xailer support / Soporte de Xailer
http://www.xailer.com
http://www.xailer.info
"Ingo" <support@mandantwin.com> escribió en el mensaje
news:49b3705f$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
> Hi Xailers,
>
> every day when I run a project from the IDE for the first time I get this
> debug message
>
> #1: HEAP[mwin.exe]:
> #2: Heap block at 02C6EF10 modified at 02C6EF22 past requested size of a
> #3: HEAP[mwin.exe]:
> #4: Invalid address specified to RtlFreeHeap( 002E0000, 02C6EF18 )
>
> It doesn't matter at all, the project is running correctly.
>
> Do you know what's triggering this message in your IDE code?
>
> Regards
> Ingo
>
Ignacio Ortiz de Zúñiga
[OZ Software]
https://www.ozs.es
--
[Equipo de Xailer / Xailer team]
https://www.xailer.com
Avatar de Usuario
ignacio
Site Admin
Mensajes: 9469
Registrado: Lun Abr 06, 2015 8:00 pm
Ubicación: Madrid, Spain
Contactar:

IDE Xailer 2 debug message

Mensaje por ignacio »

Ingo,
Sorry, no idea. Maybe a printer driver is involved.
Does it happen with any project?
Mswin.exe is the Xailer project you are running?
Keep in mind that Xailer's debug windows captures all the
OutputDebugString() made not only by Xailer, but also from other executables
that may use it.
Regards,
--
Ignacio Ortiz de Zúñiga
Xailer support / Soporte de Xailer
http://www.xailer.com
http://www.xailer.info
"Ingo" <support@mandantwin.com> escribió en el mensaje
news:49b3705f$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
> Hi Xailers,
>
> every day when I run a project from the IDE for the first time I get this
> debug message
>
> #1: HEAP[mwin.exe]:
> #2: Heap block at 02C6EF10 modified at 02C6EF22 past requested size of a
> #3: HEAP[mwin.exe]:
> #4: Invalid address specified to RtlFreeHeap( 002E0000, 02C6EF18 )
>
> It doesn't matter at all, the project is running correctly.
>
> Do you know what's triggering this message in your IDE code?
>
> Regards
> Ingo
>
Ignacio Ortiz de Zúñiga
[OZ Software]
https://www.ozs.es
--
[Equipo de Xailer / Xailer team]
https://www.xailer.com
Ingo JH
Mensajes: 358
Registrado: Lun Dic 10, 2007 5:10 pm

IDE Xailer 2 debug message

Mensaje por Ingo JH »

Ignacio,
thanx for your response:
>
> Sorry, no idea. Maybe a printer driver is involved.
>
> Does it happen with any project?
I think NO, but I'm not sure, because I'm working with Xailer only on my
large 'mwin'-project
> Mswin.exe is the Xailer project you are running?
Yes. MWIN.EXE is the project.
> Keep in mind that Xailer's debug windows captures all the
> OutputDebugString() made not only by Xailer, but also from other
> executables that may use it.
Yes I do.
This message is not a real problem because it has no bad consequences for
the project itself, it is running as it should.
Because the message doesn't appear in your projects I have to check the
start-code on my project.
Regards
Ingo
>
> --
> Ignacio Ortiz de Zúñiga
> Xailer support / Soporte de Xailer
> http://www.xailer.com
> http://www.xailer.info
> "Ingo" <support@mandantwin.com> escribió en el mensaje
> news:49b3705f$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
>> Hi Xailers,
>>
>> every day when I run a project from the IDE for the first time I get this
>> debug message
>>
>> #1: HEAP[mwin.exe]:
>> #2: Heap block at 02C6EF10 modified at 02C6EF22 past requested size of a
>> #3: HEAP[mwin.exe]:
>> #4: Invalid address specified to RtlFreeHeap( 002E0000, 02C6EF18 )
>>
>> It doesn't matter at all, the project is running correctly.
>>
>> Do you know what's triggering this message in your IDE code?
>>
>> Regards
>> Ingo
>>
>
>
Ingo JH
Mensajes: 358
Registrado: Lun Dic 10, 2007 5:10 pm

IDE Xailer 2 debug message

Mensaje por Ingo JH »

Ignacio,
thanx for your response:
>
> Sorry, no idea. Maybe a printer driver is involved.
>
> Does it happen with any project?
I think NO, but I'm not sure, because I'm working with Xailer only on my
large 'mwin'-project
> Mswin.exe is the Xailer project you are running?
Yes. MWIN.EXE is the project.
> Keep in mind that Xailer's debug windows captures all the
> OutputDebugString() made not only by Xailer, but also from other
> executables that may use it.
Yes I do.
This message is not a real problem because it has no bad consequences for
the project itself, it is running as it should.
Because the message doesn't appear in your projects I have to check the
start-code on my project.
Regards
Ingo
>
> --
> Ignacio Ortiz de Zúñiga
> Xailer support / Soporte de Xailer
> http://www.xailer.com
> http://www.xailer.info
> "Ingo" <support@mandantwin.com> escribió en el mensaje
> news:49b3705f$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
>> Hi Xailers,
>>
>> every day when I run a project from the IDE for the first time I get this
>> debug message
>>
>> #1: HEAP[mwin.exe]:
>> #2: Heap block at 02C6EF10 modified at 02C6EF22 past requested size of a
>> #3: HEAP[mwin.exe]:
>> #4: Invalid address specified to RtlFreeHeap( 002E0000, 02C6EF18 )
>>
>> It doesn't matter at all, the project is running correctly.
>>
>> Do you know what's triggering this message in your IDE code?
>>
>> Regards
>> Ingo
>>
>
>
Responder