Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Declare dll call caused an exception
Message
From
31/01/2005 15:27:18
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 6 SP5
OS:
Windows 2000 SP2
Network:
Windows 2000 Pro
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00979001
Message ID:
00982434
Views:
40
>>
>>iFormat        = 5   && get FrontFilename & MICR
>>pFrontFileName = LocalAlloc( 64, 256 )
>>pFrontSize     = LocalAlloc( 64, 256)
>>pBackFileName  = LocalAlloc( 64, 256 )
>>pBackSize      = LocalAlloc( 64, 256 )
>>pCode          = LocalAlloc( 64, 256 )
>>pCodeSize      = LocalAlloc( 64, 256 )
>>
>>
>>** MICR FileName
>>cMICR_FileName = 'MICR_Out.TIF'
>>Copy2Mem( pCode, cMICR_FileName, len( cMICR_FileName ))
>>Copy2Mem( pCodeSize, Num2DWord(len( cMICR_FileName )), 4 )
>>
>>
>but the MICR is not saved to a file, it is supposed to be stored in a memory variable.

Raphael,

Could you send me the C sample too ?


UPDATE:
---------
Ignore this message. Borislav has forwarded the sample to me :)
Herman
Previous
Reply
Map
View

Click here to load this message in the networking platform