A
Anonymous
Guest
Hi!
I use this lib in delphi and I have some problems. I do something like that:
and thats is shortly my problem this is unlogic for me in DLL C++ Code I can't see what's wrong I can't see differences between for example eraserSetWindow and eraserStartSync checking input parameters - so, how for the same context 2 functions give me or not give errors? I cannot use this lib in the fact because only StartSync runs OK (Start runs also OK but i cannot solve problem with interaction with lib i don;t know when eraser ends erasing). I would be very happy if Anybody can help me!! Thanks!!!
I use this lib in delphi and I have some problems. I do something like that:
Code:
res:=eraserInit;
// everything is OK
res:=eraserCreateContext(Context);
//everything is OK
res:=eraserIsValidContext(Context);
// res is OK everything is OK
res:=eraserSetWindow(Context,Application.Handle);
// res=-2 Context is wrong? but how when for example: res:=eraserStartSync(Context) returns OK?
and thats is shortly my problem this is unlogic for me in DLL C++ Code I can't see what's wrong I can't see differences between for example eraserSetWindow and eraserStartSync checking input parameters - so, how for the same context 2 functions give me or not give errors? I cannot use this lib in the fact because only StartSync runs OK (Start runs also OK but i cannot solve problem with interaction with lib i don;t know when eraser ends erasing). I would be very happy if Anybody can help me!! Thanks!!!