http://members.home.nl/hjmoers/ammo.h
Ik wil van het bestand in de bovenstaande file een Dll file maken, als ik dit via een c++ project wil doen (Class library project) dan krijg ik een foutmelding in de standaard include files (servprov.h)
onderstaand staan de foutmeldingen :
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\PlatformSDK\Include\ServProv.h(48): warning C4935: assembly access specifier modified from 'public'
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\PlatformSDK\Include\ServProv.h(93): error C2872: 'IServiceProvider' : ambiguous symbol
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\PlatformSDK\Include\ServProv.h(100): fatal error C1903: unable to recover from previous error(s); stopping compilation
Kan iemand mij helpen hier een dll file van te maken zodat ik een plugin kan proberen te schrijven voor de ATI REMOTE WONDER?
Ik wil van het bestand in de bovenstaande file een Dll file maken, als ik dit via een c++ project wil doen (Class library project) dan krijg ik een foutmelding in de standaard include files (servprov.h)
onderstaand staan de foutmeldingen :
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\PlatformSDK\Include\ServProv.h(48): warning C4935: assembly access specifier modified from 'public'
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\PlatformSDK\Include\ServProv.h(93): error C2872: 'IServiceProvider' : ambiguous symbol
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\PlatformSDK\Include\ServProv.h(100): fatal error C1903: unable to recover from previous error(s); stopping compilation
Kan iemand mij helpen hier een dll file van te maken zodat ik een plugin kan proberen te schrijven voor de ATI REMOTE WONDER?