Greetings! I have been working on the BID tutorial in writing the hiworld example. I was able to complete the exercise :) I just found one compilation error, in "4.3 Client helper library", where it said no member ipc_error for env. Declaration is as follows: CORBA_Environment env = dice_default_environment; One usage in the example is: return -env.ipc_error; I checked l4/tool/dice/include/dice/dice-corba-types.h and for l4x2 version, ipc_error is declared inside a _p union. Hence, the usage of: env._p.ipc_error worked fine. Is that correct? I tested hiclient and hiserver replacing demo-drops images with my compiled ones, and it worked fine. My documentation and the source code can be viewed from: http://www.shakthimaan.com -> fiasco Regards, SK -- Shakthi Kannan, MS Software Engineer, Specsoft (Hexaware Technologies) [E]: shakthimaan@yahoo.com [M]: (91) 98407-87007 [W]: http://www.shakthimaan.com [L]: Chennai, India __________________________________ Yahoo! Mail - PC Magazine Editors' Choice 2005 http://mail.yahoo.com
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, Shakthi Kannan wrote on 09/29/2005 07:37 PM this:
Greetings!
I have been working on the BID tutorial in writing the hiworld example. I was able to complete the exercise :) good job! :)
I just found one compilation error, in "4.3 Client helper library", where it said no member ipc_error for env. Declaration is as follows:
CORBA_Environment env = dice_default_environment;
One usage in the example is:
return -env.ipc_error;
I checked l4/tool/dice/include/dice/dice-corba-types.h and for l4x2 version, ipc_error is declared inside a _p union. Hence, the usage of:
env._p.ipc_error
worked fine. Is that correct? It is, indeed. The BID Tutorial is a bit out of date, sorry. I'll fix that.
I tested hiclient and hiserver replacing demo-drops images with my compiled ones, and it worked fine.
My documentation and the source code can be viewed from:
http://www.shakthimaan.com -> fiasco
Cool. Regards, Ron. - -- Mit freundlichen Gruessen / with regards ra3 @ inf.tu-dresden.de http://os.inf.tu-dresden.de/~ra3/ -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) iD8DBQFDPOoKvCdOf9l7ipgRAgk4AKCL42fGWAmIXYbmllhi1Kf/65xGKACdHUTt Hfn9pjV9PR3zhvOdMlREoyE= =MZ1k -----END PGP SIGNATURE-----
participants (2)
-
Ronald Aigner -
Shakthi Kannan