- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Halo,
I have problem with komunication between VS2005 profesional and intel fortran 9.1 profesional.
I need to create a windows aplication by using intel fortran project.
I chose the windows aplication project and the wizard creats a easi program with the easi dialog.
The problem:
I want to add the next dialog from toolbox.
there isn't any dialog aditor. I have to put reset toolbox from menu.
Then is the dialog editor visible.
But when I wont to pun boton or any other dialog, it is not possible.
I want to ask where is the problem
Thenk
Krecmer
I have problem with komunication between VS2005 profesional and intel fortran 9.1 profesional.
I need to create a windows aplication by using intel fortran project.
I chose the windows aplication project and the wizard creats a easi program with the easi dialog.
The problem:
I want to add the next dialog from toolbox.
there isn't any dialog aditor. I have to put reset toolbox from menu.
Then is the dialog editor visible.
But when I wont to pun boton or any other dialog, it is not possible.
I want to ask where is the problem
Thenk
Krecmer
Link Copied
3 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hard luck. Your problem may be that the resource editor is part of Visual C++ and is not included with Visual Studio Premier Partner Edition. See this link http://software.intel.com/en-us/forums/showpost.php?p=45949. A search on this forum for 'Resource editor' will provide more information but not much helpon this tale of woe. This is one reason I am sticking with Compaq Visual Fortran for any application involving dialogs. If you generate a resource file this way, then it (and its generated resource.fd and resource.h files) can be included in an IVF project, I believe.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you.
But still one problem. After moving botom to dialog. I need to create a subroutine fortran code.
In visual basic is double click to the dialog element.
But still one problem. After moving botom to dialog. I need to create a subroutine fortran code.
In visual basic is double click to the dialog element.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Yes, if I recall correctly,Visual C++ it will generate an OnButtonClick() message handler template for you, but if you are new to Visual Fortran, then you must read the programmer's guide and make yourself familiar with how you initialise a dialog and how to write dialog callback routines to handle the messages from the various dialog controls you use. You have to write your own callback routines, but you can use the samples that come with the compiler as templates and just edit them to suit your needs.
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