|
-
January 8th, 2007, 12:45 PM
#1
Passing vector<double> from Native C++ to Managed C++
Hi, All,
I am trying to call a native C++ function from managed C++, which is supposed to return a vector of double. Unfortunately, it is always empty in release mode, although it works under debug mode.
I checked that it should not be empty. Anyone has some clue what is going on?
Thanks,
CR
-
January 9th, 2007, 07:18 AM
#2
Re: Passing vector<double> from Native C++ to Managed C++
Are you using p/invoke or mixed native/managed code?
-
January 9th, 2007, 09:56 AM
#3
Re: Passing vector<double> from Native C++ to Managed C++
yes, I call a Native C++ member function from Managed C++ to get a member variable, a vector of double.
Last edited by caperover2002; January 9th, 2007 at 01:54 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
|