Questions tagged as 'library'

1
answer

I can not find the glew graphic library

The GLEW library site is offline, link Does anyone know of a site where I can download. I even found some but do not have the files I want, which is bin, include and lib.     
asked by 02.03.2018 / 20:57
1
answer

Application for login to another site (Facebook), error "InvalidSubmitError"

My code is this: import robobrowser import re url = 'https://m.facebook.com' loggedin_title = 'Facebook' # isto vai servir para confirmarmos que estamos loggedin, vendo o titulo da pagina para onde fomos redirecionados browser = robobrowser...
asked by 16.01.2018 / 12:25
1
answer

Libraries in CMake as submodule in project

I'm developing a C ++ project where I make use of some libraries I've previously produced, the problem I do not know how to import them into my new project without putting the full path in the include and adding all the files in my project's cma...
asked by 11.10.2016 / 23:12
0
answers

Can not open or locate PDB file and DLL not loaded in VS2017. How do I solve it?

I installed Visual Studio Community 2017 and configured for use in OpenGl with the GLAD and GLFW libraries. Here I am trying to run the code from the Learn OpenGL, Hello Window website: #include <glad/glad.h> #include <GLFW/glfw3.h...
asked by 02.12.2018 / 19:16
0
answers

is there any way to use jsoncpp.lib in codeblocks?

I need to use jsoncpp.lib in codeblocks, but when compiling I get the following compiler errors:    D: \ Users \ User \ Documents \ CodeBlocks \ demo \ main.cpp | 20 | undefined   reference to 'Json :: Value :: Value (Json :: ValueType)' |  ...
asked by 09.07.2018 / 23:01
1
answer

Importing local libraries in GO

I'm having trouble importing a go library. The library is in a folder in the same project directory and always the import error, when not the import error, of the error to access the function. main.gopackagemainimport("fmt" "./test" ) f...
asked by 10.05.2018 / 21:15
1
answer

warning: libssl.so.1.0.2, needed by /usr/lib/gcc/x86_64-linux-gnu/6/../../../x86_64-linux-gnu/libcurl.so, may conflict with libssl.so.1.1

I'm trying to copy a program that needs some libraries LIBS = -g -lmysqlcppconn -lpthread -lcurl -lboost_serialization -lreadline -lz -luWS -lssl The problem is that -lcurl and some programs need libssl.so.1.0.2 and -lssl...
asked by 25.11.2017 / 14:08
1
answer

How to solve this error when using the Room Persistence Library with Kotlin?

When I run the app, I get a crash on the first call to the database: java.lang.RuntimeException: Unable to start activity ComponentInfo{.../....ActivityLogin}: java.lang.RuntimeException: cannot find implementation for ....database.AppDatabase...
asked by 15.11.2017 / 19:19