Re: (char* str) is not callable using argument types (string)

2017-07-17 Thread rikki cattermole via Digitalmars-d-learn
On 17/07/2017 2:47 PM, Zaheer Ahmed wrote: I am Developing an Operating System in D Language and when want to Develop my writeln("Zaheer"); function, I pass String "Zaheer" and when receive, it says Error Error: function kernel.dwriteln (char* str) is not callable using ar

(char* str) is not callable using argument types (string)

2017-07-17 Thread Zaheer Ahmed via Digitalmars-d-learn
I am Developing an Operating System in D Language and when want to Develop my writeln("Zaheer"); function, I pass String "Zaheer" and when receive, it says Error Error: function kernel.dwriteln (char* str) is not callable using argument types (string) I Tried to cast but sti