Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
所以我想写一个 spotify 桌面应用程序。问题是 spotify API 是用 C 编写的,我想用 C# 编写它,因为我更了解 C#。我意识到我需要使用 P/Invoke 和结构编组,并且我已经阅读了这两个主题。 我的问题是在 api.h 文件中有许多没有定义的结构(例如 sp_session)。 如果是这种情况,是否可以向库写入一种互操作?
这个codeplex项目可能会有一些用处。