in reply to Compiling Tk under Windows

I tried to call vcvars32.bat, but had the same problem. I have to give additional information to you i think: I compiled perl with 'mingw' and 'dmake', because i want to use a module (Tk::WinPrint) which only compiles with the mingw environment. (The coder of the module told me). The libs are installed on my system in the MS Visual Studio 6 -path. But if i hadn't installed MSVC6 I won't have them. Shouldn't this libs come with mingw, too??? I tried to copy them to the windows/system32-directory but the problem was still there...

Replies are listed 'Best First'.
Re^2: Compiling Tk under Windows
by anonymized user 468275 (Curate) on Jun 29, 2005 at 11:49 UTC
    so dmake still doesn't even know to look in system32 - doesn't it have a dmake.ini file where you can tell it where to look for the dlls?

    One world, one people

      So you mean perl doesn't find this libraries because dmake doesn't find them? I have no dmake.ini or something... Where can I tell dmake to search for libraries? Best, Giase