Forum: C++ Jul 30th, 2007 |
| Replies: 3 Views: 827 Problem solved, thanks anyway. |
Forum: C++ Jul 29th, 2007 |
| Replies: 3 Views: 827 hi,
i'm trying to create a shared object. the files i want to put in the shared object use a properties file to read some of the data. is there a way to include the properties file in the so file?... |
Forum: C++ Jul 16th, 2007 |
| Replies: 2 Views: 1,349 Thanks for your answear.
yes, i'm using gcc g++, but i'm actually using it as a plugin for eclipse, so i compile my files with eclipse.
i tried importing the dll to my project, but like i said i... |
Forum: C++ Jul 16th, 2007 |
| Replies: 2 Views: 1,349 Hi,
i'm trying to use cygcurl-2.dll, i downloaded a simple example from curl site bur i'm not able to compile it properly. the example is this:
#include <stdio.h>
#include <curl/curl.h>
... |