Windows DLL (api) in IPS

Ich benutze ARE (Ambilight Reality Effects) und DMX4ALL zu Ambilight effecten zu machen. (www.arfx.nl, The real thing.)

ARE hat ein SDK console mit ein are_api.dll fur VC++, C#, VB and Darkbasic.
wie kann ich diese are_api.dll in IPS verwenden?

Hiermit der C# Beispiel-Code:

DllImport(„are_api.dll“)]
private static extern int ManualColor
(Int32 Duration, Int32 Channel,
Int32 Ch1_red, Int32 Ch1_green, Int32 Ch1_blue ,
Int32 Ch2_red, Int32 Ch2_green, Int32 Ch2_blue);

Hugo

Du kannst dir das SDK für IPS runterladen und ein IP-Symcon Modul daraus machen: SDK/Tools - IP-Symcon :: Automatisierungssoftware

paresy