a set of variables and functions packed in a file, read by the linker during the program build and included in the resulting executable

learn more… | top users | synonyms (1)

0
votes
0answers
7 views

Using EDK with framework

I am trying to implement Mopub in my game. Since Mopub gives their complete source code, I've to compile it into static library. The Static libraries are giving too much trouble while making the ...
1
vote
2answers
32 views

Conditional linking through static library

I’m writing a big static library in C++. In that library, I use symbols from plenty of static and dynamic libraries. When I “make” it, I don’t need to link against any libs because it’s static. Here’s ...
0
votes
0answers
7 views

external library in cakephp2

I want to execute a method from an external library in cakephp2, but I couldn't do it. I put the jars in app/webroot/js and referenced them in the code: echo $this->Html->css('leaflet'); echo ...
4
votes
3answers
59 views

iOS SDKs: Renaming a lot of classes

I'm developing an iOS SDK that integrates other SDKs (Facebook SDK 3.5, for example). To prevent collisions and allow my customers to import those SDKs as well, I want to rename all of the ...
1
vote
1answer
45 views

iOS static library does not work

I followed the instructions in this article to create a static library: http://developer.apple.com/library/ios/#technotes/iOSStaticLibraries/Articles/creating.html I built it for iPhone simulator ...
0
votes
1answer
22 views

Create empty DLL project to generate DLL from static library

I have a project which is a static library and I want to create another "wrapper" project which will simply reference this project and exports functions/classes which I have marked with ...
0
votes
0answers
14 views

How to build library using cmake in windows

I have written a library MyLib and I want to write CMakeLists to enable users build the library using cmake in both Linux and Windows system. MyLib contains folders like bin, include, lib and src. I ...
0
votes
1answer
30 views

Problems with linking C++ code

I'm tying to learn how to make and use a static library and I've faced some problems. This is what I've done. First I've written some code and placed in into String.h and String.cpp files. Then I've ...
0
votes
0answers
4 views

Extract libraries and building a static binary with them

Our project needs different libraries to be installed (libXxf86m-devel, libjpeg-turbo-devel, etc). We used to install the libraries manually. The resulting binary after the build process is dependent ...
0
votes
1answer
20 views

Visual C++ : Where to add reference of a static library that I use?

In Visual C++ 2010, how to tell the linker that a static library named taglib is located in d:\blabla\tag.lib ? Thanks in advance. PS : I have this error, probably because the linker doesn't know ...
0
votes
1answer
41 views

Android NDK using static Library -> function has not been declared

I'm testing the integrated static libraries in an Android app. Unfortunately the compilation does not work! can you help me here? I always get the error: jni/main-jni.cpp: In function 'jint ...
0
votes
1answer
37 views

Using lib compiled in masm in c++

im trying to make a lib in masm32 (using radasm) for use in other projects... the libs source code : .386 .MODEL flat,stdcall option casemap:none .code start: PUBLIC HookProc HookProc proc ...
0
votes
1answer
33 views

iOS: Building project from terminal using xcodebuild

I have a static library in the project. I have setup header search path correctly to point library directory recursively. Could someone please tell me why is following error while buling project from ...
0
votes
1answer
18 views

ld: library not found after unzipping

I have zipped my Xcode project source for sharing it with my friend. But after unzipping I get the error like ld: library not found Please help. Let me know if you need any additional details.
2
votes
0answers
159 views

Can Delphi XE4 import iOS ObjC Class ? ( Static Library *.a )

Can Delphi XE4 import iOS ObjC Class ? ( Static Library *.a ) ObjC Code : test.a // test.h --------------------------------------------------------------- #import <Foundation/Foundation.h> ...
0
votes
1answer
17 views

Testing changes in static library?

We have some static libraries and a main app. We do this so we can ship each bit separately if we need to. I'm coming across a frustrating problem however. Everytime I make a change to the library ...
0
votes
0answers
7 views

static library using shared library API

I am creating a static library called libapp.a which provides API's to upper application and uses libxml2 API's (shared library). This libapp.a need to be linked to final executable. But when I ...
0
votes
1answer
266 views

