in reply to Re^10: Move/Copy files using Clipboard!
in thread Move/Copy files using Clipboard!
That's a pain. I thought I read somewhere that they had fixed that in the makefiles somehow.
You do remember me saying that you would be best to use the same compiler as was used to build your version of Perl (^^ back up there somewhere)?
Other than building your own version of perl first, which is a whole other kettle of fish, unless you can get your hands on a copy of MSC++ v6, you're a bit stymied.
I've never attempted this with NET studio. You might try posting a top level post asking if anyone knows how to build modules with NET studio for use with AS perl. Someone may have done it.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^12: Move/Copy files using Clipboard!
by Ace128 (Hermit) on Oct 16, 2005 at 11:04 UTC | |
Now, this is what I find cool! :) | [reply] [d/l] |
by BrowserUk (Patriarch) on Oct 16, 2005 at 13:19 UTC | |
Okay. | [reply] [d/l] [select] |
by Ace128 (Hermit) on Oct 16, 2005 at 17:52 UTC | |
But, that just affected the test, so not that big of a deal... Now, a few things needs to be done in C :)
Nice that: works! :) I can also point out that it would be possible to do this with Win32::API. You have to deepdive into http://msdn.microsoft.com/library/default.asp?url=/library/en-us/shellcc/platform/shell/programmersguide/shell_basics/shell_basics_programming/transferring/clipboard.asp and http://msdn.microsoft.com/library/default.asp?url=/library/en-us/shellcc/platform/shell/reference/functions/dragqueryfile.asp and use that with http://perlmonks.com/?node_id=386530 . But, I guess you have to dive to MSDN aswell doing it the .xs (C) way, but here you have to do C code... | [reply] [d/l] [select] |