Cyclic dependency error

Tony tonytdominguez at aol.com
Tue Nov 7 12:49:47 UTC 2017


My program compiled, but when I ran it I got this error message:

object.Error at src/rt/minfo.d(371): Cyclic dependency between 
module variable and main
variable* ->
misc ->
main* ->
variable*


I take it that the -> represents a dependency from the module on 
that line, to the module on the line below. My question is what 
do the asterisks represent?


More information about the Digitalmars-d-learn mailing list