XE4 ( Firemonkey + iOS Static Library) , Pascal conversion from Objective C Class?

How to Conversion ? (Objective C Class -> Delphi XE4 ) and How to use Objective-C Class in static Library from Delphi XE ? Following is the my first trial. But It makes error. Objective C Source ...
0
votes
1answer
36 views

How to build Qt5 app with their static libs?

I'm a Qt beginner and I want to know how to build Qt5 apps with their static libraries. Is that possible to build with static libs everything that can be build with dll's ?. I want to know because I ...
0
votes
0answers
39 views

Linking against clang

After many failing attempts to build clang for iOS, I found this clang.deb at: http://ininjas.com/repo/debs/ I extracted the files and put them in a Xcode project. Building (for device) works fine, ...
0
votes
1answer
39 views

Finding Reasons for Linking Errors in Visual Studio

I'm in the process of porting one of my project to an existing framework I've been developing. As a result I have two project, one that's the original I developed and then the ported one. The ...
0
votes
0answers
28 views

excluding UIDevice from a static library

I create a static library which include a usage of the UIDevice. There is no use of the uniqueIdentifier. Apple rejected an app suing this library and we suspect it's because searching for the ...
2
votes
1answer
82 views

Configuring Cocoapods with an existing static library and iOS application

I'm having trouble getting my workspace to compile correctly with Cocoapods. There are 3 projects in the workspace, each with their own target: libPods - Cocoapods static library with all the ...
0
votes
1answer
17 views

How to include two static libraries that are almost the same for iOS

I have one static library for testing and one for release. The debugging static lib has calls that aren't available in the release version. In my code I use preprocessor macro to guard around calls ...
0
votes
0answers
16 views

Embed OpenCV framework inside another xCode project without linking

I have developed an xCode static library for an iPhone App using OpenCV. Now I want to give my static library to them but I don't want them to go through the hassle of making OpenCV work in their ...
1
vote
2answers
44 views

Problems with linking lua statically

I'm trying to link lua statically into my C++ application with VS2012. I downloaded the vs11_lib files off of sourceforge and added linker dependencies for this file, lua52.lib. I'm now getting all ...
0
votes
0answers
17 views

QT Creator _ITERATOR_DEBUG_LEVEL Miss match

I have linked my own static lib to my QT Creator project, the library has been compiled for both debug and release versions using VS 2010 Express. My QT Creator project uses VS 2010 compiler as well. ...
2
votes
1answer
49 views

Using other libraries with static library?

So, can i use header only libraries, dynamic libraries and static libraries in a static library that I am making, without making all of those a one large static library? To be specific, im writing a ...
0
votes
1answer
10 views

Creating static libraries: how to change the target location?

How can I change the target location of a static library in xCode ? Right now it is built in the OSX system iOS developer library, but I would like to change it to a location inside my project ...
0
votes
0answers
11 views

Problems with connected Libraries

I'm running xcode 4.6.2 I'm trying to add a group of libraries to my project and keep getting this warning ld: warning: ignoring file /Developer/SMART Board SDK 11.0/C++ Objective C/lib/libSBSDK.a, ...
2
votes
2answers
62 views

Develop a static library in Visual C++ for efficient numerical computation

I've the following problem: I need to devlop a static library (*.lib) in visual C++ for efficient numerical computation. I've started defining a new template class "Matrix" and I've read that best ...
-1
votes
0answers
56 views

Static library is not compilied with xcode 4.6.2 whereas the same compiled with xcode 4.3.2 [closed]

There is a static library in my project and this get compiled successfully with all xCode version until i upgraded to xcode 4.6.2. Below is the error log ... ...
0
votes
1answer
42 views

Android - access native functions in a pre-compiled library

I'd like to use the native OpenCV function getThreshVal_Otsu_8u in my Android application. I've noticed that the external OpenCV Java wrapper functions call functions defined as native, but which ...
1
vote
1answer
43 views

