Compiling latest VVVV.Packs.Image - nodes missing

Hi,

After removing the DX11 dependencies I successfully compiled the latest VVVV.Packs.Image bundle. Opening vvvv and looking for the CV nodes I can only find some of the nodes (~15) - most of them are missing! Comparing it with the latest downloadable Image pack (from joreg) the “nodelist” file seems missing but all of the suspected dll are there.

System:
Windows 8.1
Visual Studio Express for Windows Desktop 2013
vvvv_45alpha31.10_x86 / vvvv_45beta31.2_x86 (tried both)

Any hints what I’m doing wrong?
Thanks m9d

p.s.: I’m quite rusty in windows dev so bare with me ;)

well, you removed the dx11 dependencies thus removing all those nodes. get the dependencies from forum-alpha/dx11-alpha-build-testing and link those.

re nodelist: you don’t need that. if you still want one here is how you create one yourself: commandline parameters#nodelist path

Hmm,

got it compiled with the dx11 dependency. Still most of the nodes are missing :(

See here:

Looks like all the nodes from the “VVVV.CV.Nodes” namespace are not there!

Hmm …

Ok,

it seems there is a dependency missing. If I manually drag “VVVV.Nodes.OpenCV.dll” I get a exception dialog:

------------------------------------------------------------------------------
Exception log with detailed tech info. Generated on 5/6/2014 9:11:37 PM.
You may send it to the application vendor, helping him to understand what had happened.
 Application title: WWWW
 Application file: C:\Users\Andi\Desktop\vvvv\vvvv_45alpha31.10_x86\vvvv.exe
------------------------------------------------------------------------------
Exception class: EClrException
Exception message: Could not load file or assembly 'Emgu.CV, Version=2.4.2.1777, Culture=neutral, PublicKeyToken=7281126722ab4438' or one of its dependencies. The system cannot find the file specified.
Exception address: 00000000
------------------------------------------------------------------------------
System.IO.FileNotFoundException: Could not load file or assembly 'Emgu.CV, Version=2.4.2.1777, Culture=neutral, PublicKeyToken=7281126722ab4438' or one of its dependencies. The system cannot find the file specified.
File name: 'Emgu.CV, Version=2.4.2.1777, Culture=neutral, PublicKeyToken=7281126722ab4438'
   at System.Reflection.RuntimeAssembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
   at System.Reflection.RuntimeAssembly.nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
   at System.Reflection.RuntimeAssembly.InternalLoadAssemblyName(AssemblyName assemblyRef, Evidence assemblySecurity, RuntimeAssembly reqAssembly, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
   at System.Reflection.RuntimeAssembly.InternalLoad(String assemblyString, Evidence assemblySecurity, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean forIntrospection)
   at System.Reflection.RuntimeAssembly.InternalLoad(String assemblyString, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection)
   at System.Reflection.Assembly.ReflectionOnlyLoad(String assemblyString)
   at VVVV.Hosting.Factories.StartableRegistry.HandleReflectionOnlyAssemblyResolve(Object sender, ResolveEventArgs args)
   at System.AppDomain.OnReflectionOnlyAssemblyResolveEvent(RuntimeAssembly assembly, String assemblyFullName)
   at System.Reflection.RuntimeAssembly.GetExportedTypes(RuntimeAssembly assembly, ObjectHandleOnStack retTypes)
   at System.Reflection.RuntimeAssembly.GetExportedTypes()
   at VVVV.CV.Factories.FilterNodeFactory.<LoadNodeInfos>d__2.MoveNext()
   at System.Linq.Buffer`1..ctor(IEnumerable`1 source)
   at System.Linq.Enumerable.ToArray[TSource](IEnumerable`1 source)
   at VVVV.Hosting.Factories.AbstractFileFactory`1.ExtractNodeInfos(String filename, String arguments)
   at VVVV.Hosting.Factories.AbstractFileFactory`1.DoAddFile(String filename)
   at VVVV.Hosting.Factories.AbstractFileFactory`1.AddSubDir(String dir, Boolean recursive)
   at System.Reflection.RuntimeAssembly.GetExportedTypes(RuntimeAssembly assembly, ObjectHandleOnStack retTypes)
   at System.Reflection.RuntimeAssembly.GetExportedTypes()
   at VVVV.Hosting.Factories.DotNetPluginFactory.LoadNodeInfosFromFile(String filename, String sourcefilename, List`1& nodeInfos, Boolean commitUpdates)
   at VVVV.Hosting.Factories.DotNetPluginFactory.LoadNodeInfos(String filename)
   at VVVV.Hosting.Factories.AbstractFileFactory`1.ExtractNodeInfos(String filename, String arguments)
   at VVVV.Hosting.HDEHost.LoadNodeInfos(String filename, String arguments)
   at VVVV.Hosting.HDEHost.ExtractNodeInfos(String filename, String arguments, INodeInfo[]()& result)

WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog](HKLM\Software\Microsoft\Fusion!EnableLog) (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog](HKLM\Software\Microsoft\Fusion!EnableLog).

------------------------------------------------------------------------------
Main thread ID = 4612
Exception thread ID = 4612
------------------------------------------------------------------------------
Exception stack
Stack list, generated 5/6/2014 9:11:37 PM
[0066EF8D](0066EF8D){vvvv.exe    } ClrUtils.ClrCheck (Line 1048, "ClrUtils.pas" + 2)
[0074A144](0074A144){vvvv.exe    } NodeInfoFactory.TMNodeInfoFactory.GetNodeInfos (Line 478, "NodeInfoFactory.pas" + 6)
[007C3C7A](007C3C7A){vvvv.exe    } MainMenu.TMMainMenuFrame.OpenFile (Line 1324, "MainMenu.pas" + 6)
[007A17B0](007A17B0){vvvv.exe    } ViewPatch.TMViewPatch.DropTargetDragDrop (Line 3744, "ViewPatch.pas" + 22)
[0075D520](0075D520){vvvv.exe    } JvDragDrop.TJvDropTarget.DoDragDrop (Line 560, "JvDragDrop.pas" + 3)
[0075D424](0075D424){vvvv.exe    } JvDragDrop.TJvDropTarget.Drop (Line 512, "JvDragDrop.pas" + 11)
[005C0FEE](005C0FEE){vvvv.exe    } Vcl.OleCtrls.TOleControl.DefaultHandler (Line 891, "Vcl.OleCtrls.pas" + 13)
[0049CF74](0049CF74){vvvv.exe    } Vcl.Controls.TWinControl.WMNCHitTest (Line 11278, "Vcl.Controls.pas" + 5)
[00496771](00496771){vvvv.exe    } Vcl.Controls.TControl.WndProc (Line 7204, "Vcl.Controls.pas" + 91)
[0052B8C7](0052B8C7){vvvv.exe    } Vcl.Forms.TApplication.ProcessMessage (Line 10164, "Vcl.Forms.pas" + 23)
[0052B90A](0052B90A){vvvv.exe    } Vcl.Forms.TApplication.HandleMessage (Line 10194, "Vcl.Forms.pas" + 1)
[004C1CD8](004C1CD8){vvvv.exe    } System.HelpIntfs.THelpManager.ShowContextHelp (Line 591, "System.HelpIntfs.pas" + 8)
[0052BC49](0052BC49){vvvv.exe    } Vcl.Forms.TApplication.Run (Line 10332, "Vcl.Forms.pas" + 26)
[00A793F9](00A793F9){vvvv.exe    } vvvv.vvvv (Line 42, "" + 7)
------------------------------------------------------------------------------
Call stack for main thread
Stack list, generated 5/6/2014 9:11:37 PM
[7713DF8C](7713DF8C){ntdll.dll   } ZwGetContextThread
------------------------------------------------------------------------------
System   : Windows 8.1 Home Edition, Version: 6.2, Build: 23F0, ""
Processor: Intel,       Intel(R) Core(TM) i7-3740QM CPU @ 2.70GHz, 2690 MHz MMX SSE SSE2 SSE3 SSSE3 64 bits DEP
Memory: 16290; free 13727
Display  : 1680x1050 pixels, 32 bpp
------------------------------------------------------------------------------
List of loaded modules:
[00400000](00400000) C:\Users\Andi\Desktop\vvvv\vvvv_45alpha31.10_x86\vvvv.exe
           31.10.250.0 - 31.10.250.0
           vvvv - a multipurpose toolkit
           Unit versioning information:
             JCL\source\common JclUnitVersioningProviders.pas 30b46b307c41c5832a4c12ebc44521872bc2145e 2011-09-02 22:07:50 +0000
[026C0000](026C0000) C:\Users\Andi\Desktop\vvvv\VVVV_4~2.9_X\lib\THIRDP~1\x86\AddFlow5.ocx
<10000000> 5.4.0.19 - 5, 4, 0, 19
           AddFlow ActiveX Control
[04610000](04610000) C:\Users\Andi\Desktop\vvvv\vvvv_45alpha31.10_x86\lib\thirdparty\x86\dxerr9.dll
<10000000> (no module version info)
[077F0000](077F0000) C:\Users\Andi\Desktop\vvvv\vvvv_45alpha31.10_x86\lib\core\SlimDX.dll
<10000000> (no module version info)
[10000000](10000000) C:\Users\Andi\Desktop\vvvv\vvvv_45alpha31.10_x86\lib\thirdparty\x86\ode.dll
           0.8.14.0 - 0, 8, 14, 0
           ODE Single Precision DLL for DelphiODE
[5B190000](5B190000) C:\windows\System32\msxml3.dll
           8.110.9600.16483 - 8.110.9600.16483
           MSXML 3.0
[5B2E0000](5B2E0000) C:\Program Files (x86)\Common Files\Microsoft Shared\Ink\InkObj.dll
           6.3.9600.16384 - 6.3.9600.16384 (winblue_rtm.130821-1623)
           Microsoft Tablet PC Ink Platform Component
[5B460000](5B460000) C:\windows\assembly\NativeImages_v4.0.30319_32\Microsoft.Ifcaec084#\9d9142f584dbdd4e6d4bd7fd6f877b66\Microsoft.Internal.Tasks.Dataflow.ni.dll
           4.0.30319.33440 - 4.0.30319.33440 built by: FX45W81RTMREL
           .NET Framework
[5B580000](5B580000) C:\windows\assembly\NativeImages_v4.0.30319_32\Microsoft.Build\d6c8ca8dfe9cd143210459e72a546bf8\Microsoft.Build.ni.dll
           4.0.30319.33440 - 4.0.30319.33440 built by: FX45W81RTMREL
           Microsoft.Build.dll
[5BAA0000](5BAA0000) C:\windows\SYSTEM32\msi.dll
           5.0.9600.16384 - 5.0.9600.16384
           Windows Installer
[5CC90000](5CC90000) C:\windows\assembly\NativeImages_v4.0.30319_32\Microsoft.B83e9cb53#\b2eb2f250605eb6b697ed75a050e9fa1\Microsoft.Build.Utilities.v4.0.ni.dll
           4.0.30319.33440 - 4.0.30319.33440 built by: FX45W81RTMREL
           Microsoft.Build.Utilities.v4.0.dll
[5CD60000](5CD60000) C:\windows\assembly\NativeImages_v4.0.30319_32\Microsoft.B3325a29b#\2d63d4f586d1192cb1d550c159a42729\Microsoft.Build.Framework.ni.dll
           4.0.30319.33440 - 4.0.30319.33440 built by: FX45W81RTMREL
           Microsoft.Build.Framework.dll
[5CE80000](5CE80000) C:\Program Files (x86)\Common Files\Microsoft Shared\Ink\rtscom.dll
           6.3.9600.16384 - 6.3.9600.16384 (winblue_rtm.130821-1623)
           Microsoft Tablet PC Real Time Stylus Platform Component
[5CEE0000](5CEE0000) C:\windows\assembly\NativeImages_v4.0.30319_32\System.Runt19c51595#\65e679add728957b62f4bbba59d88386\System.Runtime.Caching.ni.dll
           4.0.30319.33440 - 4.0.30319.33440
           System.Runtime.Caching.dll
[5CF70000](5CF70000) C:\windows\SYSTEM32\msls31.dll
           3.10.349.0 - 3.10.349.0
           Microsoft Line Services library file
[5CFB0000](5CFB0000) C:\windows\SYSTEM32\RichEd20.DLL
           5.31.23.1231 - 5.31.23.1231
           Rich Text Edit Control, v3.1
[5D030000](5D030000) C:\Windows\Microsoft.NET\Framework\v4.0.30319\diasymreader.dll
           12.0.20806.33440 - 12.0.20806.33440 built by: FX45W81RTMREL
           Dia based SymReader
[5D110000](5D110000) C:\windows\SYSTEM32\D3DCOMPILER_43.dll
           9.29.952.3111 - 9.29.952.3111
           Direct3D HLSL Compiler
[5D320000](5D320000) C:\windows\SYSTEM32\nvwgf2um.dll
           9.18.13.2702 - 9.18.13.2702
           NVIDIA D3D10 Driver, Version 327.02 
[5E020000](5E020000) C:\windows\SYSTEM32\dxgi.dll
           6.3.9600.17041 - 6.3.9600.17041 (winblue_gdr.140305-1710)
           DirectX Graphics Infrastructure
[5E090000](5E090000) C:\windows\SYSTEM32\d3d11.dll
           6.3.9600.17041 - 6.3.9600.17041 (winblue_gdr.140305-1710)
           Direct3D 11 Runtime
[5E240000](5E240000) C:\windows\assembly\NativeImages_v4.0.30319_32\log4net\56568d4e22240a9cbf3c0d77c228687c\log4net.ni.dll
           1.2.10.0 - 1.2.10.0
           log4net for .NET Framework 2.0
[5E2F0000](5E2F0000) C:\windows\SYSTEM32\security.dll
           6.3.9600.16384 - 6.3.9600.16384 (winblue_rtm.130821-1623)
           Security Support Provider Interface
[5E300000](5E300000) C:\windows\SYSTEM32\dsound.dll
           6.3.9600.16384 - 6.3.9600.16384 (winblue_rtm.130821-1623)
           DirectSound
[5E380000](5E380000) C:\windows\SYSTEM32\midimap.dll
           6.3.9600.16384 - 6.3.9600.16384 (winblue_rtm.130821-1623)
           Microsoft MIDI Mapper
[5E390000](5E390000) C:\windows\SYSTEM32\msacm32.drv
           6.3.9600.16384 - 6.3.9600.16384 (winblue_rtm.130821-1623)
           Microsoft Sound Mapper
[5E3A0000](5E3A0000) C:\windows\SYSTEM32\ODBC32.dll
           6.3.9600.16384 - 6.3.9600.16384 (winblue_rtm.130821-1623)
           ODBC Driver Manager
[5E440000](5E440000) C:\windows\SYSTEM32\MFC42.DLL
           6.6.8063.0 - 6.06.8063.0
           MFCDLL Shared Library - Retail Version
[5E550000](5E550000) C:\windows\SYSTEM32\d3dx9_38.dll
           9.23.949.2378 - 9.23.949.2378
[63400000](63400000) C:\Windows\SYSTEM32\devenum.dll
           6.6.9600.16384 - 6.6.9600.16384 (winblue_rtm.130821-1623)
           Device enumeration.
[63440000](63440000) C:\windows\SYSTEM32\wdmaud.drv
           6.3.9600.16384 - 6.3.9600.16384 (winblue_rtm.130821-1623)
           Winmm  audio system driver
[63530000](63530000) C:\windows\SYSTEM32\msdmo.dll
           6.6.9600.16384 - 6.6.9600.16384 (winblue_rtm.130821-1623)
           DMO Runtime
[63640000](63640000) C:\windows\SYSTEM32\AVRT.dll
           6.3.9600.16384 - 6.3.9600.16384 (winblue_rtm.130821-1623)
           Multimedia Realtime Runtime
[63650000](63650000) C:\windows\SYSTEM32\AVIFIL32.DLL
           6.3.9600.16384 - 6.3.9600.16384 (winblue_rtm.130821-1623)
           Microsoft AVI File support library
[63670000](63670000) C:\windows\SYSTEM32\tapi32.dll
           6.3.9600.16384 - 6.3.9600.16384 (winblue_rtm.130821-1623)
           Microsoft® Windows(TM) Telephony API Client DLL
[636B0000](636B0000) C:\windows\SYSTEM32\dinput8.dll
           6.3.9600.16384 - 6.3.9600.16384 (winblue_rtm.130821-1623)
           Microsoft DirectInput
[636F0000](636F0000) C:\windows\SYSTEM32\MsVfW32.dll
           6.3.9600.16384 - 6.3.9600.16384 (winblue_rtm.130821-1623)
           Microsoft Video for Windows DLL
[63720000](63720000) C:\windows\SYSTEM32\quartz.dll
           6.6.9600.16384 - 6.6.9600.16384 (winblue_rtm.130821-1623)
           DirectShow Runtime.
[638A0000](638A0000) C:\windows\SYSTEM32\olepro32.dll
           6.3.9600.16384 - 6.3.9600.16384
[63B80000](63B80000) C:\windows\SYSTEM32\dbghelp.dll
           6.3.9600.16520 - 6.3.9600.16520 (winblue_gdr.140127-0329)
           Windows Image Helper
[63CD0000](63CD0000) C:\windows\SYSTEM32\ksuser.dll
           6.3.9600.16384 - 6.3.9600.16384 (winblue_rtm.130821-1623)
           User CSA Library
[63F40000](63F40000) C:\windows\SYSTEM32\MMDevAPI.DLL
           6.3.9600.17031 - 6.3.9600.16384 (winblue_rtm.130821-1623)
           MMDevice API
[63F90000](63F90000) C:\windows\SYSTEM32\AUDIOSES.DLL
           6.3.9600.17041 - 6.3.9600.16384 (winblue_rtm.130821-1623)
           Audio Session
[64090000](64090000) C:\windows\SYSTEM32\Icmp.Dll
           6.3.9600.16384 - 6.3.9600.16384 (winblue_rtm.130821-1623)
           ICMP DLL
[66620000](66620000) C:\windows\assembly\NativeImages_v4.0.30319_32\System.Xml.Linq\6f7a4225a199ad7894379512ca6ae50c\System.Xml.Linq.ni.dll
           4.0.30319.33440 - 4.0.30319.33440 built by: FX45W81RTMREL
           .NET Framework
[69750000](69750000) C:\windows\assembly\NativeImages_v4.0.30319_32\System.Configuration\c5bf2f5c3e13726b3984a900221e1778\System.Configuration.ni.dll
           4.0.30319.33440 - 4.0.30319.33440 built by: FX45W81RTMREL
           System.Configuration.dll
[69BE0000](69BE0000) C:\windows\assembly\NativeImages_v4.0.30319_32\System.Xml\77bc1a994f64193efc124c297b93fdb7\System.Xml.ni.dll
           4.0.30319.33440 - 4.0.30319.33440 built by: FX45W81RTMREL
           .NET Framework
[6A7A0000](6A7A0000) C:\windows\SYSTEM32\WindowsCodecs.dll
           6.3.9600.16521 - 6.3.9600.16521 (winblue_gdr.140128-1545)
           Microsoft Windows Codecs Library
[6A8F0000](6A8F0000) C:\windows\SYSTEM32\powrprof.dll
           6.3.9600.17031 - 6.3.9600.17031 (winblue_gdr.140221-1952)
           Power Profile Helper DLL
[6AAD0000](6AAD0000) C:\windows\SYSTEM32\nvd3dum.dll
           9.18.13.2702 - 9.18.13.2702
           NVIDIA WDDM D3D Driver, Version 327.02 
[6E780000](6E780000) C:\windows\assembly\NativeImages_v4.0.30319_32\System.Core\c1194e56644c7688e7eb0f68a57dcc30\System.Core.ni.dll
           4.0.30319.33440 - 4.0.30319.33440 built by: FX45W81RTMREL
           .NET Framework
[6EE30000](6EE30000) C:\windows\assembly\NativeImages_v4.0.30319_32\System.Windows.Forms\635558b506364815e8348217e86fdf99\System.Windows.Forms.ni.dll
           4.0.30319.33440 - 4.0.30319.33440 built by: FX45W81RTMREL
           .NET Framework
[6FA80000](6FA80000) C:\windows\assembly\NativeImages_v4.0.30319_32\System.Drawing\ddb52221ad0200b7c2e0a308e47d5c7c\System.Drawing.ni.dll
           4.0.30319.33440 - 4.0.30319.33440 built by: FX45W81RTMREL
           .NET Framework
[6FC20000](6FC20000) C:\Windows\Microsoft.NET\Framework\v4.0.30319\clrjit.dll
           4.0.30319.34014 - 4.0.30319.34014 built by: FX45W81RTMGDR
           Microsoft .NET Runtime Just-In-Time Compiler
[6FCA0000](6FCA0000) C:\windows\assembly\NativeImages_v4.0.30319_32\System\c24d08cc4e93fc4f6f15a637b00a2721\System.ni.dll
           4.0.30319.34003 - 4.0.30319.34003 built by: FX45W81RTMGDR
           .NET Framework
[70630000](70630000) C:\windows\assembly\NativeImages_v4.0.30319_32\mscorlib\c90ef9a73ea0044641d31b19023aad61\mscorlib.ni.dll
           4.0.30319.34014 - 4.0.30319.34014 built by: FX45W81RTMGDR
           Microsoft Common Language Runtime Class Library
[716D0000](716D0000) C:\windows\SYSTEM32\MSVCR120_CLR0400.dll
           12.0.20806.33440 - 12.00.20806.33440 built by: FX45W81RTMREL
           Microsoft® C Runtime Library
[717B0000](717B0000) C:\Windows\Microsoft.NET\Framework\v4.0.30319\clr.dll
           4.0.30319.34014 - 4.0.30319.34014 built by: FX45W81RTMGDR
           Microsoft .NET Runtime Common Language Runtime - WorkStation
[71F30000](71F30000) C:\windows\SYSTEM32\DWrite.dll
           6.3.9600.16384 - 6.3.9600.16384 (winblue_rtm.130821-1623)
           Microsoft DirectX Typography Services
[720B0000](720B0000) C:\windows\SYSTEM32\d3d9.dll
           6.3.9600.16404 - 6.3.9600.16404 (winblue_gdr.130913-2141)
           Direct3D 9 Runtime
[72EA0000](72EA0000) C:\windows\system32\mswsock.dll
           6.3.9600.16384 - 6.3.9600.16384 (winblue_rtm.130821-1623)
           Microsoft Windows Sockets 2.0 Service Provider
[72EF0000](72EF0000) C:\windows\SYSTEM32\MSVCR100.dll
           10.0.40219.1 - 10.00.40219.1
           Microsoft® C Runtime Library
[73230000](73230000) C:\Windows\Microsoft.NET\Framework\v4.0.30319\mscoreei.dll
           4.0.30319.34014 - 4.0.30319.34014 built by: FX45W81RTMGDR
           Microsoft .NET Runtime Execution Engine
[732B0000](732B0000) C:\windows\WinSxS\x86_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.9600.17056_none_dadc5d1c5bc8ab48\gdiplus.dll
           6.3.9600.17055 - 6.3.9600.17055 (winblue_gdr.140318-1651)
           Microsoft GDI+
[73480000](73480000) C:\windows\system32\propsys.dll
           7.0.9600.17041 - 7.00.9600.17031 (winblue_gdr.140221-1952)
           Microsoft Property System
[735D0000](735D0000) C:\windows\SYSTEM32\WINMMBASE.dll
           6.3.9600.16384 - 6.3.9600.16384 (winblue_rtm.130821-1623)
           Base Multimedia Extension API DLL
[73760000](73760000) C:\windows\SYSTEM32\dwmapi.dll
           6.3.9600.17031 - 6.3.9600.16384 (winblue_rtm.130821-1623)
           Microsoft Desktop Window Manager API
[737C0000](737C0000) C:\windows\SYSTEM32\winmm.dll
           6.3.9600.16384 - 6.3.9600.16384 (winblue_rtm.130821-1623)
           MCI API DLL
[73820000](73820000) C:\windows\SYSTEM32\MSVCP100.dll
           10.0.40219.1 - 10.00.40219.1
           Microsoft® C Runtime Library
[738C0000](738C0000) C:\windows\SYSTEM32\mscoree.dll
           6.3.9600.16384 - 6.3.9600.16384 (winblue_rtm.130821-1623)
           Microsoft .NET Runtime Execution Engine
[73AE0000](73AE0000) C:\windows\SYSTEM32\kernel.appcore.dll
           6.3.9600.16384 - 6.3.9600.16384 (winblue_rtm.130821-1623)
           AppModel API Host
[73AF0000](73AF0000) C:\windows\SYSTEM32\SECUR32.DLL
           6.3.9600.16384 - 6.3.9600.16384 (winblue_rtm.130821-1623)
           Security Support Provider Interface
[73B50000](73B50000) C:\windows\SYSTEM32\wsock32.dll
           6.3.9600.16384 - 6.3.9600.16384 (winblue_rtm.130821-1623)
           Windows Socket 32-Bit DLL
[73BD0000](73BD0000) C:\windows\SYSTEM32\HID.dll
           6.3.9600.16384 - 6.3.9600.16384 (winblue_rtm.130821-1623)
           Hid User Library
[73BE0000](73BE0000) C:\windows\SYSTEM32\WINSTA.dll
           6.3.9600.16384 - 6.3.9600.16384 (winblue_rtm.130821-1623)
           Winstation Library
[73C30000](73C30000) C:\windows\SYSTEM32\wtsapi32.dll
           6.3.9600.16384 - 6.3.9600.16384 (winblue_rtm.130821-1623)
           Windows Remote Desktop Session Host Server SDK APIs
[73C50000](73C50000) C:\windows\SYSTEM32\profapi.dll
           6.3.9600.16384 - 6.3.9600.16384 (winblue_rtm.130821-1623)
           User Profile Basic API
[73C60000](73C60000) C:\windows\SYSTEM32\USP10.dll
           6.3.9600.16384 - 6.3.9600.16384 (winblue_rtm.130821-1623)
           Uniscribe Unicode script processor
[73EE0000](73EE0000) C:\windows\SYSTEM32\WINNSI.DLL
           6.3.9600.16384 - 6.3.9600.16384 (winblue_rtm.130821-1623)
           Network Store Information RPC interface
[740B0000](740B0000) C:\windows\system32\uxtheme.dll
           6.3.9600.17031 - 6.3.9600.16384 (winblue_rtm.130821-1623)
           Microsoft UxTheme Library
[74190000](74190000) C:\windows\SYSTEM32\msimg32.dll
           6.3.9600.16384 - 6.3.9600.16384 (winblue_rtm.130821-1623)
           GDIEXT Client DLL
[741F0000](741F0000) C:\windows\SYSTEM32\MSACM32.dll
           6.3.9600.16384 - 6.3.9600.16384 (winblue_rtm.130821-1623)
           Microsoft ACM Audio Filter
[744D0000](744D0000) C:\windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.9600.17031_none_a9efdb8b01377ea7\comctl32.dll
           6.10.9600.17031 - 6.10 (winblue_rtm.130821-1623)
           User Experience Controls Library
[746E0000](746E0000) C:\windows\SYSTEM32\iphlpapi.dll
           6.3.9600.16384 - 6.3.9600.16384 (winblue_rtm.130821-1623)
           IP Helper API
[74780000](74780000) C:\windows\SYSTEM32\bcrypt.dll
           6.3.9600.17031 - 6.3.9600.16384 (winblue_rtm.130821-1623)
           Windows Cryptographic Primitives Library
[747A0000](747A0000) C:\windows\system32\rsaenh.dll
           6.3.9600.16384 - 6.3.9600.16384 (winblue_rtm.130821-1623)
           Microsoft Enhanced Cryptographic Provider
[747D0000](747D0000) C:\windows\SYSTEM32\CRYPTSP.dll
           6.3.9600.16384 - 6.3.9600.16384 (winblue_rtm.130821-1623)
           Cryptographic Service Provider API
[748B0000](748B0000) C:\windows\SYSTEM32\SHCORE.DLL
           6.3.9600.17031 - 6.3.9600.16384 (winblue_rtm.130821-1623)
           SHCORE
[74A00000](74A00000) C:\windows\SYSTEM32\ntmarta.dll
           6.3.9600.16384 - 6.3.9600.16384 (winblue_rtm.130821-1623)
           Windows NT MARTA provider
[74A30000](74A30000) C:\windows\SYSTEM32\DEVOBJ.dll
           6.3.9600.16384 - 6.3.9600.16384 (winblue_rtm.130821-1623)
           Device Information Set DLL
[74A50000](74A50000) C:\windows\SYSTEM32\winspool.drv
           6.3.9600.16457 - 6.3.9600.16384 (winblue_rtm.130821-1623)
           Windows Spooler Driver
[74AB0000](74AB0000) C:\windows\SYSTEM32\version.dll
           6.3.9600.16384 - 6.3.9600.16384 (winblue_rtm.130821-1623)
           Version Checking and File Installation Libraries
[74AC0000](74AC0000) C:\windows\SYSTEM32\bcryptPrimitives.dll
           6.3.9600.17031 - 6.3.9600.17031 (winblue_gdr.140221-1952)
           Windows Cryptographic Primitives Library
[74B20000](74B20000) C:\windows\SYSTEM32\CRYPTBASE.DLL
           6.3.9600.16384 - 6.3.9600.16384 (winblue_rtm.130821-1623)
           Base cryptographic API DLL
[74B30000](74B30000) C:\windows\SYSTEM32\SspiCli.dll
           6.3.9600.16408 - 6.3.9600.16408 (winblue_gdr.130920-1803)
           Security Support Provider Interface
[74B50000](74B50000) C:\windows\SYSTEM32\imagehlp.dll
           6.3.9600.16438 - 6.3.9600.16438 (winblue_gdr.131018-1626)
           Windows NT Image Helper
[74CC0000](74CC0000) C:\windows\SYSTEM32\SetupApi.dll
           6.3.9600.17031 - 6.3.9600.16384 (winblue_rtm.130821-1623)
           Windows Setup API
[74E70000](74E70000) C:\windows\SYSTEM32\user32.dll
           6.3.9600.17031 - 6.3.9600.16384 (winblue_rtm.130821-1623)
           Multi-User Windows USER API Client DLL
[74FC0000](74FC0000) C:\windows\SYSTEM32\CRYPT32.dll
           6.3.9600.16431 - 6.3.9600.16431 (winblue_gdr.131015-2301)
           Crypto API32
[75140000](75140000) C:\windows\SYSTEM32\combase.dll
           6.3.9600.17031 - 6.3.9600.16384 (winblue_rtm.130821-1623)
           Microsoft COM for Windows
[75290000](75290000) C:\windows\SYSTEM32\WS2_32.dll
           6.3.9600.16384 - 6.3.9600.16384 (winblue_rtm.130821-1623)
           Windows Socket 2.0 32-Bit DLL
[752E0000](752E0000) C:\windows\SYSTEM32\cfgmgr32.dll
           6.3.9600.16384 - 6.3.9600.16384 (winblue_rtm.130821-1623)
           Configuration Manager DLL
[75320000](75320000) C:\windows\SYSTEM32\gdi32.dll
           6.3.9600.17042 - 6.3.9600.17042 (winblue_gdr.140307-1710)
           GDI Client DLL
[75430000](75430000) C:\windows\SYSTEM32\WINTRUST.dll
           6.3.9600.17016 - 6.3.9600.17016 (winblue_gdr.140201-2007)
           Microsoft Trust Verification APIs
[75470000](75470000) C:\windows\SYSTEM32\MSASN1.dll
           6.3.9600.16384 - 6.3.9600.16384 (winblue_rtm.130821-1623)
           ASN.1 Runtime APIs
[75480000](75480000) C:\windows\SYSTEM32\msvcrt.dll
           7.0.9600.16384 - 7.0.9600.16384 (winblue_rtm.130821-1623)
           Windows NT CRT DLL
[75540000](75540000) C:\windows\SYSTEM32\NSI.dll
           6.3.9600.16384 - 6.3.9600.16384 (winblue_rtm.130821-1623)
           NSI User-mode interface DLL
[755A0000](755A0000) C:\windows\SYSTEM32\comdlg32.dll
           6.3.9600.17031 - 6.3.9600.16384 (winblue_rtm.130821-1623)
           Common Dialogs DLL
[75630000](75630000) C:\windows\SYSTEM32\shell32.dll
           6.3.9600.17055 - 6.3.9600.17031 (winblue_gdr.140221-1952)
           Windows Shell Common Dll
[767E0000](767E0000) C:\windows\SYSTEM32\PSAPI.DLL
           6.3.9600.16384 - 6.3.9600.16384 (winblue_rtm.130821-1623)
           Process Status Helper
[767F0000](767F0000) C:\windows\SYSTEM32\KERNEL32.DLL
           6.3.9600.17056 - 6.3.9600.17031 (winblue_gdr.140221-1952)
           Windows NT BASE API Client DLL
[76930000](76930000) C:\windows\SYSTEM32\RPCRT4.dll
           6.3.9600.16384 - 6.3.9600.16384 (winblue_rtm.130821-1623)
           Remote Procedure Call Runtime
[76A80000](76A80000) C:\windows\system32\IMM32.DLL
           6.3.9600.17031 - 6.3.9600.17031 (winblue_gdr.140221-1952)
           Multi-User Windows IMM32 API Client DLL
[76B10000](76B10000) C:\windows\SYSTEM32\shlwapi.dll
           6.3.9600.16384 - 6.3.9600.16384 (winblue_rtm.130821-1623)
           Shell Light-weight Utility Library
[76B60000](76B60000) C:\windows\SYSTEM32\advapi32.dll
           6.3.9600.17031 - 6.3.9600.16384 (winblue_rtm.130821-1623)
           Advanced Windows 32 Base API
[76BE0000](76BE0000) C:\windows\SYSTEM32\MSCTF.dll
           6.3.9600.17031 - 6.3.9600.16384 (winblue_rtm.130821-1623)
           MSCTF Server DLL
[76CE0000](76CE0000) C:\windows\SYSTEM32\sechost.dll
           6.3.9600.16384 - 6.3.9600.16384 (winblue_rtm.130821-1623)
           Host for SCM/SDDL/LSA Lookup APIs
[76D30000](76D30000) C:\windows\SYSTEM32\KERNELBASE.dll
           6.3.9600.17055 - 6.3.9600.17031 (winblue_gdr.140221-1952)
           Windows NT BASE API Client DLL
[76E00000](76E00000) C:\windows\SYSTEM32\clbcatq.dll
           2001.12.10530.16384 - 2001.12.10530.16384 (winblue_rtm.130821-1623)
           COM+ Configuration Catalog
[76E90000](76E90000) C:\windows\SYSTEM32\ole32.dll
           6.3.9600.17042 - 6.3.9600.16384 (winblue_rtm.130821-1623)
           Microsoft OLE for Windows
[76FA0000](76FA0000) C:\windows\SYSTEM32\oleaut32.dll
           6.3.9600.16506 - 6.3.9600.16506
[77100000](77100000) C:\windows\SYSTEM32\ntdll.dll
           6.3.9600.17031 - 6.3.9600.17031 (winblue_gdr.140221-1952)
           NT Layer DLL
------------------------------------------------------------------------------
Active Controls hierarchy:
TMAddFlowWrapper "AddFlow"
TPanel "AddFlowPanel"
TMViewPatch "MViewPatch_0"
------------------------------------------------------------------------------

Ok,

got it working. I had to manually copy all the EmugCV files from “src\packages\VVVV.EmguCV.2.4.2.1\build\net40\lib” to the “nodes” folder.

Quite awkward proccess … thought the “Deploy_Release” would do that for me. Where in VS2013 can I find the settings that copy the compiled files into the “nodes” folder?

Any chance you could update the contributions page with it?

Yep,

will do so as soon as I got everything puzzled together. Still have the one or another “stability issue”. And I realized that all the helpfiles are missing from the fresh git build.

But I can send you the compiled files if you are in a urgent need ;)

Nothing urgent, but it would be good to have a working version, especially with dx11 bits in!

a new cv-pack release will best be done after b32 and the fitting dx11-pack were released.