2
Answers

How do I use the platform SDK with C#?

Administrator

Administrator

21y
2k
1
I have installed the MS Platform SDK, in the hopes of using the Setup API to work with .ini files. My problem though, is how do I use the functions defined in the API? I have set it up, and registered the paths with VS, but I can't seem to locate the files. Do I "Using PlatformSDK" or somesuch? Does anyone know the appropriate "using" command? Thanks in advance Roger
Answers (2)
0
Administrator

Administrator

Admin 2.3k 1.3m 21y
Thank You!! This was what I needed to find :)
0
Administrator

Administrator

Admin 2.3k 1.3m 21y
to use any custom or such library in VS.NET you need to add the reference first. right click on References in the Solution Explorer then select Add Reference you'll be able to search the ".NET", "COM" and also Browse for the component. Forget the projects unless you are writing a component. Good Luck