Static Library Performance - Possible to inline calls?

I've been trying to make an attempt to make a Game Engine, and I started out by making the Mathmatical foundation ( Vector, Matrix and Point classes. ) I would like to make a static library file ...
0
votes
0answers
14 views

Include libraries in executable

How can I include the libraries I'm using in my C++ program (sqlite3, vector, etc.) in an executable file fully functioning I can give to my friends?
0
votes
1answer
36 views

Global Project Static Variables

I have three windows libraries that are for drawing different types of bitmaps. The one thing that they all share in common is the: Font, colors, and pens. I would like to design a library that I ...
0
votes
2answers
35 views

Is specifying link dependency required when one static lib is dependent on another static lib? [duplicate]

General question can be formulated as - if static library lib1 is dependent on another static library lib2, do I need to specify lib2 as linker dependency for lib1, or linking dependencies only need ...
1
vote
1answer
30 views

cmake ignores static library link request

I've searched hours on how to solve this and everything I tried did not work. I'm trying to link statically with certain libraries, (libPoco, libmysqlcpp, libmysqlclient, libssl). I'm using cmake, ...
0
votes
1answer
35 views

Linking Custom Static Lib with Windows Phone 8 Runtime

I have a custom static library i´m trying to use it with Windows Phone Runtime. I could not add in to the Windows Runtime. Is there a way to use Static Libraries in Windows Runtime "Windows Phone 8" ...
2
votes
2answers
55 views

Creating static library which depends on other static library (RestKit)

I followed the following tutorial to create a static library: https://github.com/jverkoey/iOS-Framework/#developing-the-framework-as-a-dependent-project It all works until I try to incorporate the ...
0
votes
0answers
28 views

issue with compiling delegate methods as static library

i'v recently gone through concept of static library where i can put & compile my methods and later on i can import them to various projects. now i'm having some delegate methods carrying some ...
1
vote
1answer
39 views

How to transfer resource files with Static Library (How to wrap resources in bundle)?

I'm creating a Static Library for iOS applications. I almost completed it, but there is an issue with the resources. My Static Library uses a lot of images and sound files. How can I transfer it ...
0
votes
0answers
44 views

Xcode subproject framework dependency build fail

I have one Xcode iOS project (I'll call it the super project) which contains another Xcode iOS project as a subproject. The subproject is an iOS static library. I have done everything described at ...
0
votes
1answer
25 views

How to link a library to an project in Xcode 4.5

I wanted to add JSScrollableTabBar framework https://github.com/jasarien/JSScrollableTabBar to my project in Xcode 4.5 but its help may be used for old version of Xcode I also tried these helps XCode ...
1
vote
0answers
31 views

How to give a static library a version number?

We have a static library in Xcode which we need to assign a version number to, just like in an app. This is useful for many reasons, but mainly because if we could assign a version number we could ...
0
votes
1answer
50 views

Makefile and linking .a libraries

I've got a src folder which, after running make, creates 4 libraries in .a format. There's also a folder tests which contains tests.cpp. This file depends on the libraries previously mentioned. I'm ...
1
vote
2answers
49 views

“Undefined symbols for architecture armv7” when importing STATIC LIBRARY that contains OPENCV functions

I developed a very simple application, using openCV for IOS. It worked until I decided to use the code in other project. I am getting this armv7 error and I can't see where is the problem (please, see ...
0
votes
1answer
27 views

Developing Library for a Blackberry 10 app

I want to develop a Authentication library for Blackberry 10 app. This will contain some UI elements and request/response handling to the server for authentication purpose. I have come to know that ...
0
votes
1answer
19 views

Use of Erfc function: commons.apache.org library

My problem is simple: I would like to use the error function Erfc(double) in Java with Eclipse but I do not want to implement it (because it is complicated). So, I have found this: ...
0
votes
0answers
20 views

What is lib_adir?

I want to build a static library (libabc) consisting of c source and header files. If I define the 'HEADERS' variable, then I get the following error message: Makefile.am:59: error: ...

1 2 3 4 5 30