Displaying 2 results from an estimated 2 matches for "tc_mc".
Did you mean:
tc_c
2005 Feb 28
1
Re: win32utils installer
...hat this has
> gone unnoticed for so long. Can we do something to catch such
> omissions
> in the test/unit modules?
>
> -- Shashank
There 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...
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