Skip to main content

All Questions

0 votes
1 answer
48 views

Keyboard Input Not Captured

I am trying to write a simple desktop application to capture user input and write it to a text file. I have figured out how to capture the mouse mouse movement and mouse clicks. I am writing this ...
crjunk's user avatar
  • 969
0 votes
0 answers
56 views

Access violation reading location : CryptProtectData

I'm trying to call CryptProtectData from the Data Protection API (DPAPI): DATA_BLOB dataIn; DATA_BLOB dataEncrypted; BYTE *phrase = (BYTE *)plain.c_str(); DWORD length = strlen((char *)phrase) + 1; ...
Gokul's user avatar
  • 1
0 votes
1 answer
76 views

why return nothing when i want to read password( CredentialBlob ) from credential manager in windows with type CRED_TYPE_DOMAIN_PASSWORD

i cant read password( CredentialBlob ) from credential manager with type CRED_TYPE_DOMAIN_PASSWORD in windows , i can show user name but return nothing for show password( CredentialBlob ) and size ...
Faramarz Jafari's user avatar
1 vote
0 answers
47 views

Include paths not working when building with devenv

I have a project created in Visual Studio The Project has some header files included from another directory To make it work in different machines I have an environment variable set to point the ...
PrabanjanRaja's user avatar
1 vote
0 answers
450 views

How to compile a GNU Radio application with Microsoft Visual Studio on Windows

Hello i'm trying to make a GNU Radio application using GNU Radio API. My Setup : Windows 10, Microsoft Visual Studio 2013, GNU Radio 3.8.1 I installed GNU Radio 3.8.1 from binaries on windows 10. As ...
François P's user avatar
0 votes
1 answer
838 views

How can I overcome the issue of output console disappearing after taking input or compiling in Visual Studio-2013 for C++?

I am new to C++ coding and in Visual studio environment. My simple code to find a sqrt of a number is being compiled and even run but the console disappears after taking number as input and I am left ...
Navi Joshi's user avatar
0 votes
0 answers
2k views

What could be reason of getting SSL connect error while posting json request to https url from Windows PC?

I am using libcurl.dll version 7.72.0.0 in Visual Studio for a C++ application. When I am posting a JSON request to an HTTPS url on one Windows 7 PC with Service Pack 1, the request is posted ...
user12154135's user avatar
0 votes
1 answer
32 views

jpeg burned into code editor in Visual Studio 2013

I hope that somebody can help me out, otherwise I'm getting crazy soon. A few hours ago I had a jpeg-file opened via windows photo viewer. after minimizing windows photo viewer to go back to my IDE (...
Davis Jahn's user avatar
4 votes
3 answers
2k views

Build Apache APR 1.7 with Visual Studio (2017), IF_NAMESIZE undefined

Trying to build apr 1.7 on Windows with Visual Studio, tried 2017 and 2013. When building the project (Debug|x86) or compiling e.g. dso.c if get the following error message: 1>dso.c 1>c:\dev\...
Andre's user avatar
  • 147
0 votes
0 answers
76 views

WriteFile on Com port indicates Tx complete, but no data transmitted

I am using VS 2013 Professional in an MFC project I have been using my software to receive data from the com port for some time, but recently needed to add transmission capability The Init code is: ...
David Pawlak's user avatar
2 votes
2 answers
961 views

Visual Studio Rebuilds unmodified projects sometimes after a PC reboot

I've a Visual Studio 2013 solution with about 50 C# projects. Normally if I select build (F6) it just builds the projects which have changed. But sometimes after a I shut down and restart my PC it ...
Wollmich's user avatar
  • 1,606
0 votes
0 answers
34 views

Very Low Performance for same binaries built using VS2017 (Platform Toolkit v141) as compared to VS2013(Platform Toolkit v120)

I am working on a project/product (C++) that was recently migrated to VS2017. After the migration, overall product performance dropped down to around 40%. The product uses various REST API calls, ...
Vaishakh Krishnan's user avatar
-1 votes
1 answer
2k views

How pass parameters to ZwCreateThreadEx routine?

This code below working fine to create separated threads without pass any parameter of data types. Now i want know how i can pass parameters to method that executes when ZwCreateThreadEx is called? ...
user avatar
5 votes
1 answer
4k views

Visual Studio Express "for Windows" vs "for Windows Desktop"

I was reinstalling an old version of MSVC++ to try some things, and I saw two different versions: What's the difference between: Visual Studio Express 2013 for Windows Desktop with Update 5 and ...
Basj's user avatar
  • 44.9k
0 votes
1 answer
206 views

Executable automatically deleted upon exit

I'm using visual studio community 2013 on Windows 10 home for development of a c# AI application. The application works fine if it runs from the development folder, however, because I want to be able ...
Max's user avatar
  • 33

15 30 50 per page
1
2 3 4 5
22