Help Center›FreeBASIC
Modularizing
12 entries across 1 topic.
Topics
All entries
Procedures 12
CommonVariable declaration and scope modifierDyLibFreeUnloads a dynamic link library from memoryDyLibLoadLoads to a Dynamic Link Library (DLL) into memory at runtimeDyLibSymbolReturns the address of a function or variable in a dllExportDefinition specifier to indicate that a procedure in a DLL should be visible from other programsExternDeclares a variable, array or object having external linkageExtern...End ExternStatement block to allow calling of functions compiled for specific languages or platforms.ImportExternal linkage attribute for public data located in DLL'sNamespaceDeclares a namespace block.PrivateSpecifies a procedure having internal linkagePublicSpecifies a procedure having external linkage.UsingBrings namespace symbols into the current scope