
Signature
Tomas Restrepo
tomasr@mvps.org
"Tomas Restrepo (MVP)" wrote:
> Try declaring it in C++ like
> void RefMeth(bool __gc* hi);
Thanks. That dawned on me shortly after I posted (but I couldn't easily
figure out how to get at my posts using MS's web interface to the
newsgroups). I started out trying a pointer, but forgot about the __gc; then
while seeing if references would worked, I rediscovered the __gc qualifier,
but hadn't put it and the pointer together by the time I thought I should
seek out help.
Thanks for the help!
Ed