Page 1 of 1

EdgeLib 3.0 problem with Hekkus

PostPosted: May 21, 2007 @ 10:51am
by mimispa
Hi Edge,

I'm trying to make my code work with Edgelib 3.0, but i have problem with Hekkus.

When i debug in winXP the program crash in some cases giving the following message "User breakpoint called from code at 0x7c901230"
If it not crash, when i'll end the debug the program gives again the previous message.
Another way to crash it is to Free previous sounds and trying to load new sounds.
I noticed that when i disable Hekkus the program works fine.

I attach edge sample helloworld with hekkus problem.
With key 1 i load "c:\test.wav" and with key 2 i play it.
When with key 1 free previous sound and try to load the new sound, debug show the previous error message.

Thanks Edge!

PostPosted: May 22, 2007 @ 10:18am
by edge
Hi Mimispa,

We've noticed this problem as well. This problem seems to be related to accessing unallocated memory. When we start a debug session, the error seems to occur in hss.dll of Hekkus.

Can you tell me if you've access to the Hekkus static library, and try to compile using that? In our case the error disappears when using the static lib.

PostPosted: May 22, 2007 @ 11:04am
by mimispa
Hi Edge,

Yes you're right.
The problem it was from hekkus!
Now with static lib works fine (i test it in winxp).
I'll tell you if i find something in other platforms!

Thanks Edge!