Hi

I use C# wrapper classes from a SDK in my C# application

This wrapper is using dllimport to load DLLs

When i run my app , it complains , these Dlls cannot be found

I dont know how to set the path where the dllimport will look for the dlls
I did set the PATH variable from RightCLick->MyComputer , but no change

in Visual Studio 2003.NET for C#.NET applicatiion

or should i manually copy these Dlls in System32 folder

Regards