- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Source module been migrated from CVF points "unresolved external symbol" for usual CVF commands. Same command not accepted at a specific routine is accepted in other routine.
For example, in source module coded bellow the setvideomode is not accepted
SUBROUTINE closevideo ()
USE DFLIB
INTEGER*2 status2
status2=SETVIDEOMODE($DEFAULTMODE)
END
attached the htm buildlog file regards
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Please do a full rebuild of the project. If that still gets errors, please attach a zip of the buildlog.htm from the Debug or Release folder.
Did you create your project as a QuickWin project?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The project was created as Windowing Application / Empty Project regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You need to create it as a QuickWin application. SETVIDEOMODE is a QuickWin routine.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Recreated as QuickWin
Programm started in text window and stopped
I've made one line insertion and the build came out with error message "error PRJ0019: A tool returned an error code"
There was no sense, the unique change done was a line insertion. I restarted the MVS and the program advanced. Now after another line insertion, the same error occured and after restating MVS the same error continue..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Can you try it in a folder path that doesn't include a ! I'm just guessing as far as that goes.
The error is from the Microsoft Manifest Tool. This is a frequent source of trouble, but usually it works. Unfortunately it is generally unhelpful when it does have a problem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Steve
I've removed the ! in directory name and the problem is persistent. The same error occurs at a second project I've created. I found even with PRJ0019 error the .exe is created after changes in source code and the execution is OK.
One question: .exe is created at debug subdirectory. I don't know how to launch the execution in MVS window. I'm running the programm by double clicking in .exe file
To readapt the CVF projects I have to do some arrangements. Minimum task is to create the project, so to me it is not necessary You convert the dsw/dsp files I've sent. So, You can stop the convertion regards Adauto
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Running the program in VS is exactly the same as it was in CVF. Debug > Start Without Debugging or > Start Debugging. These are also available by CTRL+F5 and F5, respectively./ One difference is that the newer VS doesn't give you a "start without debugging" button by default.
You may find a webinar I did helpful - http://software.intel.com/en-us/learn-to-be-fortran-power-user - it includes instructions on adding the button.
The manifest tool not running is a problem only if you link to the DLL libraries. Sometimes antivirus tools can block this because the tool rewrites an executable.
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page