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

ClassWizard

alcala
Einsteiger
1.136Aufrufe
Hi
I work with Visual Studio NET. I'd like to add a new class to my Fortan project. I know how to do it in C++, but there is no function for adding a class in Fortran.
Can you help me, please?
Actually I'd like to go back to the basic dialog and the best way I know is ClassWizard.
Thank you.
regards
Alcala

Message Edited by alcala on 12-10-2004 07:08 AM

0 Kudos
3 Antworten
Steven_L_Intel1
Mitarbeiter
1.136Aufrufe
Fortran does not have "classes". What exactly would you like to do? You can create a new application or a library.
alcala
Einsteiger
1.136Aufrufe
I just need to use BACK button, which is suppose to move user from a dialog to the main window of application.
For displaying main window (and initializing the application) I use WinMain function.

Message Edited by alcala on 12-10-2004 07:50 AM

Steven_L_Intel1
Mitarbeiter
1.136Aufrufe
There's no wizard for this - you'll have to code the action of a back button yourself.
Antworten