views:

29

answers:

0

I have a third party sample sdk havind static library objects and header files in two folders. I have made my own static library project and referred them, after adding my own code i build the project and it succeed. Now i added another project in the same solution but of windows form type. Now when i just add the header file of my class in static library i get errors of abc.h not found which is being used in one of my header files but that abc.h file is in sdk. Then i referenced the static library objects and header files folders of sdk in this project as well and now the error changed its giving me errors related to linker and clr/clr pure.

I am using VS2008. I need to use third party sample sdk for my sample application. i dont have the dll form of the sdk.