library

Hide class type in header

I'm not sure if this is even possible, but here goes: I have a library whose interface is, at best, complex. Unfortunately, not only is it a 3rd-party library (and far too big to rewrite), I'm using a few other libraries that are dependent on it. So that interface has to stay how it is. To solve that, I'm trying to essentially wrap the...

Which library this app using?

Hi everyone, I would like to do some functionality like this app for iphone: http://www.ezraschartbooks.com/Site/Home.html I would like to draw chart, navigate and interact on the chart, scale, zoom, etc... such as scale the chart by interact with the y-axis or x-axis. Can anyone know which library that app using? Or would you please...

Serial port library/header file in C for WinCE

Hi, I am a newbie in WinCE application programming. But the starting is not as smooth as expected. I could not find code examples, tutorials to learn from. I could not find a book on WinCE programming. Are all the libraries and header files for winCE same as for windows (WIN32)? I am programming in C. I want to use serial port communi...

ZipArchive library compile error.

i have included libz.1.2.3.dylib after insert code ZipArchive* za = [[ZipArchive alloc] init]; error when compile "_OBJC_CLASS_$_ZipArchive", referenced from: UPDATE according to http://code.google.com/p/ziparchive/wiki/PageName i have include ZipArchive folder to project, and and framework libz.1.2.3.dylib. then i try to un...

_Bool and bool: How do I solve the problem of a C library that uses _Bool?

I've written a collection of data structures and functions in C, some of which use the _Bool data type. When I began, the project was going to be pure C. Now I am investigating using a C++ based GUI tool kit and have made the backend code into a library. However, when compiling the C++ GUI the following error is emitted by the compiler:...

python Ctype : problem with callback in making python custom library

The whole scenario is like this: there is a function setmessagelistener(a_structure,function_pointer) in my c library. i am writing a python library which is a wrapper on above mentioned c library using Ctypes. so what i did is something like this: def setlistener(a_structure,function_pointer) listenerDeclaration = CFUNCTYPE(c_void...

Flex compile problem with as3httpclient

Hi, I am having trouble getting a Flex application (with as3httpclient) to work. I compiled it (compc -load-config=build-swc.xml), put the as3httpclientlib-1_0_6.swc in my libs dir, and ran mxmlc -compiler.include-libraries lib/as3crypto-1_3_patched.swc lib/as3httpclientlib-1_0_6.swc lib/corelib.swc -- App.mxml In my actionscript I ...

Android : Is there any free PDF library for Android.

I need a PDF library for manipulating a PDF documents, ( Creating PDF, image convertinng to PDF ) and things like that but in Android . I tried the android itext port but the library project generates compile erorrs after I added it to my Project. Looks like it is still using some affinetransformation classes that are defined in ...

Do you have advices about how to wrap an internal library to deliver it to a client ?

In my company, we are using a cross-platform utility library offering a lot of services. This includes both cross-platform code (e.g. a thread class wrapping either Win32 or pthread API) or every company specific code (e.g. classes to handle proprietary communication protocol between our servers and our clients applications). We need t...

One PHP Library for many social networking sites' authorization?

I know there are many libraries out there for OAuth and for specific sites' authentication and authorization. I'm wondering, is there any one-stop-shopping library that easily, robustly and perhaps modularly integrates with many popular social networking sites? It would be nice to have a single library, which, given a set of IDs (FB, tw...

chart library for QT

Hello, Is there any opensource or free chart library for Qt ? I mean XY charts (not bar charts or sth like that) ? thanks for help ...

C++ - building static library question

Hello! I built libbz2 (static variant) using MinGW (GCC 4.5.0) compilation system and now try to import this library into my MSVS2008 project. I've done these things already and everything worked fine, for example, with zlib (which means that created C libraries are actually interchangeable). However, when doing the same with libbz2, ...

When compiling a static libssh2 library as i386 it always returns an x86_64 library

Hey, Been working on this for hours now so any insight would be greatly appreciated. I'm trying to compile libssh2 for the iPhone Simulator on OS X (I already have it compiled successfully for the device). I'm using the following environment variables and commands: export DEVROOT=/Developer/Platforms/iPhoneSimulator.platform/Develope...

Is there a free Javascript push service with a high requests limit?

I'm currently using Pubnub, but i'll probably exceed the free quota. Is there any free js push service with a high quota? The app i'm developing is for a not-for-profit crowdbased service dedicated to monitor candidates' abuses in the brazilian political campaign this year. (Sorry if i'm not making any sense, i'm very sleepy and caffein...

Is there an interface wrapper around the Task Parallel Library so that I can swap it out for unit testing?

I asked this question a while ago. I now know it is a Bad Idea and that encapsulating the scheduling and running of tasks should be abstracted so that one can pass in a synchronous scheduler from the unit tests. I've currently got code that uses the Task Parallel Library (TPL) and I'd like to inject something like ITaskScheduler into ...

OAuth use in a reusable PHP library for a third-party site API

I'm creating a PHP library for a third-party site's REST API. The library will be released under an appropriate FOSS license so others may use it. The third-party site has APIs for both authenticated and unauthenticated requests. For authenticated requests, they've chosen OAuth. As with most things PHP, there is no one single best wa...

InstallUtill of GCC compiled exe recieving System.BadImageFormatException

I am trying to use a GCC compiled exe as a service in windows. From what I have researched I should do: C:\Windows\Microsoft.net\Framework\v2.0.50727\InstallUtil.exe [program name] Although when I try to do this I receive a message as such: Exception occurred while initializing the installation: System.BadImageFormatException: Could no...

Is there a library that helps me create nice statistical charts for WPF?

I have to include some sort of reports for my university project and I already have the data ready to be used. I'm thinking of using WPF for the GUI and I was wondering if there was a library or something I could use that has some nice effects for graphs and whatnot. Any suggestions? I have to show information such as total shipments p...

Looking for C++ OCR library

I am looking for an OCR library (commercial or free) that I can use of my C++ project. My project is mobile-based, so the library cannot depend on .Net or any framework like that. Can you recommend any? ...

CECUI samples compiled sucessfully but no executables were generated

I downloaded the latest CEGUI stable release (0.7.1 binary for Microsoft Visual C++ 2008) and after hours of setting properties, linker configuration and searching headers files on the internet I finally got the samples to compile. the big surprise now is that I don't find the executables anywhere. The msvc++ reports says: ========== ...