Closed ghost closed 10 years ago
ok,i think i'm not updated the openframeworks libs sorry for the confusion,can you try it again
I'm at INST -INT, so will give it shot in the morning, and let you know.
Sent from my Windows Phone
From: liquidmailto:notifications@github.com Sent: ý9/ý25/ý2014 8:43 PM To: liquidzym/openFrameworksmailto:openFrameworks@noreply.github.com Cc: Carmine Sirignanomailto:carmines@outlook.com Subject: Re: [openFrameworks] ofAppGLFWIndow.cpp error cannot convert argument errors (#4)
ok,i think i'm not updated the openframeworks libs sorry for the confusion,can you try it again
— Reply to this email directly or view it on GitHubhttps://github.com/liquidzym/openFrameworks/issues/4#issuecomment-56909776.
Latest check-in resolved this issue.
when compiling with lib fixes, get the following error:
1>------ Build started: Project: openframeworksLib, Configuration: Debug Win32 ------ 1> ofAppGLFWWindow.cpp 1>......\openFrameworks\app\ofAppGLFWWindow.cpp(236): error C2664: 'GLFWkeyfun glfwSetKeyCallback(GLFWwindow ,GLFWkeyfun)' : cannot convert argument 2 from 'void (__cdecl )(GLFWwindow ,int,int,int,int)' to 'GLFWkeyfun' 1> None of the functions with this name in scope match the target type 1>......\openFrameworks\app\ofAppGLFWWindow.cpp(240): error C2664: 'GLFWdropfun glfwSetDropCallback(GLFWwindow ,GLFWdropfun)' : cannot convert argument 2 from 'void (__cdecl )(GLFWwindow ,const char *)' to 'GLFWdropfun' 1> None of the functions with this name in scope match the target type ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========