Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / linker

Linker

linker

Great Reads

by Zehaie M. Hailu
What is missing in articles on the Internet about Autotools is the cue of how they all fit together in a simple and concise manner. You will have less of a hard time following the story if, like Jerry, you have some knowledge about Makefiles and compiler, linker, and preprocessor options.
by hairy_hats
When linking a mixture of mixed-mode and unmanaged DLLs to an unmanaged C++ executable, the link order can affect how the program runs.
by Member 13737597
This article show the structure of import library file (.lib) used along with header to link against DLL

Latest Articles

by Zehaie M. Hailu
What is missing in articles on the Internet about Autotools is the cue of how they all fit together in a simple and concise manner. You will have less of a hard time following the story if, like Jerry, you have some knowledge about Makefiles and compiler, linker, and preprocessor options.
by hairy_hats
When linking a mixture of mixed-mode and unmanaged DLLs to an unmanaged C++ executable, the link order can affect how the program runs.
by Member 13737597
This article show the structure of import library file (.lib) used along with header to link against DLL

All Articles

Sort by Score

linker 

by Member 13737597
This article show the structure of import library file (.lib) used along with header to link against DLL