Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Re: Support in PB 11.2 for Crusher! Data Compression Toolkit DLL (32-bit)

42 views
Skip to first unread message

Brad Wery[TeamSybase]

unread,
Jan 21, 2010, 3:06:50 PM1/21/10
to
This most likely is a result of PB11.2 being UNICODE. Add the ansi alias
to your external function declaration.

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!

*********************************************************************************************************

Mahabeer

unread,
Jan 22, 2010, 3:50:54 PM1/22/10
to
Brad,

Thanks. It worked.

Mahabeer

0 new messages