Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Comunicados
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

Shell link / Desktop shortcut

ltabarov
Principiante
955 Visualizações
I could not create Shell link / Desktop shortcut from Visual Fortran. Is it possible?
0 Kudos
5 Respostas
Jugoslav_Dujic
Contribuidor valorado II
955 Visualizações
See XCreateShortcut routine in the attached file. Piece of cake :-$. Usage:
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
Jugoslav_Dujic
Contribuidor valorado II
955 Visualizações
This time it was I who forgot the attachment :->
ltabarov
Principiante
955 Visualizações
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
Jugoslav_Dujic
Contribuidor valorado II
955 Visualizações
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
ltabarov
Principiante
955 Visualizações
Jugoslav:

It works. Thanks again.

Lev
Responder