Joined
·
1,959 Posts
Ive been trying to create a simple foobar2000 plugin that is able to broadcast now playing track info back to anywhere else. Ive been successfull with creating a working foobar plugin that can grab the info for itself, but here comes the problem: how to send it from the dll plugin's thread\process, to anywhere else.
One option ive seen was using COM.. but i havent written any such component before. Anyone has any idea how to use those, or can suggest another idea ?
Basicly, i need to 'tag' that process somehow, so i can find it later with a different application and use the plugin's functions in that process' context.
Any help\suggestion would be welcome, Thanks in advance.
One option ive seen was using COM.. but i havent written any such component before. Anyone has any idea how to use those, or can suggest another idea ?
Basicly, i need to 'tag' that process somehow, so i can find it later with a different application and use the plugin's functions in that process' context.
Any help\suggestion would be welcome, Thanks in advance.