search for: takaaki

Displaying 3 results from an estimated 3 matches for "takaaki".

Did you mean: tadaaki
2005 Feb 01
0
Some updates and questions on Takaaki''s problems
Hi all, I think I''ve narrowed down the problem with win32-file. It appears that EncryptFile() and DecryptFile are only supported on Win2k or later. So, I made some minor modifications to the extconf.rb and source files and released win32-file 0.4.2 tonight. That *should* solve that problem. As for win32-shortcut, I''m not sure why it doesn''t like IID_IPersistFile, or
2005 Feb 01
0
Fwd: Re: articles on win32utils
...cygwin/mingw guy. Dan Note: forwarded message attached. __________________________________ Do you Yahoo!? Yahoo! Mail - Easier than ever with enhanced search. Learn more. http://info.mail.yahoo.com/mail_250 -------------- next part -------------- An embedded message was scrubbed... From: Takaaki Tateishi <ttate@ttsky.net> Subject: Re: articles on win32utils Date: Tue, 01 Feb 2005 21:37:28 +0900 Size: 6577 Url: http://rubyforge.org/pipermail/win32utils-devel/attachments/20050201/d6385d18/attachment.eml
2005 Feb 03
0
Fix for win32-shortcut
Hi all, I''ve narrowed down one more problem for cygwin/mingw. For win32-shortcut, it appears that you need to add "-luuid" to $LIBS. Once Takaaki tried that, it worked. How does this look for the extconf.rb for win32-shortcut? # extconf.rb require "mkmf" require "ftools" if RUBY_PLATFORM =~ /cygwin|mingw/i CONFIG["CC"] = "g++" CONFIG["LDSHARED"] = "g++ -shared" $LIBS +=...