Go back to Richel Bilderbeek's homepage.
Go back to Richel Bilderbeek's C++ page.
to link is combining all compilation units of a project into a single executable, which is performed by a linker.
Linking takes place after compiling. An error during linking is called a link error.
There are two types of linkage:
Linking against a library in Qt Creator depends on your operating system:
When you want to create a stand-alone application (that is: no DLL's nor LIB's, just one single executable file), you will need to do static linking.
Go back to Richel Bilderbeek's C++ page.
Go back to Richel Bilderbeek's homepage.