On Sat, 28 Jun 2003 11:01:06 +0000, Shashank Date wrote: > Has anybody successfully compiled or extended Ruby on the Windows platform > using Microsoft Visual Studio 6.0 IDE ? > > I am having difficulty doing both and wanted some guidance especially in > setting up the Project correctly. > > I have successfully compiled and extended using the extconf.rb method so > this is not very urgent ... but still it would be nice to get there. After > some trial and error, I was able to compile stand alone C programs, once ^^^^^^^^^^^ ^^^^^^^^^^^ If I understand you correct, you are talking about 'embedding' ruby into C. In order to understand eachother we must use same terminologi. #1 'extensions' is when you compile some C code and use it within Ruby. #2 'embedding' is when you interpret some Ruby code withing you C code. From your earlier postings I would say that you are doing #2 :-) Am I right ? > Ruby was compiled at the command prompt. But I could not generate C DLLs. > I'm pretty sure I am missing some critical step ... any help will be highly > appreciated. I know nothing about windows.. sorry I cannot help. -- Simon Strandgaard