Jan 10, 2017 From your posting I was assuming that MFC libraries would speed up development, certainly of the GUI side of things I am using the Visual Studio 15 Community version and there appears to be many things missing out of it that the online MS tutorials refer to, e.g. 'C Windows Forms' which does not help a rusty like me while trying to follow along! Post by Roberto Ricardi I found the comctl32.lib in the SDK package, I made a empty proyect with the sample code and put in proyect linker options.
Errors related to comctl32.dll can arise for a few different different reasons. For instance, a faulty application, comctl32.dll has been deleted or misplaced, corrupted by malicious software present on your PC or a damaged Windows registry.
The most commonly occurring error messages are:
- The program can't start because comctl32.dll is missing from your computer. Try reinstalling the program to fix this problem.
- There was a problem starting comctl32.dll. The specified module could not be found.
- Error loading comctl32.dll. The specified module could not be found.
- The code execution cannot proceed because comctl32.dll was not found. Reinstalling the program may fix this problem.
- comctl32.dll is either not designed to run on Windows or it contains an error. Try installing the program again using the original installation media or contact your system administrator or the software vender for support.
In the vast majority of cases, the solution is to properly reinstall comctl32.dll on your PC, to the Windows system folder. Alternatively, some programs, notably PC games, require that the DLL file is placed in the game/application installation folder.
Dev C++ Online
For detailed installation instructions, see our FAQ.
Hey everyone, I'm having this problem with the aforementioned API.
Here is the code to initialize the common controls i want to use..(commctrl.h is already included in my program)
However, when I try to build , it gives me this error:
1>tkud.obj : error LNK2019: unresolved external symbol __imp__InitCommonControls@0 referenced in function _WinMain@16
1>C:UserskudayisiDocumentsVisual Studio 2008ProjectscomctrlDebugcomctrl.exe : fatal error LNK1120: 1 unresolved externals
I'm using Visual C++ 2008 Express Edition.
Dev C++ Download Windows 10
Any positive help on this matter would be highly appreciated.
Dev C++ 5.11
- 4 Contributors
- forum 6 Replies
- 1,523 Views
- 1 Day Discussion Span
- commentLatest Postby tkudLatest Post