Most voted "lib" questions
22 questions
Sort by count of
-
59
votes3
answers6039
viewsWhat’s the difference between DLL and lib?
I know that .dll and .lib are libraries, the first is dynamic and the second is static. But what does it really mean? How does each one work? If I have to generate a library from a code, what I…
-
5
votes2
answers10187
viewsGenerate Boleto in Java
I stuck here looking at some libs for bankroll generation and it seems that most have been abandoned. I wonder if there are any updated, better or easy to customize. Analized libs: Bopepo -…
-
3
votes2
answers169
viewsStatic library
I created a static library on C, that is, after compiled the file .c, generated a file with extension .a. In the archive .c implemented some functions. How could I read that lib in another program…
-
2
votes1
answer55
viewsMultiple Cmake in one project
I am developing an application in C++, where I need to use a library I have developed before with Cmake. But I don’t want to call the binary directly because each platform will have to have a binary…
-
2
votes1
answer361
viewsImport multiple libs into a single include in c
Is there any way to import all libs from my program into one include as in other languages : import re, datetime, math ( Python ) ? After reading about pre-processing directives here ( Little is…
-
1
votes1
answer177
viewsWindows libxml error
When we do a #include in the c++ language using the <> special characters where the include folder/file is? I am compiling a program that I downloaded and this program has the following lines…
-
1
votes0
answers154
viewscan’t load IA 32-bit . so on a ARM-bit Platform
I have a jni . library only to run on a Raspberry PI, but the architectures are not compatible. How can I run it? I have all the sources. EDIT: I was able to compile the library by Rpi, but now it…
-
1
votes1
answer154
viewsSiri Voice Command Manager
I know my Macbook has tts (text to Speech) when typing command Say. I wonder if there is an API or library that works with this in python. Or you would have to do it manually? Anyone recommend…
-
1
votes1
answer202
viewsHow do I use github lib in my Android Studio project?
I need to use a lib to zoom in on the imageview of Android Studio, after a few searches, I found a lib on github that can help me, but I couldn’t use it in my project, someone explain to me how to…
-
1
votes0
answers39
views"Block" a lib in a certain part of the code
In my code I am with a lib of materialize but it starts to apply css that I do not want in certain part of my code, there is a way to "Block" it in this particular part?
-
1
votes0
answers21
viewsTransparent SMFL screen
I just installed SFML, I did everything correctly as it seems, because the program does not indicate errors and I repeated the process carefully 3 times in codeblock and twice in visual studio…
-
0
votes1
answer115
viewsAndroid studio problem with Libs
I added a lib generated from a project of mine to get the classes and not have conflict that pack only that is giving me the following error Error:Execution failed for task ':app:preDexDebug'. >…
-
0
votes0
answers87
viewsAdapt a php plugin with Codeigniter
How to adapt the plugin Croppic for cutting images? I have two files that I turned into Ibraries, but I can’t pass the parameters to that library. The plugin is this:…
-
0
votes0
answers39
viewsProblems with Lib Pdfview
I’ve had the following problem for days: I am using the Pdfview library to upload a PDF to my application. https://github.com/JoanZapata/android-pdfview Sometimes the PDF disappears, becomes a white…
-
0
votes1
answer592
viewsPossibilities input Mask with jquery lib
I’m using the input-maks to put a mask on the field but I’m having the difficulty of setting a value, for example in my mask I put 'data-mask'=>"00000,00" referente ao campo decimal(5,2); But if…
-
0
votes1
answer170
viewsProblems with "libpq.so. 5": Wrong ELF class: ELFCLASS64 in C
I am trying to run a file compiled in c and I get the following error message: "error while loading Shared Libraries: libpq.so. 5: Wrong ELF class: ELFCLAS64" I did a search and identified that this…
-
0
votes1
answer662
viewsImport the postgres library into the intellij idea IDE
I started using IDE intellij idea a short time ago to develop in java, previously used net Beans and when I was going to use the database for my application it was simple to import the library from…
-
0
votes1
answer26
viewsjsGgrid custom field
I have the following script to mount a table with jsGrid var montaGridPacientes = function (data) { $("#jsGrid").jsGrid({ height: "90%", width: "100%", filtering: true, sorting: true, paging: true,…
-
0
votes0
answers22
viewsAlternatives to timesleep
Good night! Whenever I use delay or the time.Leep my code simply hangs until the end of the run, as far as I read they do not work in parallel Is there a lib that has the same hold function but…
-
0
votes1
answer454
viewsNetbeans does not generate lib folder
Hello, well I’m having a problem compiling a project with Netbeans 11 and jdk 13 for some strange reason when compiling the folder dist will only the jar and the folder lib is not compiled together.…
-
0
votes1
answer35
viewsThere is no error in the execution of the code, however the return I am having in the excel table is that is the problem
I have a problem returning my code. I do not get any error in the execution, but the problem is the return in the Excel table. I’m doing a case study of my college and the system is about customer…
-
-1
votes1
answer871
views