Results 1 to 2 of 2

Thread: vbc.exe usage

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Jul 2002
    Location
    Australia
    Posts
    635

    vbc.exe usage

    Could anyone give me an example of using the vbc.execommand line vb.net compiler?
    A.A. Fussy
    Babya Software Group

  2. #2
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width