CUDA AND MFC ? can i ? using MFC to show data result ?

:">

after the CUDA dune is job i wont to show the result in Graphics can i ? External Image External Image External Image

yes

SABABA how ?

i know that i can use a PCintegration template

do you have same example open windows ?

10X :wacko: :wacko: :wacko:

MFC is completely unrelated to CUDA. Only you know how to display your results in MFC, I can’t help you there. For the CUDA side of things, you just need to cudaMempy results back to the host where they can be used by your MFC code for display.

If you want/need graphics interoperability with OpenGL/DirectX, see the numerous threads on this topic and the samples in the SDK. Integrating OpenGL/DirectX into an MFC window is another non-CUDA topic and you may have better luck in another forum.