News

In fact, one of the principles outlined in this RFC is designed to correct this verbosity; namely, that utility functions and the class they are related to should share a module.. For those who have ...
Provide a new C API function that can be called within the module initialization function so it can retrieve the current module name that the importer is working with. In the code that calls the ...
When a VBA solution falls short of your needs, there's probably a Windows API function that can handle the job. Susan Harkins lists 10 handy APIs and explains how you can put them to work.
N-API is in its early stages, having been introduced in May with Node.js 8.The goal is to make N-API a fully supported feature either in Node.js 9, which is due in October, or in Node.js 10, due ...
Sometimes a function is not available in a higher level API (COM or .NET) but only in the underlying C++ API. Not all is lost in such a case. In the following example we'll see how we can access the ...