Hello friends,

after my upgrade to 5.3 I have an error in this code segment:

(define SRV (com-create-instance "WMOBrws.ServerBrowser"))
(define CurServer (com-invoke SRV "TakeCurrentServer"))
(define SESSION (com-create-instance "Session.Test" CurServer))

in 5.2.1 with misterx I have no problem. After 5.3 installation using the 
ffi/com I get the following error:

ptr-set!: given value does not fit primitive C type
  C type: _string/utf-16
  given value: #<cpointer>

It dont accept the CurServer variable. Do I have to cast the varibale? When yes 
how can I achieve this?

Yours,
____________________
  Racket Users list:
  http://lists.racket-lang.org/users

Reply via email to