cxOpenArchive(...) Crush32.dll ALIAS FOR "cxOpenArchive;ANSI"
Hope that does it.
Mahabeer wrote:
> Hi,
>
> We have recently mirated from PB 6.5 to PB 11.2 Our
> applicaton
> uses Crush32.dll from "DC Micro Development" for compressing
> data before emailing it to users. We had a function
> uf_open_archive which executes "cxOpenArchive(ps_FileName,
> pi_nMode)" (in DLL) which actually creats empty archive
> files
> (CX00001.$$$ & ########.psw). After migration to PB 11.2
> this
> function is not creating these archive files due to which
> the
> users are not able to send the required data in an email.
> Not
> sure why this part of the function is not working and there
> is
> no error code returned, the error cod is "0".
>
> Please advice how we can resolve this issue. I have attached
> the Crush32.dll & psmail.pbl.
>
> Thanks,
> Mahabeer
--
*********************************************************************************************************
www.PowerToTheBuilder.com
- Take control of your GUI with a free PB user control library
- Get updates from my blog - blog.PowerToTheBuilder.com
- Get support from - forum.PowerToTheBuilder.com
*********************************************************************************************************
www.Werysoft.com
- Full featured database development tool for ASE, SQL Server, SQL
Anywhere and Oracle
Get productive today!
*********************************************************************************************************
Thanks. It worked.
Mahabeer