Click here to Skip to main content
16,012,028 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
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 
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 
I have used C++/CLI, native C++ and C together in many projects. Since you have some native C++ and C# experience, that is a plus. However, there are a lot of gotchas when mixing managed and unmanaged code.

xanagan666 wrote:
1.is it possible to use unmanaged c++ class/object in managed scope ?


Yes! Unmanaged C++ in an assembly is private. So, manage languages, including C++/CLI, cannot see the code via an assembly. Also, you can wrap unmanaged classes within managed C++/CLI classes. You have to be very careful with unmanaged resources, however.


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


Sorry, I do mostly systems programming.

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


UNICODE is supported and used by default.

xanagan666 wrote:
4.any other suggestion ?


Here are some books that are quit helpful:

C++/CLI: The Visual C++ Lanuage for .NET, Gordon Hogenson
---This is kind of a C++/CLI Primer

C++/CLI in Action, Nishant Sivakumar
---Good book to have for managed and unmanaged programming

Expert C++/CLI: .NET for Visual C++ Programmers, Marcus Heege
---Advanced managed and unmanged programming

Pro Visual C++/CLI amd the .NET 2.0 Platform, Stephen R. Fraser
----Teaches C++/CLI usage with the .NET Framework
"We make a living by what we get, we make a life by what we give." --Winston Churchill

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 
GeneralRe: Bit Copying Pin
Luc Pattyn16-Dec-07 4:26
sitebuilderLuc Pattyn16-Dec-07 4:26 
GeneralUser Controls Pin
mikobi15-Dec-07 0:09
mikobi15-Dec-07 0:09 

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.