This tag should not be used. If your question is about a particular library, use the tag for that library instead. If it is about using libraries generally, use one of [libraries], [shared-library], [static-library], [class-library], etc. If it is about liberal politics, try politics.stackexchange.com.
Questions tagged [lib]
761 questions
-1
votes
1 answer
How do I properly create a Library in Java?
I have just created a library that will store and add elements into Hashmap.
I have generated a jar file , and placed it into the Desktop. How can i use my library and work with it , i have already placed it into library folder , but what next, how…

ProgramCOder
- 89
- 2
- 2
- 10
-1
votes
1 answer
How to create the below UI? Is there any library to create below image
image
How to create the below UI? Is there any library to create below image.

Rashmitha N K
- 1
- 3
-1
votes
1 answer
I need to add library to my project with javascript
I want to add this library to my local project, I don't want to install npm.
Can I just add the library to my project manually? if yes how?.
I have small experience with javascript, I just want to do a simple project.

MoonX App
- 97
- 5
-1
votes
3 answers
Problem with installation of Steam on CentOS 8
After updating graphics card and during installation of Steam on CentOS 8 I get:
[root@comp pawel]# yum install epel-release
Error:
Problem: conflicting requests
- nothing provides libxcrypt-compat(x86-32) needed by…

Malum Wolfram
- 17
- 1
- 1
- 8
-1
votes
1 answer
Can we use same function in 2 different library file , if both the library consumed in same DLL file
Can we use the same function in 2 different library files, if they included in a common DLL file.
Can I define the function in 1 lib file & use that function from another lib file.
in this case, if one common DLL only used a library file that does…

simplePerson43
- 3,787
- 1
- 15
- 10
-1
votes
1 answer
What can i implement fmt lib
i try to insert fmt library to my project, but i don't really know what miss. if i complile it's everything ok, but when i want to use fmt::format function, i get…

Claudiu Andries
- 51
- 6
-1
votes
1 answer
How to run a jar with external libs
First, I'm working in a linux environment.
Second, I've got one jar file which contains all of my project's classes, including the main, in one directory. Third, I've got all of the project's external dependent jars in a sub-directory called…

Marc
- 17
- 6
-1
votes
2 answers
Do I have to install `libbitcoin-server` to be able to include `bitcoin.hpp`?
I am reading the book "Mastering Bitcoin" from Antonopoulos and want to compile an example from that book. It does not tell which C++ library needs to be installed for #include to work.
#include
int…

bomben
- 590
- 6
- 16
-1
votes
1 answer
Why no call fstab64 after read? And can this be a problem?
I want to create a new dynamic library instead of another, the source code of which is lost. I have created a library with exported functions, but the program does not load it. Conclusion Strace is almost the same, the only difference is that in the…

Smirnoff Denis
- 3
- 1
-1
votes
1 answer
ordering function in Fortran
Is there a Fortran library which has an implementation of an ordering function, i.e., a function ordering(list) (like Ordering[] in Mathematica) which gives the positions in list at which each successive element of the sorted list appears?
I can…

pawel_winzig
- 902
- 9
- 28
-1
votes
1 answer
Whenever I wrote "style" I got an errorthe named parameter undefined
Child: text('hi'),
style: new Textstyle()…
...
This where I faced the error"the named parameter undefined"
And I tried to reinstall the flutter and the intellij itself
enter image description here

Reham.A
- 21
- 4
-1
votes
1 answer
How to import webpack library in a angular-cli project
It's my first post on stackoverflow.
I'm trying to import a library developed by my society in an angular-cli project.
This is an angular-cli project (Angular v6) and the library is an Angular project build with webpack.
When I import the lib, I get…

Adrien DUWEZ
- 7
- 2
-1
votes
1 answer
Setting up tomcat from Eclipse in Mac
Ubuntu users were asked to do this as first step to setup tomcat in their machine:
Create a directory in your home directory and copy lib from tomcat:
1.mkdir mywebbase
2.cp -a /opt/tomcat/lib mywebbase/
I'm using Mac and second command…

E.Praneeth
- 264
- 3
- 16
-1
votes
1 answer
DLL needs LIB, but looking for DLL
In my source I have:
#pragma comment(lib, "ldv32.lib")
Originally this was:
#pragma comment(lib, "ldv32")
When I build and then try to register the DLL it fails:
I used "Dependency Walker" to look at the DLL and I could see that it was…

SPlatten
- 5,334
- 11
- 57
- 128
-1
votes
1 answer
C++ LNK2019 Error, lib has been added to linker
First time I actually started writing a project in C++, for purposes. I'd like to include the TNL library.
The header files are already defined correctly and can use them. For the linker, when i try to use a function that's in the lib file it still…

Bart Ramaekers
- 13
- 3