|
-
March 24th, 2013, 06:45 PM
#9
Re: error C3867: function call missing argument list; for a cli thread calling functi
Thanks,
You gave me good insight it my erroneous thinking. I'm in the process of rediscovering C++. Although, CLI expand C++ to the .NET world... the best practice is not to unnecessary (or blindly) mix the two heap references on the function stack. Ideally, you should only mix the two moderns within a class or function for interop interface purposes. C++/CLI offer a lot , but “‘contact surface’ between the two worlds should preferably kept small”, not willy nilly. Care is needed in a mixed environment.
Last edited by kwcoffee1; March 24th, 2013 at 07:18 PM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|