Archives
D Programming
DD.gnu digitalmars.D digitalmars.D.bugs digitalmars.D.dtl digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript |
c++ - File with extension ".LNK" !!!; is this new to 8.39 beta?
I hadn't seen this before. I went into the output folder to delete everything in a last ditch attempt to stop the linker crashing, and I see a symbolic link there, with the name of my program. But I know I never created a symbolic link, so the compiler, or the IDDE must have created it. Then I checked its properties to see what it linked to, and it linked to nothing. As far as Windows is concerned, a file with ".lnk" extension that does not link to something else is a corrupt file. Would it be possible to use some extension that isn't reserved? E.g.: ".olk" for Optilink, or ".dml" for DM Linker... Cheers! Jan 29 2004
Not sure if this will help you but did you know that a .lnk file is a Windows shortcut? Phil dan wrote:I hadn't seen this before. I went into the output folder to delete everything in a last ditch attempt to stop the linker crashing, and I see a symbolic link there, with the name of my program. But I know I never created a symbolic link, so the compiler, or the IDDE must have created it. Then I checked its properties to see what it linked to, and it linked to nothing. As far as Windows is concerned, a file with ".lnk" extension that does not link to something else is a corrupt file. Would it be possible to use some extension that isn't reserved? E.g.: ".olk" for Optilink, or ".dml" for DM Linker... Cheers! Jan 29 2004
In article <bvbj96$2i2j$1 digitaldaemon.com>, Phil Thompson says...Not sure if this will help you but did you know that a .lnk file is a Windows shortcut? Jan 29 2004
"dan" <dan_member pathlink.com> wrote in message news:bvb7fi$1umc$1 digitaldaemon.com...I hadn't seen this before. I went into the output folder to delete Jan 29 2004
In article <bvbkug$2klq$2 digitaldaemon.com>, Walter says....lnk files are used to pass a command to the linker, as in: link foo.lnk It has nothing to do with symbolic links, and has been that way since before win98 ever existed. Jan 29 2004
|