Questions tagged as 'library'

3
answers

How to embed a library inside the other?

I've created a library for developing games in C ++. Except that my library needs another one to make the images display on the screen, the SDL2. So every time someone wants to use my library, the person would have to link to mine and SDL2. Ex:...
asked by 29.12.2017 / 17:40
2
answers

How do I create a Library-Android using Android Studio?

I have some projects under development and I have several classes in common for these projects. I would like to know how to create and use a Class Lib so that I can reuse them whenever I need them without having to re-write these classes.     
asked by 01.11.2016 / 20:07
0
answers

External static methods not being recognized in the project

I'm importing a utility library into my main project, the library currently contains a single static method, I can import both manually and maven, but I'm not able to access the static library method. I'm using Spring boot, maven and JDK 1.8 in...
asked by 26.11.2018 / 13:02
1
answer

Handling XML Files in C # - Library Tips [closed]

I need to manipulate an XML file in C #. This is the first time I'm going to do this, and I wanted some tips. My algorithm is basically this: Fill an XML from my system data (DB Data) Ex: I have an entity from which my example data com...
asked by 13.07.2017 / 16:25
1
answer

Angular-cli ng generate library does not work

I have a project in version 5 of Angular, which generates a library using the rollup and works correctly. However I'm migrating from version 5 to version 6 of angular and wanted to use angular-cli, which already generates a library in the same p...
asked by 13.06.2018 / 15:23
1
answer

Remove selected item bottombar (Lib Roughike)

I have an application that uses NavigationView and BottomBar, I'm having a hard time removing the bootloader item selection when I select a navigationView item, I'm using the Roughike Library link . I tried to use: // Remove item selected...
asked by 16.12.2016 / 11:18
0
answers

Library error libpq-fe.h

I'm using codeblocks and the library however I get the following error: fatal error: libpq-fe.h: No such file or directory I have already added the path pointing to the header file by the following path Project - > Build Options - >...
asked by 04.07.2018 / 21:19
0
answers

How to solve Fat Jar Export: Could not find class-path entry

I'm having serious problems exporting a program made in Eclipse and I'm beginning to hate myself for trying to be organized. I imported two third-party libraries (JavaMail and iText 5) into my project. Their JARs I downloaded from the Interne...
asked by 30.05.2017 / 22:12
0
answers

How do I import third-party libraries for a project in Eclipse?

I'm trying to use two third-party libraries for a Java project in Eclipse: iText (to generate a PDF) and JavaMail (to send this PDF via email), but I can not even import them ... I have tried everything. I already dragged the folder to the /...
asked by 27.05.2017 / 07:28
1
answer

Function only executes 1 time

I created a% w_that resizes an image that I enter the name, but it's happening that I need the same image to resize to 3 different dimensions, so I made the code image.php (library) <?php if ( ! defined('BASEPATH')) exit('No direct scr...
asked by 26.03.2016 / 00:02