|
-
Nov 2nd, 2004, 03:54 AM
#1
Thread Starter
New Member
Creating Executables in runtime
I want to build a application which generate .exe file at runtime plz help oks
form any question reply
-
Nov 2nd, 2004, 04:10 AM
#2
Give up now, you're wasting your time.
I don't live here any more.
-
Nov 2nd, 2004, 06:06 AM
#3
Frenzied Member
what does run time mean ???
-
Nov 2nd, 2004, 06:08 AM
#4
The time that the program is running, literally.
as opposed to design time which is the time you spend writing code.
Runtime also means the program running on the target user's machine.
I don't live here any more.
-
Nov 2nd, 2004, 06:13 AM
#5
Check out the namespace System.CodeDom.Compiler and in particular the classes System.CodeDom.Compiler.CodeGenerator and System.CodeDom.Compiler.CodeCompiler
but be prepared to do much work...
-
Nov 2nd, 2004, 07:23 AM
#6
Where would vbc.exe fit into this situation?
-
Nov 2nd, 2004, 07:25 AM
#7
Lively Member
If you build the solution,project, and code files right, you should just be able to shell out to vbc.exe, no?
Rate my posts for a chance to win cash and prizes 
-
Nov 2nd, 2004, 07:47 AM
#8
vbc.exe is a wrapper around the ICodeCompiler.CompileAssemblyFromFile implementation in the VBCodeProvider class....
VBCodeProvider
Namespace: Microsoft.VisualBasic
Provides access to instances of the Visual Basic code generator and code compiler.
-
Nov 2nd, 2004, 11:25 PM
#9
I see. All makes sense now.
So doesn't that mean what Trunks said, generate the .SLN and .VBProj and .VB files correctly and all you'd need is vbc.exe?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|