De-Referencing A Pointer

Rory Starkweather Rory_member at pathlink.com
Tue Mar 21 03:42:40 PST 2006


>
>void foo(dchar c) {}
>void main()
>{
>	foo('a');
>}
>
>so you'll probably have no trouble there. :)
>


Thanks for the help. I'm still not sure how to get VB to send a dchar, but there
are only a couple of possibilities. Unless you are suggesting that I pass it to
D as a string and then use a conversion function on it.





More information about the Digitalmars-d-learn mailing list