Has anybody used MongoDb with Pelles C? I have tried to use the drivers but keep getting errors. mongodb.org
Quote from: crr_gm on December 21, 2012, 08:05:18 PM
Has anybody used MongoDb with Pelles C? I have tried to use the drivers but keep getting errors. mongodb.org
Well, no I haven't used MongoDB with Pelle's C so far, but in general, it would be helpful if you elaborate a bit more about
- what "drivers" you are trying to use and
- what kind of errors you are getting...
Ralf
Quote from: crr_gm on December 21, 2012, 08:05:18 PM
Has anybody used MongoDb with Pelles C? I have tried to use the drivers but keep getting errors. mongodb.org
Not until now.
If you get
QuoteFAIL: Could not connect to mongod. Make sure it's listening at 127.0.0.1:27017.
then least example.c is missing call to mongo_env_sock_init();
Quote from: timovjl on December 22, 2012, 01:01:47 PM
If you get QuoteFAIL: Could not connect to mongod. Make sure it's listening at 127.0.0.1:27017.
then least example.c is missing call to mongo_env_sock_init();
I got this failure, but the above call is included in your example.
Is mongod.exe running ?
Is database created ?
Sorry! I got it.