AW: deploying stand alone application for mac

Ruslan Zasukhin ruslan_zasukhin at valentina-db.com
Sun Dec 27 05:01:13 CST 2009


On 12/27/09 4:49 AM, "Gerri" <gerrri at gmx.de> wrote:

Hi Gerri,

> now I have (for still the same problem) more detailled infos about it.
> 
> With alerts I found, that the app brings the error 'Director player error'
> or crashes when the Valentina.init() is called:
> the code is:
> 
> on mouseup me
>   alert ("Valentina wird erzeugt")
>   Valentina = new (Xtra "Valentina" )           -- Valentinaengine Instanz
> erzeugen 
>   alert ("Valentina Instanz erzeugt")
>   alert ("Turn on logging")
>   Valentina.debugLevel = #kLogParams
>   Valentina.logToFile(true, true)
>   
>   alert ("jetzt: Valentina init")
>   Valentina.Init( 5 * 1024 *1024, "", "")

Thorsten says right!

* You should not enable V4MD LOG file for RELEASE !!!

* also not good here that you have

>   alert ("Valentina Instanz erzeugt")
>   alert ("Turn on logging")
>   Valentina.debugLevel = #kLogParams
>   Valentina.logToFile(true, true)


BEFORE Valentina Init

Valentina.Init must be utlitmatly THE FIRST call to Valentina engine !!!



-- 
Best regards,

Ruslan Zasukhin
VP Engineering and New Technology
Paradigma Software, Inc

Valentina - Joining Worlds of Information
http://www.paradigmasoft.com

[I feel the need: the need for speed]




More information about the Valentina mailing list