Visio XMI Export

K

Ken Schmitt

We are developing some add on tools for software development with Visio 2002
or 2003. We need the ability to export all UML diagrams from Visio to XMI
format. The files XMIExport.dll or XMIExprt.exe that can be downloaded from
MS Web site allow for the export. However, they do not export state charts.
How can we get to the XMI information for state charts?
 
K

Ken Schmitt

Yes, it works, but only exports Class Diagrams.

Gary Coldren said:
Have you actually gotten the XMI export add-on to work? I downloaded it and
followed the instructions, but the XMI Export item was not added to my
Add-ons menu.
 
G

Gary Coldren

You're right. I figured out what my problem was last night. I built the
XMISample project on a Windows 2000 machine, and didn't notice the warning
message I got during the build:

WINVER not defined. Defaulting to 0x0501 (Windows XP and Windows .NET Server)

I added the line "#define WINVER 0x0500" to the StdAfx.h file and rebuilt
the project. After that everything was working fine.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top