VB.net supports Standard VC++ Dll?

dragon4spy

Well-known member
Joined
Dec 22, 2003
Messages
110
Hi everyone!

Does VB.net supports Standard VC++ Dll?

Cos in VB6, all arguments type appear UNKNOWN. :D
 
yes, but all depends on how you call the DLL, if you add it as a reference in your project .NET will add a wrapper for the DLL, if you call it like an API call, just be sure that this DLL is in the target machine
 
VC++ (NOT using .Net in any way) is in theory faster than .Net currently, right? Also it can do more in depth things?

So is this a valid way to speed up certain aspects of your .Net application, or even make it do things .Net normally wont?

On a similar note, could you do the same with Assembler? I dont think Id want to touch that language again, but still... its nice to know :)
 
I think, YES! It must be a little bit faster, but I dont care anyway, cos now PCs are getter faster and faster; thus, for me, I dont have to sacrifice much time hanging around with this. :D
 
Back
Top