I have a listbox in which user picks an option, and depending on that choice I want to access different fields of some object and perform some manipulation. For example, if user picks an option “Title”, I want my program to perform operations with movie.Title
The only way I had in mind to...
I need to write some classic C code in Visual Studio. As I have to write it
using Visual C++.net, I guess it will be translated to MSIL and later run
in .NET CLR.
Can I still make ordinary framework-independent object code and how?
Perhaps some compiler switches?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.