How to compile a VB Project with out having VB installed on the machine.
Compiling VB
Collapse
X
-
Hi Kannan,
I doubt you will be able to compile vb projects without installing vb, reason is, during compiling and linking process the vb.exe will make some calls to other required library file, i.e. .dll files.
Originally posted by kannan1Could yo please provide me the steps to create an EXE file for an VB with out having VB installedComment
Comment