Hi All,
As per README the following steps needs to be executed
perl Makefile.PL
namake
nmake install
While executing the command "namke" I am getting the following error
**************************
Microsoft (R) Program Maintenance Utility Version 1.50
Copyright (c) Microsoft Corp 1988-94. All rights reserved.
cl -c -I. -nologo -GF -W3 -MD -Zi -DNDEBUG -O1 -DWIN32 -D_CONSOLE -DNO_STRICT -DHAVE_DES_FCRYPT -DNO_HASH_SEED -DUS
E_SITECUSTOMIZE -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -DPERL_MSVCRT_READFIX -MD -Zi -DNDEBUG -O1 -DVERS
ION=\"0.01\" -DXS_VERSION=\"0.01\" "-IE:\Projects\TradingProtocolCert\VMWare\Perl\lib\CORE" -Dbool=char -DHAS_BOOL VixBind
ing.c
VixBinding.c
VixBinding.c(2495) : warning C4505: 'TheCallback' : unreferenced local function has been removed
VixBinding.xs(15) : see declaration of 'TheCallback'
VixBinding.xs(448) : error C2520: conversion from unsigned __int64 to double not implemented, use signed __int64
NMAKE : fatal error U1077: 'C:\WINDOWS\system32\cmd.exe' : return code '0x2'
Stop.
***************************
Enviroment details
Active perl 5.8.8.
VIX API Version 1.1.2
Thanks a lot,
Sidharth