cl4d OpenCL wrapper moved to Github

Klyn klyn at no-email.com
Mon Jan 9 18:50:56 PST 2012


On Tue 10-Jan 3:29, Trass3r wrote:
> Does this one work?
> http://www.cmsoft.com.br/index.php?option=com_content&view=category&layout=blog&id=99&Itemid=150
>

Simply running the bin/Debug/CLGLInterop.exe included in the zip produces

************** Exception Text **************
Cloo.BuildProgramFailureComputeException: Error in the application.
    at Cloo.ComputeException.ThrowOnError(ComputeErrorCode error)
    at Cloo.ComputeProgram.Build(ICollection`1 devices, String options, 
ComputeProgramBuildNotifier notify, IntPtr notifyDataPtr)
    at CLGLInterop.Form1.glControl1_Load(Object sender, EventArgs e) in 
D:\Programacao\OpenCL\Tutorial\CLGLInterop\CLGLInterop\Form1.cs:line 184
    at System.Windows.Forms.UserControl.OnLoad(EventArgs e)
    at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
    at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
    at System.Windows.Forms.Control.CreateControl()
    at System.Windows.Forms.Control.WmShowWindow(Message& m)
    at System.Windows.Forms.Control.WndProc(Message& m)
    at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
    at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 
msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
     Assembly Version: 2.0.0.0
     Win32 Version: 2.0.50727.5448 (Win7SP1GDR.050727-5400)
     CodeBase: 
file:///C:/Windows/Microsoft.NET/Framework64/v2.0.50727/mscorlib.dll
----------------------------------------
CLGLInterop
     Assembly Version: 1.0.0.0
     Win32 Version: 1.0.0.0
     CodeBase: file:///C:/CLGLInterop/bin/Debug/CLGLInterop.exe
----------------------------------------
System.Windows.Forms
     Assembly Version: 2.0.0.0
     Win32 Version: 2.0.50727.5446 (Win7SP1GDR.050727-5400)
     CodeBase: 
file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
     Assembly Version: 2.0.0.0
     Win32 Version: 2.0.50727.5447 (Win7SP1GDR.050727-5400)
     CodeBase: 
file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
     Assembly Version: 2.0.0.0
     Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400)
     CodeBase: 
file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
OpenTK.GLControl
     Assembly Version: 1.0.0.201
     Win32 Version: 1.0.0.201
     CodeBase: file:///C:/CLGLInterop/bin/Debug/OpenTK.GLControl.DLL
----------------------------------------
OpenTK
     Assembly Version: 1.0.0.201
     Win32 Version: 1.0.0.201
     CodeBase: file:///C:/CLGLInterop/bin/Debug/OpenTK.DLL
----------------------------------------
Cloo
     Assembly Version: 0.7.1.0
     Win32 Version: 0.7.1
     CodeBase: file:///C:/CLGLInterop/bin/Debug/Cloo.DLL
----------------------------------------





More information about the Digitalmars-d-announce mailing list