Displaying 2 results from an estimated 2 matches for "tc_sapi5".
2005 Feb 28
1
Re: win32utils installer
...here are only a couple of .rb files that we need to worry about.
win32-eventlog - There''s an mc.rb file. There are tests for it in the
tc_mc.rb file, so you should see failures if it''s not included.
win32-sapi - This is a pure Ruby package, and there''s a test suite in
tc_sapi5.rb. Again, you should see failures if it''s not included. I
think I released this after v2 of the installer, though, so not to
worry.
My guess is that you already have them installed, and that''s why you
didn''t see any failures.
The rest of the .rb files are a (usually...
2005 Feb 14
8
DONT_RESOLVE_DLL_REFERENCES info
For future reference, it looks like we should avoid
DONT_RESOLVE_DLL_REFERENCES in any extensions.
http://weblogs.asp.net/oldnewthing/archive/2005/02/14/372266.aspx
Regards,
Dan