Could anyone give me an example of using the vbc.execommand line vb.net compiler?
A.A. Fussy Babya Software Group
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
Forum Rules