dcfile

I’m having a bit of trouble with the “DCFiles”, it’s looking for an entry in config.prc. The problem is I don’t know what directive to add. :unamused:

Any help appreciated! :smiley:

The dc files are used for distributed client-server communications. What are you trying to do that requires a dc file?

Trying to run the chatroom demo.

The chatroom demo comes with its own sample.dc file. You should have the line:

dc-file sample.dc

in your config.prc; I believe this should already be there in the panda version supplied by the binary installer.

David

Hello All,

Is the current binarie able to use all Distributed Object found in src or is it currently an alpha phase for distributed objects?
I wonder because in documentation, distributed objects are not defined.
(or i didn’t refressh my browser cache correctly)

Hello All,

Is the current binarie able to use all Distributed Object found in src or is it currently an alpha phase for distributed objects?
I wonder because in documentation, distributed objects are not defined.
(or i didn’t refressh my browser cache correctly)

Looks like it’s still an alpha thing. The chatroom.py supplied with the distribution requires a fair amount of tweaking to get it to run out of the box. Probably the next release will be more complete.

David

Ah, ok, thanks! :smiley: