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

Managed C++/CLI

 
AnswerRe: Right shift/Left shift + 1's compliment concepts Pin
gdoupanguoqing12-Aug-06 11:04
gdoupanguoqing12-Aug-06 11:04 
QuestionRestricting Creation of a Class Pin
kevinFields29-Jul-06 6:40
kevinFields29-Jul-06 6:40 
AnswerRe: Restricting Creation of a Class Pin
Christian Graus30-Jul-06 15:43
protectorChristian Graus30-Jul-06 15:43 
QuestionSorting Linked Lists Pin
budidharma27-Jul-06 7:55
budidharma27-Jul-06 7:55 
QuestionHow to clear screen Pin
zahid_ash26-Jul-06 21:41
zahid_ash26-Jul-06 21:41 
AnswerRe: How to clear screen Pin
Christian Graus26-Jul-06 23:58
protectorChristian Graus26-Jul-06 23:58 
Questionbridge between VB.net and c code Pin
JaneQuestion26-Jul-06 16:20
JaneQuestion26-Jul-06 16:20 
AnswerRe: bridge between VB.net and c code Pin
led mike27-Jul-06 9:22
led mike27-Jul-06 9:22 
JaneQuestion wrote:
what kind of bridge will be created between VB.net and c code?


VC++ has "managed extensions". You can create "mixed mode" projects. What you want is a mixed mode Class Library. The .NET classes that you author in this library will then call into the "native" C code. When authoring such code you will be handling the marshalling of data from native memory into managed memory and managed memory into native memory where ever it is required.

The .NET classes you author can be used from any .NET compiler including VB.NET.

JaneQuestion wrote:
The client side will be created with VB.net


C# would be a better choice.

GeneralRe: bridge between VB.net and c code Pin
JaneQuestion28-Jul-06 16:48
JaneQuestion28-Jul-06 16:48 
GeneralRe: bridge between VB.net and c code Pin
JaneQuestion28-Jul-06 16:54
JaneQuestion28-Jul-06 16:54 
GeneralRe: bridge between VB.net and c code Pin
led mike7-Aug-06 6:09
led mike7-Aug-06 6:09 
QuestionVisual C++ Express && Code Documentation Pin
budidharma26-Jul-06 9:59
budidharma26-Jul-06 9:59 
QuestionNetwork Neighbourhood...... How??? Pin
RobStroud26-Jul-06 4:26
RobStroud26-Jul-06 4:26 
QuestionWinInet, MSHTMl, Multi Threading Pin
keshavcn26-Jul-06 3:55
keshavcn26-Jul-06 3:55 
AnswerRe: WinInet, MSHTMl, Multi Threading Pin
led mike26-Jul-06 6:02
led mike26-Jul-06 6:02 
QuestionWMA To WAV Pin
yhl2ws25-Jul-06 19:30
yhl2ws25-Jul-06 19:30 
QuestionManagedC++ security: How to avoid the stack walk? Pin
Super Lloyd25-Jul-06 15:55
Super Lloyd25-Jul-06 15:55 
QuestionManagedC++ and [System::Security::SuppressUnmanagedCodeSecurityAttribute] and stack walk Pin
Super Lloyd25-Jul-06 15:00
Super Lloyd25-Jul-06 15:00 
QuestionDownload file problem Pin
Bob X25-Jul-06 5:17
Bob X25-Jul-06 5:17 
AnswerRe: Download file problem Pin
led mike25-Jul-06 7:09
led mike25-Jul-06 7:09 
GeneralRe: Download file problem Pin
Bob X25-Jul-06 7:22
Bob X25-Jul-06 7:22 
GeneralRe: Download file problem Pin
led mike25-Jul-06 9:27
led mike25-Jul-06 9:27 
GeneralRe: Download file problem Pin
Bob X25-Jul-06 9:50
Bob X25-Jul-06 9:50 
QuestionHelp needed!! Pin
shekkk25-Jul-06 1:25
shekkk25-Jul-06 1:25 
AnswerRe: Help needed!! Pin
Bob X25-Jul-06 5:41
Bob X25-Jul-06 5:41 

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.