Rich Maniscalco wrote: > Roger Pack wrote: >> >>> which worked for me. But my stuff is giving me the "`initialize': >>> GetProcAddress:" error. I also created a very basic DLL which just >>> prints "Hello World" and had the same Ruby error. >>> I'm using Ruby 1.8.6 on Windows XP and Cygwin bash shell. >> >> You might get some traction by using a ruby compiled with the same >> compiler that made your dll's, like the old one click installer for MSVC >> compiled dll. >> -r > > Hi Roger, > > Thanks for the info. I had installed Ruby using "Ruby 1.8.6 One-Click > Installer" from ruby-lang.org. Are you suggesting I rebuild both Ruby > and my DLL's? Just checking for clarity. > > Thanks, > > Rich BTW, my current VC++ is " Microsoft Visual C++ 2008 Express Edition version 9". Ruby is compiled with 6.0. Will that matter? Rich -- Posted via http://www.ruby-forum.com/.