Hi Team,
I want to convert whole dmbasic code into java code. Please let me know what is the procedure to do that ? Is there any conversion tools available for this ? Appreciate your prompt response.
With Thanks,
Supratim
Hi,
I'm not aware of any specific dmbasic->java conversion tool. dmbasic is a vb like language, so
you could try to use a vb->java converter, there are several out there, it seems.
However, I assume you're useing dmApiGet/dmApiSet/dmApiExec methods in your dmbasic code,
and all of these have to be replaced by DFC calls manually, as far as I can see.
Obvioulsy, I don't know how much code you're talking about, but in general I would guess that you're
much better off by simply rewriting the code directly.
Good luck
Jørg