velcrome / vvvv-Message

The Message Nodes
12 stars 8 forks source link

Referencing System.Drawing #11

Closed microdee closed 8 years ago

microdee commented 8 years ago

Little fix which fixes the compiler complaining about missing System.Drawing reference. Now messages can be compiled automatically.

velcrome commented 8 years ago

will look into it. need to research, why this is an issue for you at all.

do you use vs2015 community?

microdee commented 8 years ago

solution was for 2013 i opened it with that, i will try 2015 tomorrow then

On Mon, 30 May 2016 05:24 Marko Ritter, notifications@github.com wrote:

will look into it. need to research, why this is an issue for you at all.

do you use vs2015 community?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/velcrome/vvvv-Message/pull/11#issuecomment-222404641, or mute the thread https://github.com/notifications/unsubscribe/AA9pKlz25ju8y3qv3-ZUh0L1k8UHqTNwks5qGlhRgaJpZM4Io2ip .

microdee commented 8 years ago

it is working with 2015 flawless. sorry for false alarm :S

velcrome commented 8 years ago

Kept this open to investigate, my findings:

The current code references System.Drawing twice.

  1. Color to paint a winform FormularLayoutPanel
  2. Point to detect mouse hits in a winform FieldPanel