liquidzym / openFrameworks

OpenFrameworks is a cross platform open source toolkit for creative coding in C++.
http://openframeworks.cc
Other
23 stars 7 forks source link

ofAppGLFWIndow.cpp error cannot convert argument errors #4

Closed ghost closed 10 years ago

ghost commented 10 years ago

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 ==========

liquidzym commented 10 years ago

ok,i think i'm not updated the openframeworks libs sorry for the confusion,can you try it again

ghost commented 10 years ago

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.

ghost commented 10 years ago

Latest check-in resolved this issue.