visual-c++ tag

6 questions


1 answers
263 views
0
Qt6 and Visual C++ 2022 Questions about handling sjis files

I am trying to port a project to Qt6 that has been successfully compiled and executed in Qt5 and Visual C++ 2022 environments, but I get some compilation errors in the Japanese string.Based on the mes...

1 years ago

1 answers
373 views
0
US>" error: Unable to open LNK1104 file 'LIBC.lib'."How do I deal with this?

I am using Visual Studio Pro 2013 update 5.After converting and compiling an old project (VC6) created, the following error appears: error: Cannot open LNK1104 file 'LIBC.lib'.When I searched this sit...

2 years ago

2 answers
111 views
0
dll is recognized on PCs in development environment but not on other PCs

Created dll from x86 Native Tools Command Prompt for VS 2017 in visual c++ 2017.In the development environment, the dll worked correctly, but when I copied the dll to another pc, it was not recognized...

2 years ago

2 answers
108 views
0
File open compilation error

When opening the c++ file, an error occurred in the line number below.There were 12 errors, but I couldn't solve them.I would appreciate it if you could give me your knowledge./****************//* Mai...

2 years ago

1 answers
93 views
0
VC++/MFC memory DC may terminate incorrectly when discarded

in VC++/MFC under dialog-based application environmentMemory DCs are deployed for faster graph drawing.This dialog allows you to resize in the resize box.# Maybe I'm thinking wrong, but...In the WM_SI...

2 years ago

1 answers
149 views
0
Error when building Windows driver (Msbuild) from Jenkins to ssh

It's my first time asking a question, so I'm sorry if there's something wrong with the manners.The questions are as per the title and are detailed below.I would appreciate it if you could let me know ...


© 2024 OneMinuteCode. All rights reserved.