COM add-in for MS Visio

Гость20 лет в сервисе
Данные заказчика будут вам доступны после подачи заявки
23.08.2005

1. You have to create COM add-in for MS Visio (version 2000 and higher);

2. Add-in should be presented in MS Visio as a toolbar button;

3. Pressing the button should carry out the following actions:

a. emulate communication with the remote SOAP server

b. get XML description of some MS Visio stencil

c. parse XML content "by hands" and create a document with

at least one simple shape (using MS Visio object model).

4. As result, the created document should be "stored" on the remote SOAP server.

All this needs to be realized VC++ 6.0 SP5

We have also the following requirements:

1. During initiation phase You have to estimate Your working time, create project plan, test plan and send them to us.

2. You should use Java-like programming technique (JavaDoc-like comments for CppDoc2, Java-like coding conventions, smart-pointers etc)

3. CUnit should be used as a test tool