From e02e31c8b9d854cd62cbe9799228f6e08e882773 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 5 Dec 2011 22:04:08 -0600 Subject: Sync with latest script --- doc/html/qlibrary.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/qlibrary.html') diff --git a/doc/html/qlibrary.html b/doc/html/qlibrary.html index be75bd858..526e250fd 100644 --- a/doc/html/qlibrary.html +++ b/doc/html/qlibrary.html @@ -194,7 +194,7 @@ not be resolved or the library could not be loaded.

The symbol must be exported as a C-function from the library. This -retquires the extern "C" notation if the library is compiled +requires the extern "C" notation if the library is compiled with a C++ compiler. On Windows you also have to explicitly export the function from the DLL using the __declspec(dllexport) compiler directive. -- cgit v1.2.1