Loading...
You are not logged-in Login/Register





  • Posts   Search Threads
  • rrr1989September 12, 2010 8:17 AM PDT   
    Is It possible to use Intel C++ compliler for windows Application project (i.e. GUI Application, consisting Parallellizing concepts)

    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

    Om Sachan (Intel)September 12, 2010 11:18 PM PDT
    Rate
     
    Is It possible to use Intel C++ compliler for windows Application project (i.e. GUI Application, consisting Parallellizing concepts)

    You should be able to compile application that use MFC. Intel C++ compiler is striving to compile application that you can compiler with Microsoft compiler.

    It would help if you can share a test case.


    rrr1989September 13, 2010 5:38 AM PDT
    Rate
     
    Is It possible to use Intel C++ compliler for windows Application project (i.e. GUI Application, consisting Parallellizing concepts)

    Is it possible to use Intel C++ Compiler for Windows Application (i.e. tat use CLR)...  ???

    Jennifer Jiang (Intel)September 13, 2010 8:39 AM PDT
    Rate
     
    Is It possible to use Intel C++ compliler for windows Application project (i.e. GUI Application, consisting Parallellizing concepts)

    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

    Download Intel(R) Compiler Product Updates: Registration Center.
    Try Intel(R) Compiler Products: Intel Software Evaluation Center

    rrr1989September 14, 2010 5:05 AM PDT
    Rate
     
    Is It possible to use Intel C++ compliler for windows Application project (i.e. GUI Application, consisting Parallellizing concepts)

    Can you explain me in few steps (atleast an overview) as to how to do as you said above... Because i am a newbie...


    Om Sachan (Intel)September 14, 2010 8:52 PM PDT
    Rate
     
    Is It possible to use Intel C++ compliler for windows Application project (i.e. GUI Application, consisting Parallellizing concepts)

    CLR is not supported by Intel C++ compiler.

    TimP (Intel)September 15, 2010 6:39 AM PDT
    Rate
     
    Is It possible to use Intel C++ compliler for windows Application project (i.e. GUI Application, consisting Parallellizing concepts)

    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.

Forum jump:  

Intel Software Network Forums Statistics

17,025 users have contributed to 48,319 threads and 172,758 posts to date.

In the past 24 hours, we have 11 new thread(s) 54 new posts(s), and 47 new user(s).

In the past 3 days, the most popular thread for everyone has been Optimalization of sine function\'s taylor expansion The most posts were made to Most likely, the issue is that The post with the most views is Optimalization of sine function\'s taylor expansion

Please welcome our newest member redfruit83


For more complete information about compiler optimizations, see our Optimization Notice.