Search Clarion Magazine
Use this page to search the Clarion Magazine article base.
Be sure to read the search tips!
Search Tips
- You can use boolean operators such as AND, NOT, and OR, but be sure to use all upper case for these operators. If you use lower case the search engine treats these words as normal text. You can also put a + character before any words which must be in the search result, and a - in front of any words you don't want in the result.
- Search for phrases by enclosing them in double quotes, i.e. "update form"
- To search in the title, prefix the search term with title: - i.e. to search for all articles with the word Browse in the title, enter title:Browse
- Similarly, to search for an author prefix the search with author: - i.e. to search for all articles by Jim Kane, enter author:Kane
- You can combine the various search options. Here's a search term that looks for the phrase "class wrapper" but only in documents that don't have "news" in the title: "class wrapper" -title:news
Search ClarionMag
From the archives
Loading DLLs At Runtime - Part 1
5/16/2001 12:00:00 AM
Do you want to sell your software with optional modules that are automatically recognized when installed? Do you ever need to call a procedure that may not exist on your end user's system? Will your program even load if you use one of those functions? In this three part series Larry Sand exlains how to load DLLs at runtime.
