library

Combining Windows Forms and XNA, but lacks "Game" instance.

Hello, I am currently working on a Map Editor for my 3D game, but I am having some problems getting the using Microsoft.Xna.Framework.Game included. My 3D engine is stored in a library, and the constructor for it needs the Game instance and a GraphicsDevice. The GraphicsDevice is not a problem since i used some example from App Hub (li...

Tomcat native library benefits

Can anyone advise on the main benefits of installing the Tomcat native library? I am running a standard installation of Tomcat to serve a moderately complex intranet based web app using Ext Js on the front end so lots of javascript and AJAX over the network and VPN from various locations. Is it even worth installing this library for th...

How to conditionally use static library only when linked

I'm doing an iPhone plugin project where I build a static library, let's call it lib1.a, which I provide to other programmers. When they link lib1.a into their project, they may also link lib2.a, which they build themselves based on a header file I give them. This header only contains a "hook" function which instantiates an obj-c object...

Customizing JGraphX

I have been using JGraphX to display some data (simple discrete graphs) and I would like to know how to do the following things with the JGraphX library: Make all edges unmovable but still allow the user to create an edge between two vertices Make all vertices and edges uneditable (they cannot edit what is displayed on them) How do I g...

Share the code in a secure way Objective-C

Hello! Just I'm curious. I have created a lot of convinient categories to the Objective-C classes (NSObject, NSDictionary, NSString...), as long as very interesting subclasses that makes a lot of popular task in the iPhone/iPad programming, to be as easy as putting only one line of code or firing a method. I'd like to share this code w...

Good library for bitsets or bitarrays

Hallo all, I'm looking for some good library, that works with bitsets or bitarrays. Anybody knows something better (or not worse in all cases) then boost::dynamic_bitset? No matter if the library is open source or commercial. In my project it is a common task to store and work with large bit masks, that contain less number of ones. So t...

EMV library [About, Guide]

I'm starting to develop applications that handle chip cards - banking - and I need to use the library EMV. Does anyone know give me some information about it? Where can I download it? Thanks ...

Emulating numerial operations in software

Hi, The numerical operations we do in our programs are limited by the number of bytes that a language specifies for a given datatype (or maybe hardware supports). Say I can use integer to do calculations on my paycheck (even "short" is more than enough for a year's earning!!! ;) ) but can't do the same with Bill Gates wealth. So, we go ...

How To Access a SOAP WebService From a Flex Library Project

I would like to access a soap webservice from a class in a Flex (AIR) Library Project. How can I instantiate a WebService and get data from a SOAP WebService. ...

How to check if iOS version supports library?

This question... http://stackoverflow.com/questions/3862933/check-ios-version-at-runtime ...received an answer explaining how to test if a class supports a method. (Over time, Apple may have added methods that the class, as presented in an old iOS, would not have. Rather than test for the iOS version, just test the class directly.) Ca...

Particle library

Hello, maybe someone knows a good crossplatform particle library? I know Pyro particle library, but it's not crossplaftorm and free. There is also Magic Particles (Probably, the best version I need) but there is only theoretical possibility to make a port on Linux. ...

Multiple software licenses across a project

How does one go about including multiple licenses in software? For example, I'm working on a project that I would license as GPLv3. I'd like to include some libraries from the Apache Commons (Apache license 2.0). These libraries are distributed with both NOTICE.txt and LICENSE.txt, which to my understanding must be included in my projec...

How to build a framework or library for other developers, the secure way?

We have an idea for an framework or library that will be very helpful for any iOS developer. So we're seriously thinking about switching from app development to framework/library development. But when we want to charge for the library/framework, we must protect the code somehow. How can we build a framework in such a way that the user o...

Library for making Win32 windows?

Hello all! I want to experiment with some D3D programming, but I hate writing code to create and manage Win32 windows. I really don't like the native Win32 API. Is there any libraries or helper classes out there that make it easier to create and manage Win32 window objects? Thanks ...