SVGwdx 0.0.1
Moderators: Hacker, petermad, Stefan2, white
- fenix_productions
- Power Member
- Posts: 1979
- Joined: 2005-08-07, 13:23 UTC
- Location: Poland
- Contact:
SVGwdx 0.0.1
SVGwdx plugin allows to view SVG files properties.
I've tested it with OpenClipArtLibrary and seems to work fine but if you experience some bugs, please, send me problematic SVG file.
Download:
http://cid-e12762cbdafb3c47.skydrive.live.com/self.aspx/TC/svgwdx%7C_0.0.1.zip
I've tested it with OpenClipArtLibrary and seems to work fine but if you experience some bugs, please, send me problematic SVG file.
Download:
http://cid-e12762cbdafb3c47.skydrive.live.com/self.aspx/TC/svgwdx%7C_0.0.1.zip
"When we created the poke, we thought it would be cool to have a feature without any specific purpose." Facebook...
#128099
#128099
But there is not file SVGWDX at http://wincmd.ru/download.php?id=svgwdx (link from http://wincmd.ru/plugring/svgwdx.html ).
And what version number - 0.0.1 or 0.0.2 ?
And what version number - 0.0.1 or 0.0.2 ?
- fenix_productions
- Power Member
- Posts: 1979
- Joined: 2005-08-07, 13:23 UTC
- Location: Poland
- Contact:
fenix_productions
Can you update plugin to 64-bit?
Or maybe you provide sources of this plugin.
Can you update plugin to 64-bit?
Or maybe you provide sources of this plugin.
"I used to feel guilty in Cambridge that I spent all day playing games, while I was supposed to be doing mathematics. Then, when I discovered surreal numbers, I realized that playing games IS math." John Horton Conway
- fenix_productions
- Power Member
- Posts: 1979
- Joined: 2005-08-07, 13:23 UTC
- Location: Poland
- Contact:
@LonerD
Should be here:
http://sdrv.ms/10LsxGJ
BTW I will not convert any of my plugins to 64bit because:
1. I have no 64bit system,
2. It is beyond my C++ skills - I have even failed in making them fully Unicode aware.
So… any one can feel free to take their source code and convert them or write same ones anew.
Should be here:
http://sdrv.ms/10LsxGJ
BTW I will not convert any of my plugins to 64bit because:
1. I have no 64bit system,
2. It is beyond my C++ skills - I have even failed in making them fully Unicode aware.
So… any one can feel free to take their source code and convert them or write same ones anew.
"When we created the poke, we thought it would be cool to have a feature without any specific purpose." Facebook...
#128099
#128099
- ghisler(Author)
- Site Admin
- Posts: 50475
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
2fenix_productions
1. You do not need a 64-bit system to cross-compile. Normally when it compiles and the headers are exactly as in the help file, then it will just work.
2. It is much much easier than converting to Unicode! Normally only very few changes are needed. The main problems are:
a. The int variable is still 32-bit, but all pointers are 64-bit
b. Alignment of structures could be a problem
1. You do not need a 64-bit system to cross-compile. Normally when it compiles and the headers are exactly as in the help file, then it will just work.
2. It is much much easier than converting to Unicode! Normally only very few changes are needed. The main problems are:
a. The int variable is still 32-bit, but all pointers are 64-bit
b. Alignment of structures could be a problem
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
- fenix_productions
- Power Member
- Posts: 1979
- Joined: 2005-08-07, 13:23 UTC
- Location: Poland
- Contact:
@ghisler(Author)
I must admitt overcomplication killed me on this.
I simply wanted to make it fully updated (hence Unicode) and was not even aware that x64 conversion can be simpler. Similarity plugin conversion made by Flint proved it to me.
Sadly, even with that knowledge I will not convert my plugins because I don't have nerves to code something I can't even check by myself.
I must admitt overcomplication killed me on this.
I simply wanted to make it fully updated (hence Unicode) and was not even aware that x64 conversion can be simpler. Similarity plugin conversion made by Flint proved it to me.
Sadly, even with that knowledge I will not convert my plugins because I don't have nerves to code something I can't even check by myself.
"When we created the poke, we thought it would be cool to have a feature without any specific purpose." Facebook...
#128099
#128099
The 64-bit version is published at totalcmd.net. Besides rebuilding, some minor modifications were introduced, including one memory leak fix.
Download links:
x32+x64 / mirror (149 Kb)
sources / mirror (42 Kb)
Download links:
x32+x64 / mirror (149 Kb)
sources / mirror (42 Kb)
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