NeuralJack
Well-known member
- Joined
- Jul 28, 2005
- Messages
- 138
Hi, Id really like to use some C++ programming in a vb.net project of mine because as far as I know only C++ allows you to use true assembly code. I need a bit of clarification on the best way to go about this these days.
IJW - It Just Works - This does not apply to me because it only works in Visual C++ right? I can not use IJW in VB.Net as far as I know.
Does this mean my only real option is using P/Invoke? I have no problem with this until I see some articles where theyre the "Mangled Names" of the functions in the C++ DLL. That just seems incredibly ghetto to me. Is there a smoother method?
http://www.codeproject.com/KB/mcpp/usingcppdll.aspx
I simply want to create my own Visual C++ 2008 DLL that can be referenced and used in a VB.Net DLL.
IJW - It Just Works - This does not apply to me because it only works in Visual C++ right? I can not use IJW in VB.Net as far as I know.
Does this mean my only real option is using P/Invoke? I have no problem with this until I see some articles where theyre the "Mangled Names" of the functions in the C++ DLL. That just seems incredibly ghetto to me. Is there a smoother method?
http://www.codeproject.com/KB/mcpp/usingcppdll.aspx
I simply want to create my own Visual C++ 2008 DLL that can be referenced and used in a VB.Net DLL.