- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I could not create Shell link / Desktop shortcut from Visual Fortran. Is it possible?
Link Copied
5 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
See XCreateShortcut routine in the attached file. Piece of cake :-$. Usage:
You can omit arguments 3-6 if you like (comment, arguments, and icon).
Jugoslav
iSt = XCreateShortcut("D:UsersDujadmsappBinDMD.exe", "D:UsersDujaDMD.lnk", "Test", & "/splash=no", "D:UsersDujadmsappBinDMD.exe", 1)
You can omit arguments 3-6 if you like (comment, arguments, and icon).
Jugoslav
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
This time it was I who forgot the attachment :->
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Jugoslav:
Good to hear from you again. Thanks for sending the file. So far, I cannot succeed. Attached, is the compilation diagnostics. I am missing several library modules. I could not find them in the INCLUDE directory. See attached file.
Best regards,
Lev
Good to hear from you again. Thanks for sending the file. So far, I cannot succeed. Attached, is the compilation diagnostics. I am missing several library modules. I could not find them in the INCLUDE directory. See attached file.
Best regards,
Lev
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Ah, sorry, I forgot about that dependency. Attached. Reference to XFTAPITY on line 719 can be safely deleted (a remnant from a previous version).
Jugoslav
Jugoslav
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Jugoslav:
It works. Thanks again.
Lev
It works. Thanks again.
Lev

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