Tagged Questions
The nsapi tag has no wiki summary.
2
votes
0answers
45 views
Chrome is crashed while installing a plugin
Chrome Version 13, OS - Windows 7 64 bit
I am using a plugin which works as a agent for some other plugin. When agent is installing the second plugin, agent is crashed. I noticed that while ...
1
vote
2answers
397 views
Npapi set timer function
I'm still running Firefox 2.0.0. For backward compatibility reasons
I'd like to know weather there is a easy way to replace the
NPN_PluginThreadAsyncCall, NPN_ScheduleTimer
mechanism that the newer ...
1
vote
1answer
138 views
Suggestions for writing an nsapi plugin that calls sybase, that has to be threadsafe
I'm having a hell of a time trying to find sybase documentation that says if the 12.5 client is thread safe. I need to make sybase threadsafe calls because I'm writing an nsapi plugin which lives in a ...
0
votes
1answer
57 views
Is memory allocated in nsapi initalization function permanent?
nsapi supplies a MALLOC macro that gets memory from a pool that will be freed for you when the request ends, but it doesn't say what happens if you call this malloc function in an initialization ...