Parallel Computing in C and Native Code announcement
-
Link
If you are a newbie to C++ AMP please start here:
http://blogs.msdn.com/b/nativeconcurrency/archive/2012/08/30/learn-c-amp.aspx
Found 1073 threads
-
1 VotesHow to detect client connection requests using the listen() socket call?
How to detect client connection requests using the listen() socket call? I am writing socket code for a minimal chat server, and the calls are successful up to ...Answered | 1 Replies | 569 Views | Created by mloutris - Monday, September 21, 2020 2:47 PM | Last reply by Viorel_ - Monday, September 21, 2020 6:26 PM -
1 VotesWIN32 API - Center Window
Hi. I've been trying to use the WIN32 API to Center the Active Window. I'm using Visual Basic and http://www.pivoke.net to get the WIN32 calls. I've been reading an article ...Unanswered | 3 Replies | 599 Views | Created by vbNeil - Monday, September 21, 2020 12:53 PM | Last reply by Viorel_ - Monday, September 21, 2020 4:07 PM -
1 VotesHow to access gsdll32.dll in C++ or C++/CLI project
I have written a program that creates chess diagrams using post script. I want to convert the resulting *.eps file to an equivalent *.jpg file using ghost script. I have succeeded in doing ...Answered | 2 Replies | 805 Views | Created by Dick Swager - Friday, September 18, 2020 3:38 PM | Last reply by Dick Swager - Friday, September 18, 2020 9:59 PM -
1 Votesmpi.h not found
set MSMPI MSMPI_BENCHMARKS=C:\Program Files\Microsoft MPI\Benchmarks\ MSMPI_BIN=C:\Program Files\Microsoft MPI\Bin\ MSMPI_INC=C:\Program Files ...Answered | 2 Replies | 2739 Views | Created by Chris Szalwinski - Friday, September 18, 2020 12:14 AM | Last reply by Chris Szalwinski - Friday, September 18, 2020 11:49 AM -
0 Voteshow to write a nmake makefile(not gnu make) for vc project to implement loop through a folder and co mpile the cpp files in this folder
Hi, everyone! I need to write a makefile for a c++ visual-studio project running on windows.the standard way is like ... -
0 VotesCall global C array/variable from assembly
Hi, Visual Studio 2019 , X64 Code please help to find the right syntax. In the .C ...Unanswered | 2 Replies | 605 Views | Created by KK_MASM - Tuesday, September 15, 2020 5:51 PM | Last reply by Viorel_ - Tuesday, September 15, 2020 7:19 PM -
0 Votesvisual studio 2019 , Platform Toolset, windowApplicationForDrivers10.0 (not installed)
General -> Platform Toolset show windowApplicationForDrivers10.0 (not installed). Where can i get windowApplicationForDrivers10.0 ...Unanswered | 1 Replies | 638 Views | Created by gsegria - Tuesday, September 15, 2020 6:31 AM | Last reply by Viorel_ - Tuesday, September 15, 2020 7:40 AM -
0 VotesC++ implementation of Serial port enumeration based on vid and pid
Please help me in c++ implementation serial port based on thee vid and pid to communicate.I do implemented in c# but c++ some issues with headers Regex _rx = new Regex(pattern, ... -
0 VotesTrying to avoid flicker with half success using WS_EX_COMPOSITED. Experiencing same issue of flickering edit control when mouse move over it.
I need help on this maybe old and long issue of flicker in C Win32 Native programming. Can somebody here help me with it. I've done some googling about it but didn't found perfect answer for my ... -
0 VotesRetargeting project have no effect. When will Microsoft fix this issue?
Hallo, it is not the first Time I faced an annoying problem. I am trying to build reTurn Library and its dependencies and I got MSB8036 Error. I tried to retarget ... -
1 Votesgetline (fstream)
it seems visual c++ has an identity crisis with this function, even though is one of the most basic things related to file reading, and file reading is one of the most basic and common things in any ...Unanswered | 5 Replies | 1131 Views | Created by VooDoo Chicken - Tuesday, September 8, 2020 8:03 PM | Last reply by Andrew B. Painter - Tuesday, September 8, 2020 8:57 PM -
0 VotesProblem opening existing projects after upgrading from VS 2010 to 2015
All my projects appear with the red negative icon. The project still builds OK. The .sln files were generated by Dialog Blocks. I cannot seem to import these files properly into the solution so that I ...Unanswered | 1 Replies | 592 Views | Created by VA7IS - Tuesday, September 8, 2020 3:29 PM | Last reply by VA7IS - Tuesday, September 8, 2020 4:22 PM -
0 VotesIPv6 UDP socket connection
I wrote something like this: SOCKET g_Socket = socket(AF_INET6, SOCK_DGRAM, IPPROTO_UDP); // IPPROTO_HOPOPTS if (g_Socket ... -
0 Votescrash in mshtml!CBase::SubRelease
kc # Call Site 00 mshtml!CBase::SubRelease 01 mshtml!OnSettingsChangeAllDocs 02 ... -
0 VotesActivate MDI window
I have an MDI app, which start as hidden, and an icon is shown in system tray. After a time (few seconds), from that system tray icon is show up a notification balloon. And when I click on this ...Answered | 1 Replies | 649 Views | Created by flaviu_ - Wednesday, September 2, 2020 10:10 AM | Last reply by Viorel_ - Wednesday, September 2, 2020 6:28 PM -
0 VotesC++ AMP on ARM64 devices NOT WORKING (DirectCompute does)!!
While I was compiling my UWP App (which uses C++ AMP) to ARM64, I discovered that the C++ AMP code was not working right (or better, NOT working at all) After more testing I decided ...Unanswered | 1 Replies | 1984 Views | Created by ferdo - Monday, February 4, 2019 4:07 PM | Last reply by ferdo - Wednesday, September 2, 2020 2:04 PM -
0 VotesDetermining window coordinates WinApi
Hello, I am trying to determine the boundaries of the coordinates of a window. GetWindovRest function gives coordinates with side shadow. I use the ... -
0 VotesTabView is not working in windows 10
Hi We have designed application to open kpm forms on top of MFC which having the TabView functionality but when we open the multiple forms in server 2016 and windows 10 ...Unanswered | 0 Replies | 574 Views | Created by TabView is not working in windows 10 - Tuesday, September 1, 2020 7:03 PM -
0 Votescrash issue with error - The activation context being deactivated is not the most recently activated one.
Hi , MMC.exe application in my APP , there is crash when one of specific operation is performed could the way application is invoking ... -
0 VotesCannot Load symbols, cannot debug, my DLL is not loaded into modules when attaching the debugger.
Currently running Visual studio 2019 I have a DLL that I have been able to debug for a week now, by attaching VS to the process. However a day ... - Items 1 to 20 of 1073 Next ›
Parallel Computing in C and Native Code announcement
-
Link
If you are a newbie to C++ AMP please start here:
http://blogs.msdn.com/b/nativeconcurrency/archive/2012/08/30/learn-c-amp.aspx
