Unresolved external when using Visio Wrapper?

S

Scott Metzger

VC++ .Net 2003 compiler
using visiwrap.h
MFC Dialog Application
Added Include and Source directory for the Vision SDK to my Include path
for my project

This is the only code I have added

#include "visiwrap.h"

void COldMFCVisioReadDlg::OnOK()
{
CVisioApplication app;
vaoGetObjectWrap(app);
}

I get the following error at link time:
LNK2001: unresolved external symbol _vaoGetObject

Any ideas?

Thanks,
Scott Metzger
 

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

Similar Threads


Top