Freeframe for vvvv don't build

Hi!
I tried to make my own freeframe dll, like in the topic
writing freeframe plugins
I download freeframe sdk 1.0, code::blocks with mingw, template for vvvv.
When i tried to built i have warnings
C:\dev\freeframe\vvvv\FreeFrame.h|233|warning: ‘dllimport’ attribute ignored -Wattributes|
so dll dont build, only .o files, so anyone now how fix it?

are you sure it failed to compile? because you only mention a warning which shouldn’t be cause for a compilation fail. don’t you also get an error?

mingw32-g++.exe: error: unrecognized command line option ‘–input-def’
This is error why he don’t build.

well then i’d start looking after where that error comes from. may as well just be related to some changes in mingw.

the freeframe stuff is quite legacy nowadays. are you sure you need/want to work with it? you may want to have a look at vvvv.packs.image or the built-in texturefx for possible alternatives (depending on what you want to do).

see this thread https://discourse.vvvv.org/, this might solve the issue