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
Are 32bit libraries not supported on Ubuntu 16.04?
I'm working on the development of a bare bones OS.
While installing gcc & binutils, getting an error:
32-bit libraries are missing
Some articles say that 32-bit libraries are not supported from 16.04 onwards.
If it is not supported, which is the…

Girish
- 31
- 4
-1
votes
1 answer
How do I add metadata to my own kodi addon where my movies are
So I am trying to follow how I can install this file called script.module.metadatautils so i can put in my add don on kodi which i have imported movies too but it wont work and i dont want to have to put my own art work in.

Matthew Levy
- 17
- 2
-1
votes
2 answers
Installing a C compiler in Matlab
I want to call from MATLAB function from a lib file (compiled in C - probably in MSVS).
All instructions I found on Mathworks get me:
"No supported compiler or SDK was found. You can install the freely available MinGW-w64 C/C++ compiler; see Install…

Yoni
- 62
- 1
- 1
- 6
-1
votes
1 answer
compiling C code and C# code both into .NET DLL
I have a C# .NET DLL (call it CS_Code.dll) which is using
[DllImport("C_Code.dll", CharSet = CharSet.Ansi, CallingConvention = CallingConvention.StdCall)]
C_Code.dll contains mainly C code in extern "C" clauses.
When I will be using this assembly…

Krischu
- 1,024
- 2
- 15
- 35
-1
votes
1 answer
Prevent external calls to functions inside lib file
Is there a reliable way to prevent external code from calling inner functions of a lib that was compiled from C code?
I would like to deliver a static library with an API header file. The library has different modules, consisting of .c and .h files.…

Ilans
- 95
- 6
-1
votes
2 answers
How to convert .lib file to .a
I've spent the last 5 hours trying to link a binary file to my program, I am using eclipse + MinGW, and trying to include the FreeImage source (downloaded from internet), the thing is I am unable to include the .lib file since it doesn't work, so I…

ConanCoder
- 39
- 2
- 10
-1
votes
1 answer
Failling to add library to android studio project
I want to add Github library to my project in android studio , and I tried more than 7 time . Every time I have problem. I don't know what can I do Please help me
This is the library.

Yassine Saanane
- 11
- 2
-1
votes
1 answer
Searchable name for 'equation evaluating, caching, smart updating' lib
I'm looking for a library but I'm not sure what to search for because I'm not sure what to call the task I want to do (in such a way that it's searchable).
Example of functionality
I have a number of matrix equations involving a single operation…

occulus
- 16,959
- 6
- 53
- 76
-1
votes
1 answer
How can i include templete from lib folder to the theme?
I am creating my own WordPress theme in which i create lib folder where i put my page template inside it (ex page-feedback.php,page-contact.php) by doing this my whole theme is messed the problem that the template that is present inside the lib…
user7269137
-2
votes
1 answer
Is it possible to generate a lib through the code of a dll?
I have a C ++ project that when compiled turns into a dll. Is it possible for me to compile the same code and generate a static lib?
If possible, would I have to change a lot of the code structure?

mgratao
- 3
- 4
-2
votes
1 answer
How to instantiate, configure and use a lib/framework in a oo-application?
I decided to split the last part of that question here into a new question here: https://softwareengineering.stackexchange.com/questions/411738/extension-of-classes-where-to-put-behaviour-how-much-direct-access-is-allowe
If i have a lib and i want…

Robin Kreuzer
- 162
- 1
- 10
-2
votes
2 answers
Is there a Java library to parse the XML string but only the required element and ignore the rest? (time optimization)
we have a very long XMLResponse from one web service, and we want to optimize the time of parsing this XMLResponse, so the strategy is to parse the XMLResponse line by line until we have what we need from the XMLResponse => the mandatory elements
we…

chay
- 1
-2
votes
1 answer
Setting up FMOD
I am trying to set up FMOD for Android.I have downloaded a working project for Android Studio from here: https://github.com/WillCoder/Fmod-Sample-3d
So whene i run the project those Method cannot be resolved:
private native String…

Folio
- 1
-2
votes
1 answer
build a VS2015 C++ class library DLL with 3rd party .lib file
I'm building a VS2015 C++ class library project, in the project I need to access a 3rd party library(which is static library .lib). However, I constantly encounter the LINK2019 error (unresolved external symbol xxx referenced in funtion "..."). I am…

Jianhui Wang
- 25
- 6
-2
votes
1 answer
K means lib spark python
I'm trying to implement the kmean algorithm for spark using python, I'm using the python code located in the library http://spark.apache.org/docs/latest/mllib-clustering.html#k-means
the code is working but in order to make the plot I need to…

Alexa
- 5
- 2