Hi Cor,
I didn't knew about managed code in VB.NET. This is interesting, where
can I read more about it?
Thank you
Mart
Cor wrote:
> Hi Mart,
>
> I think that the most important thing for you to decide is if you can make
> your applications with managed code.
>
> It is an intermidiate code that has to be processed by the framework (net
> 1.0 or net 1.1).
>
> If that is possible you can start thinking about VB.Net if not you have to
> keep it with C++.
>
> I hope this helps something?
>
> Cor
>
>>Is there a benchmark, or anything that could help me to compare the
>>execution speed between VB.NET and VC++.NET ?
>>
>>I plan to developt a SCADA application but I don't need very fast
>>reaction time such as x ms., 1 sec. would be enough.
>>
>>So I taught at first that I would need VC++.NET to make an ActiveX
>>driver layer that the VB.NET application could use to get a connection
>>to the hardware process. But as I am reading my VB.NET Bible, I see
>>that it is much more powerfull that I taught at first. I learned that
>>it can do multi-threading, that it is a full OO language. So do I
>>really need VC++.NET?
>>
>
>
>
|