Click here to Skip to main content
15,908,437 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
GeneralDirectX + (MFX or Managed) c++ - an advise needed! Pin
snir_ya18-Dec-07 4:12
snir_ya18-Dec-07 4:12 
GeneralRe: DirectX + (MFX or Managed) c++ - an advise needed! Pin
Xpnctoc22-Dec-07 18:54
Xpnctoc22-Dec-07 18:54 
Generalbuffer overrun in C++ CLI application Pin
carabutnicolae123417-Dec-07 23:02
carabutnicolae123417-Dec-07 23:02 
GeneralRe: buffer overrun in C++ CLI application Pin
carabutnicolae123418-Dec-07 0:10
carabutnicolae123418-Dec-07 0:10 
QuestionRe: buffer overrun in C++ CLI application Pin
George L. Jackson18-Dec-07 4:47
George L. Jackson18-Dec-07 4:47 
GeneralRe: buffer overrun in C++ CLI application Pin
Luc Pattyn23-Dec-07 6:53
sitebuilderLuc Pattyn23-Dec-07 6:53 
GeneralNeed suggestion abount using c++/cli Pin
xanagan66617-Dec-07 14:37
xanagan66617-Dec-07 14:37 
GeneralRe: Need suggestion abount using c++/cli Pin
Luc Pattyn17-Dec-07 15:49
sitebuilderLuc Pattyn17-Dec-07 15:49 
xanagan666 wrote:
1.is it possible to use unmanaged c++ class/object in managed scope ?


I think so, but I would try and avoid it; working with .NET objects is easier for me.


xanagan666 wrote:
2.Is there a built in audio capturing in .NET library ?


Don't know. Maybe in DirectX?


xanagan666 wrote:
3.does .NET natively support UNICODE ?


Yes, alls its chars and strings use it all the time.


xanagan666 wrote:
4.any other suggestion ?


You can convert unmanaged C++ code to managed C++, don't know how difficult that is
(my experience is mainly with C# and unmanaged C, interfaced thru P/Invoke).

You can mix managed C++ and C# (but not in the same DLL), so if you succeed in
encapsulating your existing C++ code, you could do the new stuff (such as GUI) in C#
if you prefer that.

Smile | :)
Luc Pattyn [Forum Guidelines] [My Articles]


Sorry for any delays in replying, I currently don't always get e-mail notifications.


GeneralRe: Need suggestion abount using c++/cli Pin
xanagan66617-Dec-07 16:18
xanagan66617-Dec-07 16:18 
GeneralRe: Need suggestion abount using c++/cli Pin
George L. Jackson17-Dec-07 17:58
George L. Jackson17-Dec-07 17:58 
GeneralRe: Need suggestion abount using c++/cli Pin
xanagan66617-Dec-07 19:48
xanagan66617-Dec-07 19:48 
GeneralCHECK FOR A STRING Pin
Chandrasekharan P16-Dec-07 22:28
Chandrasekharan P16-Dec-07 22:28 
GeneralRe: CHECK FOR A STRING Pin
George L. Jackson17-Dec-07 6:51
George L. Jackson17-Dec-07 6:51 
Questionwrite into CD (win32 programming) [modified] Pin
palanirajan16-Dec-07 18:59
palanirajan16-Dec-07 18:59 
GeneralRe: write into CD (win32 programming) Pin
Hamid_RT20-Dec-07 2:16
Hamid_RT20-Dec-07 2:16 
GeneralTrouble converting bitmap to gif files. Pin
Arish rivlin16-Dec-07 3:37
Arish rivlin16-Dec-07 3:37 
GeneralRe: Trouble converting bitmap to gif files. Pin
Luc Pattyn16-Dec-07 4:58
sitebuilderLuc Pattyn16-Dec-07 4:58 
Question"non-unicode programs" problem Pin
hhn16-Dec-07 2:37
hhn16-Dec-07 2:37 
GeneralRe: "non-unicode programs" problem Pin
Luc Pattyn16-Dec-07 4:53
sitebuilderLuc Pattyn16-Dec-07 4:53 
QuestionBit Copying Pin
Jeffrey Walton15-Dec-07 15:21
Jeffrey Walton15-Dec-07 15:21 
GeneralRe: Bit Copying Pin
Christian Graus15-Dec-07 15:47
protectorChristian Graus15-Dec-07 15:47 
GeneralRe: Bit Copying Pin
Jeffrey Walton15-Dec-07 15:51
Jeffrey Walton15-Dec-07 15:51 
GeneralRe: Bit Copying Pin
Jeffrey Walton16-Dec-07 7:32
Jeffrey Walton16-Dec-07 7:32 
GeneralRe: Bit Copying [modified] Pin
Luc Pattyn15-Dec-07 16:18
sitebuilderLuc Pattyn15-Dec-07 16:18 
GeneralRe: Bit Copying Pin
Jeffrey Walton16-Dec-07 1:59
Jeffrey Walton16-Dec-07 1:59 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.