>
>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.