<div>Hi</div>
<div>When I use the timer functions :</div>
<div>if (!CreateTimerQueueTimer(<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &amp;hTimer, hTimerQueue, TimerRoutine, &amp;arg , 10000, 0, 0))</div>
<div>The TimerRoutine is fired.</div>
<div>But TimerRoutine calls xmlInitParser via a function in a dll.</div>
<div>xmlInitParser crashes with the following message:</div>
<div>&quot;The instruction at 0x7c8396d0 referenced memory at 0x00000014.&nbsp; The memory could not be read&quot;</div>
<div>&nbsp;</div>
<div>Any help greatly appreciated</div>
<div>Regards</div>
<div>Yesh</div>