Thanks Marten!
With this little change it worked for me:
| aDictionary |
aDictionary := Dictionary new.
aDictionary
at: 'someName' put: 321 .
aDictionary := RCConverter new messagesFromDLL: 'tzres.dll' index: aDictionary.
(aDictionary at: 'someName') asString
Am Montag, 2. April 2012 18:22:11 UTC+2 schrieb Marten Feldtmann:
| aDictionary |
aDictionary := Dictionary new.
aDictionary
at: 'someName' put: 322 .
RCConverter new messagesFromDLL: 'tzres.dll' index: aDictionary.
(aDictionary at: 'someName') asString -> 'Mitteleuropäische Zeit'
--
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/va-smalltalk/-/TUq-dz2suBkJ.
To post to this group, send email to
[hidden email].
To unsubscribe from this group, send email to
[hidden email].
For more options, visit this group at http://groups.google.com/group/va-smalltalk?hl=en.