[squeak-dev] Best way to debug Windows plugin issues

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

[squeak-dev] Best way to debug Windows plugin issues

Steven W Riggins
Hi!

I'm trying to release Sophie 1.0.4 but have run into a fun issue on  
Windows.

I am using Danil's CurlPlugin which works fine until I install  
QuickTime for Windows 7.5.5.  As soon as I do that, the plugin fails  
to load.  I am not sure why.

John says printLastError is called, but I don't know how to get the  
results of that in Windows (ie the windows equivalent of a console log  
on OS X)

I don't have any compilers on windows, so I would not even know where  
to begin to try and build the plugin.  The plugin ships with the  
following DLLs in the zip file:

libeay32.dll
libssl32.dll
libcurl-3.dll
CurlPlugin.dll

Any tips from you windows using pros out there?

thank you!

Steve

Reply | Threaded
Open this post in threaded view
|

[squeak-dev] Re: Best way to debug Windows plugin issues

ccrraaiigg

 > I don't have any compilers on windows...

      There's a free version of Microsoft Visual C++ now[1]; you should
definitely use that.


-C

[1] http://www.microsoft.com/express/vc

--
Craig Latta
improvisational musical informaticist
www.netjam.org
Smalltalkers do: [:it | All with: Class, (And love: it)]


Reply | Threaded
Open this post in threaded view
|

Re: [squeak-dev] Re: Best way to debug Windows plugin issues

Steven W Riggins
That is a great start, thank you, Craig!


On Nov 12, 2008, at 4:59 PM, Craig Latta wrote:

http://www.microsoft.com/express/vc