From: Mattia B. <mb...@ds...> - 2001-11-28 22:57:41
|
> > > Looks suspiciously like you didn't recompile wxPerl against the > > wxWindows library you compiled. > > You are correct, I did not, I used the ppm distribution for wxPerl. I > compiled wxWindows because I could not find a pre-compiled binary. Do you Hhm, it is distributed in the PPM, and should be in: \site\lib\auto\Wx\ after installation If it isn't you could just take the Wx-0.07 .tar.gz in the distribution, and take the DLL from there. But it should really be installed by ppm when you do ppm install > know of one that will work with the ppm version of wxPerl? Perhaps I'm You need to compile it with MinGW ( or just compile wxPerl with MSVC ) > making this more difficult than it need be; I appreciate your patience and > assistance. :) Short instructions: * reinstall with PPM, and remove any wx22_7.dll in your path * if it does not work report to the list what the error message is ( but it really should work... ) HTH Mattia |