VServer question
Beatrix Willius
bwillius at gmx.de
Wed Dec 28 02:00:38 CST 2011
Hi Ivan,
yes, this caused also the crash when using my build script. Except that I now get some other crash:
0 V4RB.rbx_0.dylib 0x0b53f22c DateTime_GetDateTime(REALobjectStruct*) + 140
1 com.mothsoftware.mailarchiverx 0x007a6b1b VDateTime.GetDateTime%o<Date>%o<VDateTime> + 87
2 com.mothsoftware.mailarchiverx 0x00c3f8e3 HandleValentinaString.CalcResultString%%o<HandleValentinaString> + 1228
3 com.mothsoftware.mailarchiverx 0x00c4049b HandleValentinaString.getString%s
Code is the following:
If ValentinaField.Type = EVFieldType.kTypeDateTime then
dim theDate as new Date
theDate.SQLDateTime = VDateTime(ValentinaField).GetDateTime.SQLDateTime
'ignore bogus dates like having a year of 0002
if theDate.Year >= 1900 then
ValentinaData = theDate.AbbreviatedDate + ", " + theDate.shortTime
else
ValentinaData = ""
end if
'some other code
This crash only occurs when using the build scripts.
On 28.12.2011, at 08:28, Ivan Smahin wrote:
> I guess you forget to call both - ValentinaInit and ValentinaInitClient.
> Please look at V4RB examples for details.
> --
Mit freundlichen Grüßen/Regards
Trixi Willius
http://www.mothsoftware.com
Mail Archiver X: The email archiving solution for professionals
More information about the Valentina
mailing list