Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
29375 Discussions

Getting started with Intel Visual Fortran Composer XE 2011

davidgraham
Beginner
1,367 Views
Is there a "Getting Started with Intel Visual Fortran Composer XE 2011" ?

Is there a tutorial on how to make a "Hello World" project ?

In the Help there is a section on creating a new project but I can't see anything on creating a form/dialog box.

Thanks,
David
0 Kudos
5 Replies
psantos
Beginner
1,367 Views
Hello David,

To start using Composer XE you have the "Getting started tutorials". You can browse these tutorials in the documentation folder or the Geting Started folder in the windows start menu.
To create a simple "Hello World" project, in Visual Studio: File>New>Project>Intel Visual Fortran>Console Application and "select main program code". The main program is a "Hello World".

Pedro
0 Kudos
davidgraham
Beginner
1,367 Views
Thanks, I was looking for a project with a dialog. There is a sample WinApp program which I have opened but I can't see where you view the form - I'm sure it's obvious but I can't see it.

In the Start - All Programs - Intell Parallel Sudio XE 2011 - Getting Started Tutorials - Visual Fortran Compiler XE 2011 Tutorial, there are tutorials on Auto Vectorisation, Auto Parallelization & Coarray Fortran - not what I would classify as "Getting Started"
0 Kudos
Les_Neilson
Valued Contributor II
1,367 Views
I don't think there is one. It requires knowledge of the Windows API calls
You could take a look at Jugoslav's Xeffort project.

http://www.xeffort.com/xeffort/home.htm.


Les
0 Kudos
Steven_L_Intel1
Employee
1,367 Views
There are several dialog samples that use the IFDLG module rather than Win32 calls. These are contained in Samples\en_US\Fortran\Dialog.zip
0 Kudos
davidgraham
Beginner
1,367 Views
Thanks, I will have a look at these.
0 Kudos
Reply