Re: How do I use an windows API functions from a dll. Such as foo.dll


Posted by Jean Claude Servaye on June 28, 2000 at 19:19:14:

In Reply to: How do I use an windows API functions from a dll. Such as foo.dll posted by Gabriel Velasquez on May 19, 2000 at 01:53:34:

The simplest way to import a procedure or
function is to declare it using the external
directive. For example,

procedure getsometext(...); external 'FOO.DLL';




Related Articles and Replies: