in reply to Re^2: Any help on Perl h2xs would appreciate
in thread Any help on Perl h2xs would appreciate
It looks to me that, at line 178 of C:\Perl\bin\Remote-Connection\afxv_w32.h, HKEY is being redefined, and your compiler is upset about that. So ... try to fix that first.C:\Perl\bin\Remote-Connection\afxv_w32.h(178) : error C2371: 'HKEY' : +redefinition; different basic types C:\Program Files\Microsoft Visual + Studio 8\VC\PlatformSDK\include\windef.h(246) : see declaration of ' +HKEY'
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Any help on Perl h2xs would appreciate
by anupama (Novice) on Feb 18, 2009 at 04:21 UTC |