Author |
Message |
MrUnleaded Site Admin
Joined: 21 Sep 2002 Posts: 385 Location: California
|
Posted: Mon Aug 09, 2004 4:08 pm
Post subject: Dynamic Code Compilation
|
|
Hey i was wondering, at what level are each of you familiar with VB.Net?
I am working on learning about dynamic code compilation in vb.net
I think I am going to make some classes to dynamicly generate our sturcts/classes based on the web-services i made.
If any of you are familiar with the System.CodeDom namespace and have some tips for me. feel free _________________ -MrU
|
|
Back to top |
|
|
|
_aLfa_ Site Admin
Joined: 21 Sep 2002 Posts: 233 Location: Aveiro, Portugal
|
Posted: Mon Aug 09, 2004 4:37 pm
Post subject:
|
|
I'm not familiar with that namespace _________________ One thing only I know, and that is that I know nothing. (Socrates)
|
|
Back to top |
|
|
|
Dr Memory Expert
Joined: 16 Aug 2004 Posts: 147 Location: Surrey, UK
|
Posted: Sat Sep 04, 2004 1:09 pm
Post subject:
|
|
EXE's to the left of me
DLL's to the right
And here I am stuck in the MIDL with you .....
|
|
Back to top |
|
|
|
drk||Raziel New User
Joined: 25 Aug 2004 Posts: 8 Location: Athens
|
Posted: Sun Sep 05, 2004 11:06 pm
Post subject:
|
|
Hmm you will need to use CodeDOM (higth level Code Generation/Compilation, compiles C#,VB.net)
Or System.Reflection (Lowlevel , MSIL assembly)
For both , look on goole/PlaneSourceCode
Both are easy to Use , MSIL is a bit Hard to learn but it gives you Much power (and speed)
I have a class to simply generate MSIL code and call it from VB ,
i can send it to you if you want..
|
|
Back to top |
|
|
|
|
|