Oct 29, 2002 #1 neni Programmer Joined Oct 29, 2002 Messages 1 Location US How I can to nest a C++ code into C# proyect??
Oct 29, 2002 #2 chiph Programmer Joined Jun 9, 1999 Messages 9,878 Location US If you mean, mixed C# and C++ source code -- you can't. But you can put your C++ code in a Win32 or COM DLL and call it from your managed code. Chip H. Upvote 0 Downvote
If you mean, mixed C# and C++ source code -- you can't. But you can put your C++ code in a Win32 or COM DLL and call it from your managed code. Chip H.