Thread
:
[Announce] WolframAlpha app
View Single Post
marmistrz
2012-05-03 , 17:02
Posts: 3,328 | Thanked: 4,476 times | Joined on May 2011 @ Poland
#
47
Hi,
for my personal use I modified the source to use my own api key. I did it so:
Code:
char apikey[20]; std::ifstream apifile("/home/user/.wolframalpha/apikey.txt"); apifile >> apikey;
I've just tested it, after fetching something I got segmentation fault.
Even hardcoding the key (replacing the orig. one) causes the app to crash.
__________________
If you want to support my work, you can donate by
PayPal
or
Flattr
Projects no longer actively developed:
here
Quote & Reply
|
marmistrz
View Public Profile
Send a private message to marmistrz
Visit marmistrz's homepage!
Find all posts by marmistrz