From: Gin Mendi Date: 2009-07-15T03:53:46+09:00 Subject: Re: Using DLLs with my Ruby app Thanks for the replies! Yes I tried out both: 1) extern "void _serverLogon(string, string, string, void, void)" - which results to a "cannot find symbol" error. and 2) extern "void _serverLogon@20(string, string, string, void, void)" - which results to a "can't parse the function prototype" error. -- Posted via http://www.ruby-forum.com/.