PC Review


Reply
Thread Tools Rate Thread

compiling code

 
 
Hari
Guest
Posts: n/a
 
      17th Aug 2004
I was just recently informed by members of this newsgroup as to how to
create a GUI application by referencing different .dll files. This works
perfectly, since it creates an output .exe file. However, just for future
reference, is there a way to compile the code without referencing all of the
..dll files.

If I type in

vbc xxxx.vb

I get some errors saying the librarires could not be found. So the only way
I know of to compile GUI code is:

vbc /r:System.dll,System.Windows.Forms.dll,System.Drawing.dll, etc. xxxx.vb.

So basically, my question is can I compile code without referencing. Thanks
all in advance.


 
Reply With Quote
 
 
 
 
Jeremy
Guest
Posts: n/a
 
      17th Aug 2004
"Hari" <(E-Mail Removed)> wrote in message
news:OKadnY1Yp9chyL_cRVn-(E-Mail Removed)...
> I was just recently informed by members of this newsgroup as to how to
> create a GUI application by referencing different .dll files. This works
> perfectly, since it creates an output .exe file. However, just for future
> reference, is there a way to compile the code without referencing all of

the
> .dll files.


Yes, you can create a compliation configuration file (*.rsp files).

See this article:
http://www.flws.com.au/showusyourcod...ut.asp?catID=5



 
Reply With Quote
 
Hari
Guest
Posts: n/a
 
      17th Aug 2004
Thanks alot,

I got everything working. Thanks.


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
compiling asp.net code Tony Johansson Microsoft C# .NET 2 7th Jul 2011 12:34 AM
using asp.net code without compiling it .nLL Microsoft ASP .NET 1 6th Oct 2008 08:10 PM
compiling asp.net code as in vb6 Arejan Microsoft ASP .NET 4 28th Jun 2007 07:35 PM
Compiling C++ Code ArunPrakash Microsoft C# .NET 2 4th Feb 2004 06:56 AM
Re: Compiling code david epsom dot com dot au Microsoft Access VBA Modules 2 30th Jul 2003 12:03 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:02 PM.