[mtfslinkext-changes] [ ntfslinkext-Feature Requests-1667086 ] Windows 2003 64bits Shell extensions
Brought to you by:
miracle2k
|
From: SourceForge.net <no...@so...> - 2007-10-12 07:40:00
|
Feature Requests item #1667086, was opened at 2007-02-23 14:27 Message generated for change (Comment added) made by eyebex You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=821639&aid=1667086&group_id=161885 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Priority: 5 Private: No Submitted By: Victor (leonset) Assigned to: Nobody/Anonymous (nobody) Summary: Windows 2003 64bits Shell extensions Initial Comment: Hello! I have just installed NTFS Link v2.1 in Windows 2003 64bit and the shell extensions doesn't seem to work. I have taken a look at the registry entries and the shell extensions seem to be there, but they don't show up. Has anyone tried this software in Win2K3-64? Thanks ---------------------------------------------------------------------- >Comment By: Sebastian Schuberth (eyebex) Date: 2007-10-12 09:40 Message: Logged In: YES user_id=787298 Originator: NO As I mentioned in my first comment, there already is a C++/ATL/WTL extension available for 64-bit UNicode platforms here: http://itb0002a.itb.uni-oldenburg.de/tools/awxdown.php?file=awxLink_x64 It has been around for a while and is supposed to be stable. So I don't see the immediate need for another C++ implementation. It's not Open Source, though. BTW: Delphi / Free Pascal are Unicode aware. ---------------------------------------------------------------------- Comment By: Roman Ryltsov (ryltsov) Date: 2007-10-12 00:31 Message: Logged In: YES user_id=605314 Originator: NO I made a similar shell extension but in C++/ATL/WTL which is probably easier to compile for 64-bit Windows (and it's also an Unicode build - thus better cares for international characters, I am unsure if Delphi is Unicode friendly nowadays), and I also had requests for 64-bit versions but the problem is that I don't have a 64-bit system to test. If anyone is interested in getting and testing 64-bit version, please let me know and I will compile and possibly sort out issues to get things work under 64 bits. ---------------------------------------------------------------------- Comment By: Michael Elsdoerfer (miracle2k) Date: 2007-06-22 14:42 Message: Logged In: YES user_id=755086 Originator: NO I'd like to reopen that ticket. It should be possible to compile the extension with FreePascal by not using the ComServ.pas und ComObj.pas units. See the NSE library at mustangpeak.net which has it's own implementation. ---------------------------------------------------------------------- Comment By: Sebastian Schuberth (eyebex) Date: 2007-04-08 17:28 Message: Logged In: YES user_id=787298 Originator: NO NTFS Link will currently not work with 64-bit Windows of any kind. This is because the software is a shell extension, and for 64-bit Windows shell extensions need to be compiled as native 64-bit DLLs. The only free (in terms of gratis) Delphi / Pascal compiler to my knowledge that can currently generate native 64-bit Windows DLLs is FreePascal, but unfortunately FreePascal is lacking some basic features to be able to compile NTFS Link's source code. This means there will not be a 64-bit version in the foreseeable future. As a work-around you could use the 32-bit version of Windows Explorer under 64-bit Windows (there the shell extension should register successfully), but that's certainly not a very good approach. In the meantime, you may want to try a "concurring" product that is written in C++ already offers a native 64-bit shell extension: http://www.arniworld.de/ ("awxLink" under "Downloads") ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=821639&aid=1667086&group_id=161885 |