|
![]() |
Overclock.net - Overclocking.net > Software, Programming and Coding > Coding and Programming > Application Programming | |
Translate .NET languages (C#, C++) to one another using VS?
|
||
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 (permalink) | |||||||||
|
PC Gamer
|
Can I do that? Something about the MS intermediate language?
__________________
Saying Ubuntu is for people too lazy to use real Linux is like saying people who buy BMWs are too lazy to build their own car.
Last edited by Cait Sith Cat : 02-13-08 at 08:03 PM. |
|||||||||
|
|
|
|
#2 (permalink) | |||||||||||||
|
Miscelaneous
|
The intermediate language is used for compiling only. You can't actually access the intermediate language to my knowledge.
__________________
|
|||||||||||||
|
|
|
|
#3 (permalink) | |||||||||||||
|
Case Modder
|
There must be some way to get it. Common Runtime Language I think it's called in .Net. Google it out, keep us informed
.
__________________
**OCN BMX and MTB Thread** | **OCN iGoogle**
|
|||||||||||||
|
|
|
|
#4 (permalink) | ||||||||||
|
4.0 GHz
|
You can access the IL via command line ILDASM (intermediate language disassembler). There are 3rd party translation progs that do just what you're asking from say vb.net to c#. .NET is language neutral, so based on syntactic rules the intermediate code could be parsed from one language to another, but it cannot be done without effort in vs if that's what your asking.
__________________
|
||||||||||
|
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
|
|