I'm completely new to Visual Studio and I'm having some trouble getting a project started with Visual Studio 2008. I'm experimenting with MAPI, and I'm getting error messages like this when I go to build the project:
"unresolved external symbol _MAPIUninitialize@0 referenced in function _main"
I know I need to link to MAPI32.lib, but ...
We all know about Boost.
What other free C++ libraries are worth using? Why? Are they easily usable with common compilers?
...
I am trying to create a program for my wife to manage her cross stitch floss. I would like to use a library that contains all of the numbers and their associated colors however I have not been able to find a XML file to parse or library to load anywhere, free or paid.
Does any craft enthusiasts know where I could get a XML or library tha...
Like the title says, what is the difference between a "program object file" (.o extension) and a "library file" (.so extension)
...
Hi there
I am writing a library, which is dynamically loaded in my main-application with dlsym.
I have the following files:
library.h
#include <ilibrary.h>
#include <igateway.h>
class LibraryImpl;
class Library: public ILibrary {
public:
static ILibrary* instance();
IGateway* getGateway() const;
protected:
Library();
...
Hi,
Under Windows I have used a program called dependency walker to examine the libraries the application is using. I was wondering how I can achieve this on Linux for a standard binary:
ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.0, stripped
Thanks.
...
Hello
I would like to localize my c# class library
The library will output a .dll file, which I will distribute to .net application bin folders.
I want localization in the class library but I do not want to have to recompile the DLL each time a localization change is required.
So ideally....
have c# class with resx files outside the...
Are there no "high-level" HTTP libraries for native C/C++ in Win32 or am I just looking in the wrong places?
By "high-level" I mean an API that lets me do HTTP web requests/responses in C++ with "about the same" abstraction level as the .NET framework (but note that using C++/CLI is not an option for me).
How to do something like this ...
I am trying to create some charts of data (eg http://www.amibroker.com/). Is there a C++ library that can do this without a lot of extra work? I'm thinking Qt or wxWindows would have something like it, but it wasn't immediately obvious.
Thanks!
...
Hi ,
I have a Library built in Macosx ibopencore-amrnb.a. Can I use it with my Iphone app as library? If yes How ? If not How Do i get the library working with Iphone app?
Thanks,
Sowri
...
I have tried everything from SDL to DevIL, and they have all failed for various reasons.
SDL segfaults for various reasons, and DevIL is having some weird problem where even after i include IL/ilut.h and linking everything, and including the other headers, it is not defining the functions i need to load images into opengl textures (som...
Is there a publically available library that will produce the exact
same results for sin, cos, floor, ceil, exp and log on 32 bit and
64 bit linux, solaris and possibly other platforms?
I am considering the following alternatives:
a) cephes compiled
with gcc -mfpmath=sse and the same optimization levels on each
platform ... but its n...
hi
i m developing a social networking application using php and i want to make a chat application
which supports video chat features like in Gmail ( google provides browser plugin for that )
thanks
...
I was thinking recently about what projects I could start that would be of use to me and this came up. I post on various forums a daily updated journal entry that is the same for each forum. I also keep a log of the journal entries as individual docx files on my hard drive. I figured it would be great if I could create a program that ...
I've been reading about ctype and the usage of dynamic libs.
I'm now able to use libs in
Windows using "windll.kernel32"
Linux using "libc.so.6"
Under Windows I'm able to open other progs using
createProcessA(..long_param_list..)
Now I want to do the same for Linux and Mac OS X but I'm stocked at the point where I have to find out ...
There are many libraries that manage the wiimote but I am looking for the "best" one, or at least that has the following features:
open-source
portable (at least Win32 and Linux)
written and usable in c or c++
good coverage of wiimote devices
I rely on people that already used such library. Google is good source of information but it...
I'm writing a computer graphics application that makes use of several different libraries that provide many of the required features.
For example, in college I wrote quaternion, optimized 3 vector, and optimized 4x4 matrix classes that I like to use since they are efficient and I'm very familiar with them. I also wrote a K-D Tree imple...
Hey Folks,
In a Java program i am writing i make a jni call to a dll and load the library on startup as follows
static
{
System.loadLibrary("LdapAuthenticator2");
}
I then implemented another class that loads the same library and am getting an error saying that the library is already loaded, is there any way to check if the librar...
I have an email account whose sole purpose it is to store interesting and useful links to programming articles, code, and blog posts. It has become a little knowledgebase of sorts. I can even do a search on it, which is pretty cool.
However, after using this account for a couple of years, I now have 775 links, and it has become this b...
Hi,
I have an application that i have built(on linux, written in c++ compiling with g++), that uses shared libs, it works fine when i run it locally, as the shared libs can be found, however when i run it on a cluster where the libs are only installed on the head nodes, i get the error :
./start: error while loading shared libraries:
...