Posted by zeitcontrol
(87.181.170.246) on July 20, 2007 at 10:04:03:
In Reply to: Re: POS 'RunInPOS' Param setting posted by gerdt on July 20, 2007 at 08:11:47:
Please change the file c:\basiccardpro\pos\lib\Pos.def as follows: Add following line #Pragma NoLibCheck in front of the line causing this error, which is Declare Sub &HCF 0 IntPosCardPowerOff () Remark: This will disable the library check. The library check checks if a Library is available on a certain platform. It has been added to compiler after releasing the POS SDK and does not take into account the POS libraries.
Follow Ups:
|