Could anyone give me an example of using the vbc.execommand line vb.net compiler?
Printable View
Could anyone give me an example of using the vbc.execommand line vb.net compiler?
1-mydbdll.dll = name of the output dll .
2-dlldb.vb = the class file .
vbc /t:library /out:c:\mydbdll.dll /r:System.dll,System.windows.forms.dll,system.drawing.dll,system.data.dll,system.xml.dll,Microsoft.Vi sualBasic.dll dlldb.vb