Questions tagged as 'lib'

2
answers

Static Library

I created a static library in C , that is, after compiling the file .c , generated a file with .a extension. In the file .c I implemented some functions. How could I read this lib in another program and call a function...
asked by 10.07.2015 / 16:49
2
answers

Generate Boleto in Java

I stuck here looking at some libs for boleto bancário generation and it seems that the majority was abandoned. I would like to know if there is any updated, better or easy to customize. Libs parsed: Bopepo - link stella-ticket -...
asked by 15.05.2015 / 14:47
1
answer

Import multiple libs into a single include in c

Is there a way to import all libs from my program into just include like in other languages: import re, datetime, math (Python)? After reading about preprocessing directives here (Little is said about the include on thi...
asked by 16.06.2017 / 18:16
1
answer

Multiples Cmake in a project

I'm developing an application in C ++, where I need to use a library I've developed before with CMake. But I do not want to call the binary directly because each platform will have to have a binary separately, and it's annoying to have to compil...
asked by 24.04.2016 / 07:29
0
answers

"Lock" a lib in a certain part of the code

In my code I have a materialize lib but it starts to apply css that I do not want in a certain part of my code, is there a way to "lock" it in that particular part?     
asked by 06.08.2018 / 15:17
1
answer

How to use github lib in my Android Studio project?

I need to use a lib to zoom in the imageview of Android Studio, after some research, I found a lib in github that can help me, but I could not use it in my project, someone explains how to use github in my project? I'm new to the area and I'm ge...
asked by 13.06.2018 / 19:34
0
answers

can not load IA 32-bit .so on ARM-bit platform

I have a jni .so library to run on a Raspberry PI, but the architectures are not compatible. How can I make it roll? I have all the sources. EDIT: I was able to compile the library through the RPi, but now it does not recognize the methods. I...
asked by 14.03.2017 / 14:07
1
answer

Windows libxml error

When we do a #include in the c ++ language using the special characters < > where is the folder / file of that include? I am compiling a program that I downloaded and in this program there are the following lines of code: 28 #include...
asked by 18.03.2015 / 01:14
1
answer

Voice command manager Siri [closed]

I know my macbook has tts (text to speech) when typing command say. I would like to know if there is any API or some library that works with this in python. Or would it have to do manually? Does anyone recommend something? Thank you.     
asked by 05.05.2017 / 03:55
1
answer

Possibilities input mask with lib jquery

I am using input-maks to put a mask in the field but I am having difficulty setting a value, for example in my mask I put 'data-mask'=>"00000,00" referente ao campo decimal(5,2); But if I want to put cents like 50 , I need...
asked by 01.02.2017 / 01:59