Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Can't compile samples

Status
Not open for further replies.

Emmanuel81

Programmer
Joined
Sep 11, 2003
Messages
3
Location
FR

Hi all,

i do not know if this the right forum, if not please direct me to the right one.

I try to compile the sample include in the Microsoft SDK and it's not working.

I want to compile the following sample :

C:\Program Files\Microsoft
SDK\Samples\netds\adsi\samples\DSUI\userext\userproppage

and i get the following error :

c:\program files\microsoft sdk\ samples\netds\adsi\samples\dsui\userext\userproppage\stdafx.h(35) : fatal error C1083: Cannot open include file: 'dsadmin.h': No such file or directory
util.cpp


Can somebody try to compile it and send me the dll?
or tell me what should i do?

Regards
Emmanuel
 
you should read requirements for compilling samples in MSDN. For each sample, requirements are different.

Ion Filipski
1c.bmp

ICQ: 95034075
AIM: IonFilipski
filipski@excite.com
 
Hi,
thanks for you response, but i read the requirement and it's not working..

I tried everyhting. Can you compile it?

Thanks
Emmanuel
 
In my opinion your project deppends on some other project what you should create or find.

Ion Filipski
1c.bmp

ICQ: 95034075
AIM: IonFilipski
filipski@excite.com
 
Hi,

it's me again..

I solve some of the issues i had but now here is a new one :

LINK : fatal error LNK1104: cannot open file "dsprop.lib"

Help me

Thanks
Emmanuel
 
find out dsprop.lib and update library search paths

Ion Filipski
1c.bmp

ICQ: 95034075
AIM: IonFilipski
filipski@excite.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top