FTP login is working for me.Lefteous wrote:Unfortunately there are currently problems with the totalcmd.net FTP server. I cannot login currently. Flint has the same problem.
I hope it will work again soon.
Converting plugins to 64-bit - reward
Moderators: Hacker, petermad, Stefan2, white
TC plugins: Autodesk 3ds Max / Inventor / Revit Preview, FileInDir, ImageMetaData (JPG Comment/EXIF/IPTC/XMP), MATLAB MAT-file Viewer, Mover, SetFolderDate, Solid Edge Preview, Zip2Zero and more
See a view posts up.Eugene wrote:What information should I provide for Christian to transfer the payment?
TC plugins: Autodesk 3ds Max / Inventor / Revit Preview, FileInDir, ImageMetaData (JPG Comment/EXIF/IPTC/XMP), MATLAB MAT-file Viewer, Mover, SetFolderDate, Solid Edge Preview, Zip2Zero and more
- ghisler(Author)
- Site Admin
- Posts: 50383
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
I can send payments by bank transfer to Russia without problems. However, I would prefer to send as few as possible (not each plugin separately when an author has written multiple plugins).
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
- ghisler(Author)
- Site Admin
- Posts: 50383
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Currently we neither have a company Paypal nor a WebMoney account, sorry.
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
Hi! My plugin is in process of rewriting: http://www.totalcmd.net/plugring/peviewer.html . All updates on this page - is the link to duscussion. In the forum I placed link to beta version for testing, because plugin was fully rewritten. Can I get reward, or I should make a release first?
- ghisler(Author)
- Site Admin
- Posts: 50383
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
You can get the reward as soon as your 64-bit plugin appears on Totalcmd.net.
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
- ghisler(Author)
- Site Admin
- Posts: 50383
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Why does it matter? Isn't it converted by the bank automatically? We send all payments with "our cost" option to ensure that you get the full amount (except within the Euro zone, where we use SEPA with split charges).
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
Please help me to understand the pluginst.inf. I am trying to put 32+64 versions of the plugin into one archive. They named xx.wlx and xx.wlx64. In the pluginst.inf I wrote "file=xx.wlx". But 64 bit TC installs two files (xx.wlx and xx.wlx64) and writes the wrong xx.wlx into its plugins config instead of writing xx.wlx64. How to tell the TC to put only corresponding plugin (xx.wlx or xx.wlx64) and to write correct plugin file into its config?
It's by design. When TC x64 looks for the plugin file it appends the "64" suffix to the extension automatically, so you need not specify it.speller2 wrote:But 64 bit TC installs two files (xx.wlx and xx.wlx64) and writes the wrong xx.wlx into its plugins config instead of writing xx.wlx64.
Flint's Homepage: Full TC Russification Package, VirtualDisk, NTFS Links, NoClose Replacer, and other stuff!
Using TC 11.03 / Win10 x64
Using TC 11.03 / Win10 x64
Do you mean event xx.wlx specified in the wincmd.ini TC64 will try to load xx.wlx64?Flint wrote:It's by design. When TC x64 looks for the plugin file it appends the "64" suffix to the extension automatically, so you need not specify it.speller2 wrote:But 64 bit TC installs two files (xx.wlx and xx.wlx64) and writes the wrong xx.wlx into its plugins config instead of writing xx.wlx64.