From: nobu.nokada@... Date: 2005-11-05T09:14:44+09:00 Subject: Re: Compiling C extensions with MSVC Hi, At Fri, 4 Nov 2005 12:39:07 +0900, Eric Hofreiter wrote in [ruby-talk:164084]: > c_lib-i386-mswin32.def : error LNK2001: unresolved external symbol Init_c_lib It is the function what *you* have to write to initialize the extension. -- Nobu Nakada