Alok Divedi

Greenhorn
+ Follow
since Jun 11, 2012
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Alok Divedi

I am using SWT OLE Automation to export the UML diagrams drawn on Eclipse editor to visio.

But it takes a lot of time to export when there are a number of shapes to be exported.

Previously this work was done by making native calls to DLL's through a Java Program whose DLL code was written in VC++ which was much faster and exported the diagrams to visio in a very short interval of time.

I want to know whether SWT Ole Automation is slower than making native calls to dll?
11 years ago
I have created an editor in eclipse in which i am drawing Inverted Structure Chart Diagram.I want to export this diagram to "Visio" using "SWT" Ole automation.How to do it?Please explain.Is there any tutorial where i can find help
11 years ago
By means of Markers i was able to find the number of errors marked red by the eclipse.Is it possible to find these errors by use of "compilation unit" if i know IProject??If yes then how to do it using the compilation unit??Please suggest.
11 years ago