by admin Welcome to this board! |
|
[no replies] |
by LsDefect Building C++/CLI Project with CMake |
|
[no replies] |
by Cyclone Converting Hex into dec using numeric up down control |
|
[3 replies] Last: Binary Coded Decimal (BCD) is not decimal. It's stored in it's own for... (by seeplus) |
by Laurent7601 destructors are not called in the right order (1,2) |
|
[20 replies] Last: In other words, each component ended up storing its own copy of the de... (by Peter87) |
by Laurent7601 compile error when building shared libs |
|
[2 replies] Last: C and C++ use different name mangling. (by kigar64551) |
by Gorlash mingw gdiplus rendering scales wrong |
|
[1 reply] : Okay, I finally figured out how to disable "automatic scaling", once I... (by Gorlash) |
by ElusiveTau Formatted Console Log with Datetime |
|
[8 replies] Last: Just started reading bits an pieces of "C++ Coding standards" by Sutte... (by ElusiveTau) |
by SimpleCoder MSVC Solution and C1011 Error |
|
[3 replies] Last: did you try using #include instead? I know you may not want to, but m... (by jonnin) |
by ElusiveTau Opening Multiple Console Windows One For Each Thread |
|
[7 replies] Last: Not sure if it was only my system but MSVC compiler emitted compiler ... (by kigar64551) |
by ElusiveTau How to create bare-minimum Windows Application with Console Access? |
|
[7 replies] Last: You can call AllocConsole() to get a console in a Windows (GUI) appl... (by kigar64551) |
My Shockwave Flash Projector |
|
[no replies] |
by LsDefect WinForms Resources, Moved Files |
|
[8 replies] Last: If you use source control Not everyone uses that, I know for most of... (by deleted account xyzzy) |
by JUANDENT printing C++ source file in VS2022 throws garbage |
|
[4 replies] Last: any chance one or all of your code snippet settings use the "Cascadia"... (by jonnin) |
by LukeProducts Procedure Entry Point Not Found |
|
[1 reply] : UPDATE: Ive tried an older Build and OpenCV-MinGW-Build-OpenCV-4.1.1-x... (by LukeProducts) |
by LukeProducts image compression ffmpeg |
|
[1 reply] : Read the manual page and understand how the functions are supposed to ... (by salem c) |
by LukeProducts How to properly link ffmpeg library to clion? |
|
[2 replies] Last: Thank you so much. I realized i mixed up .dll with .lib in the executi... (by LukeProducts) |
by LsDefect Compiles with Visual Studio, but not g++ |
|
[5 replies] Last: The import libraries for the WinAPI are different for each compiler, a... (by deleted account xyzzy) |
by JUANDENT Are internal partition files supported in VC++ 2022? |
|
[1 reply] : Yes, VS 2022 does support internal partition files, the file's compila... (by deleted account xyzzy) |
by JohnOfC How do i get and set the theme colors? |
|
[1 reply] : The WinAPI has a header file for getting and setting theme related inf... (by deleted account xyzzy) |
by TrouthieCPP type const char * not compatible with LPCWSTR |
|
[15 replies] Last: Since I have updated .json in v.s. code #include <sal.h> is not nece... (by TrouthieCPP) |