Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

DirectXSetupGetVersion

125 views
Skip to first unread message

Robert

unread,
Oct 6, 2001, 2:27:03 PM10/6/01
to
Hi,
I want to use DirectXSetupGetVersion(&dwVersion, &dwRevision), but I get
this error.
unresolved external symbol _DirectXSetupGetVersion@8

I have got dsetup.h included, but I'm noto sure, if I also need to import
dsetup.lib. If it's true,then I don't know how. Just #import <dsetup.lib>???
That gives me some error too.

Thanks for asvise.
Bop


David

unread,
Oct 8, 2001, 2:53:11 AM10/8/01
to
Hi,

You should add dsetup.lib into Object/library modules of
Project/Settings/Link or use #prama comment(lib, "dsetup.lib").

Hope this help!

0 new messages