- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have tried Parallel studio by working under a project of type win32 Console Application... (dot net 2008, Visual c++)
So Is it possible to create and compile successfully a project of type Windows Application(which can include parallelizing concept)..?
so that i can create GUI form (not win32 console application).. which can execute some code parallely???
(I am asking this question Because i tried it but i got some errors while compiling so only i am not sure whether it works for GUI or not)
Thanks in advance..
With regards,
~ RRR
So Is it possible to create and compile successfully a project of type Windows Application(which can include parallelizing concept)..?
so that i can create GUI form (not win32 console application).. which can execute some code parallely???
(I am asking this question Because i tried it but i got some errors while compiling so only i am not sure whether it works for GUI or not)
Thanks in advance..
With regards,
~ RRR
1 Solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
No, you can not use Intel C++ with a CLR project.
You can create the GUI project with CLR, but create a DLL project in C++ (no attributes) to use Intel C++.
Jennifer
You can create the GUI project with CLR, but create a DLL project in C++ (no attributes) to use Intel C++.
Jennifer
Link Copied
6 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You should be able to compile application that use MFC. Intel C++ compileris strivingto compile application that you can compiler with Microsoft compiler.
It would help if you can share a test case.
It would help if you can share a test case.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Is it possible to use Intel C++ Compiler for Windows Application (i.e. tat use CLR)... ???
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
No, you can not use Intel C++ with a CLR project.
You can create the GUI project with CLR, but create a DLL project in C++ (no attributes) to use Intel C++.
Jennifer
You can create the GUI project with CLR, but create a DLL project in C++ (no attributes) to use Intel C++.
Jennifer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Can you explain me in few steps (atleast an overview) as to how to do as you said above... Because i am a newbie...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
CLR is not supported by Intel C++ compiler.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Microsoft provides documentation on how to run C++ unmanaged code (such as ICL generates) from a CLR application. ICL documentation tells you how to make a .dll for such purposes.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page