Click here to Skip to main content
15,887,683 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am creating a dll using IMAPI 2.0 with C++, can anyone help in how to monitor progress of burn & conitinuously send updates from dll to Java.

What I have tried:

I was trying to attach IDiscFormat2Data Event to burn thread. But how send this update continuosly to Java.
Posted
Updated 26-Oct-16 19:15pm

1 solution

The easiest way is to setup a timer in java and poll for the actual status in C++.

It makes a lot sense to poll "only once" in a second.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900