by admin
Welcome to this board!
|
|
Jan 14, 2008 at 1:12pm
[no replies]
|
by SimpleCoder
MSVC Solution and C1011 Error
|
|
Mar 28, 2025 at 4:47am
[3 replies] Last: did you try using #include instead? I know you may not want to, but m... (by jonnin)
|
by ElusiveTau
Formatted Console Log with Datetime
|
|
Mar 12, 2025 at 3:59pm
[7 replies] Last: If the OP could move to C++20 rather than sticking with using C++11 th... (by seeplus)
|
by ElusiveTau
Opening Multiple Console Windows One For Each Thread
|
|
Feb 6, 2025 at 10:22pm
[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?
|
|
Nov 9, 2024 at 12:16am
[7 replies] Last: You can call AllocConsole() to get a console in a Windows (GUI) appl... (by kigar64551)
|
My Shockwave Flash Projector |
|
Oct 15, 2024 at 7:17pm
[no replies]
|
by LsDefect
WinForms Resources, Moved Files
|
|
Oct 7, 2024 at 3:14pm
[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
|
|
Sep 27, 2024 at 1:03am
[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
|
|
Sep 8, 2024 at 4:18pm
[1 reply] : UPDATE: Ive tried an older Build and OpenCV-MinGW-Build-OpenCV-4.1.1-x... (by LukeProducts)
|
by LukeProducts
image compression ffmpeg
|
|
Sep 6, 2024 at 3:10am
[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?
|
|
Sep 4, 2024 at 11:58am
[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++
|
|
Aug 24, 2024 at 4:38pm
[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?
|
|
Jul 15, 2024 at 4:09am
[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?
|
|
Jul 13, 2024 at 9:26pm
[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
|
|
Jun 10, 2024 at 8:20pm
[15 replies] Last: Since I have updated .json in v.s. code #include <sal.h> is not nece... (by TrouthieCPP)
|
by bydrachen
Assigning CMYK values into a pixel
|
|
May 18, 2024 at 11:33pm
[2 replies] Last: I think implementing the conversion between the RGB and CMYK color mo... (by bydrachen)
|
by vickoza
How does CFile::Openassigns to pErros->m_cause the value CFileException::none?
|
|
May 18, 2024 at 3:58am
[no replies]
|
by JUANDENT
How to use a library of C++ 20 modules from another solution file?
|
|
May 2, 2024 at 12:58am
[3 replies] Last: that may work, but no, I mean pure windows folder management. You sho... (by jonnin)
|
by ElusiveTau
How to set up runtime environment for developing and testing Windows apps?
|
|
Apr 23, 2024 at 5:24pm
[2 replies] Last: I also recommend using a Virtual Machine (VM), e.g. via Oracle Virtual... (by kigar64551)
|
by JUANDENT
where can I find a list of locale names to use with std::locale in the Windows 11 operating system?
|
|
Apr 10, 2024 at 4:48am
[6 replies] Last: If you are printing to the console/terminal on Windows, then that is e... (by Duthomhas)
|