Hi all,
I have a problem linking with a .a C static library I have compiled as a separate target.
My library is called libtest.a and has only one function: int test() which returns 1 always.
I have put libtest.a and test.h (its header file) in a mylibrary_directory
Then I create a new iphone view base project and added mylibrary_dir...
Hello!
Does someone know any C++ library / interface to handle 3d-model data in common formats (.obj, .3ds, .ply, ...)?
There are some libraries that I can find, like lib3ds or libobj, but if
I want to handle different object formats, I would really need to get used to API of them all and write a bunch of my own wrappers so that my co...
I know this is old news but EA bought out Criterion and killed Renderware, citing some ridiculous "it's not good enough for next-gen" reason.
Anyone know of a good, solid alternative? I really DON'T want to have to reinvent the wheel for multiple platforms -_-
...
I am trying to find a solution to get directly the file like wget does instead of reading from the stream and writing to another file, but I am not sure if this is possible.
Any suggestions?
...
I am trying to create a shared library on Windows. I am able to create this shared library on linux but on windows I get linker errors. I am using the MinGW G++ 4.5 compiler. I will first present the source code to the example on linux , and then present the file which I tried to change on windows.
/home/nxd/Progs/C++/shared-lib>cat lib...
Is it a good idea to code such a script in Python and in which language is handy for fast performance and useful libraries/frameworks for charts?(charts would be created after calculating an expression which is input from the user)
EDIT:It's a web server-side script
...
On froyo, when I get a Link exception while loading a library, it does not give the symbol that it could not find! On eclair, there used to be a helper message saying "cannot locate xyz symbol'. Without, this information, how do I debug this library load error on Froyo? I am using System.load to load libabcjni.so.
When I build the testa...
Last time I checked, Apache POI did not support this feature. If you know any solution that does, either free or commercial, please suggest.
...
I am building a node.js app and wondering which javascript lib to add to my repertoire. Current short list includes:
Underscore
wu
Functional
Bonus points for something that works in the browser (so I can use it on both client and server).
Any ideas? Advice? Opinions on the above? Something else I should investigate?
...
Hello,
I'm developing a GIS application and i had been using devices that output NMEA protocol. There are lot's of libraries for NMEA devices, but for garmin there is only one that i have found and isnt very complete: OpenGPS.NET
I have 2 questions:
1) how do i use the library whit an USB device that does not create a virtual com...
Hi there,
I have googled and come up dry.
I am looking for a way to annotate text selections (with overlaps) and i was wondering if anyone knows of something like this available already?
My goal/use case is that a number of users will be presented the same blob of text and should all be able to independently annotate various selecti...
I've seen specialized Android UI libraries like for charting, but none for alternate implementations of controls and containers. Are there any?
...
Can you advice me open source twain library for scannning with pure good API.
...
Hi, I'm using mobclix lib in an iPhone app, I tried to replace the old lib with a newer one, the old lib contained a class named MobclixAdViewiPhone_300x50, but it has been deprecated and replaced with MobclixAdViewiPhone_320x50, I changed my code to match the library changes, and removed the old library and its headers and added the new...
I'm trying to find something like an audio similarity library for a school project. Something simple and well documented, written in python or java preferably, that could extract feature from audio files and estimate any form of similarity basing on these. Something like this code could also be fine but I think I don't have the skill to ...
I'm looking for a simple C++ library that allows me to convert timezone descriptions like "America/New_York" into an offset to GMT.
I'm looking for a lightweight library to add to an existing project.
...
My dataview is pointed to a Document Library. I noitced files in folders and subfolders don't list - only the folders themselves.
Is there any way to list files in a particular folder or all files in all folders?
What I'm trying to do is tie a folder to entries in a custom list. I'd like a folder for every ID in that custom list. When...
Most useful ActionScript packages / libraries for flash games
...
I'm trying to find a list of good validation libraries (phone, email, etc.) that are constantly being maintained. I use PHP and am open to libraries from frameworks, but if you recommend a library from a framework, please say whether it allows you to use it without the framework itself?
...
Is it possible to somehow use some of the PHP classes that come with Zend in a Java project? I'd like to think that there's always a way, but how?
...