Visual Basic Programming
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsProgramming Languages - MoreVisual Basic Programming

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now!
  #1  
Old August 16th, 2003, 07:14 PM
NicMic's Avatar
NicMic NicMic is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jul 2003
Location: Cheltenham, England.
Posts: 94 NicMic User rank is Corporal (100 - 500 Reputation Level)NicMic User rank is Corporal (100 - 500 Reputation Level)NicMic User rank is Corporal (100 - 500 Reputation Level)NicMic User rank is Corporal (100 - 500 Reputation Level) 
Time spent in forums: 22 h 35 m 32 sec
Reputation Power: 9
Unhappy VB compile - show all errors

Hi,

Is it possible to compile a VB6 Project and have ALL errors listed, not just the first (followed by compile termination)?

I've tried doing a batch compile as follows, but the compilation still halts at the first error:-

CD "\VisualStudio\VB98\"

Vb6.exe /make "E:\projname.vbp" "H:\projname.exe" /out "H:\projname.err" /outdir "H:\"

I'm using VB6 Enterprise Edition - any advice appreciated.

TIA.

Reply With Quote
  #2  
Old August 18th, 2003, 07:11 AM
Strannik Strannik is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Aug 2003
Posts: 13 Strannik User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
As to me, it's not possible. Because VB is rather interpreter than compiler such as C++.

Reply With Quote
  #3  
Old August 18th, 2003, 02:29 PM
NicMic's Avatar
NicMic NicMic is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jul 2003
Location: Cheltenham, England.
Posts: 94 NicMic User rank is Corporal (100 - 500 Reputation Level)NicMic User rank is Corporal (100 - 500 Reputation Level)NicMic User rank is Corporal (100 - 500 Reputation Level)NicMic User rank is Corporal (100 - 500 Reputation Level) 
Time spent in forums: 22 h 35 m 32 sec
Reputation Power: 9
I thought VB6 compiled to 8086 (?) code, unlike VB5 and prior which (as you say) were interpreters.

Reply With Quote
  #4  
Old August 18th, 2003, 04:11 PM
Strannik Strannik is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Aug 2003
Posts: 13 Strannik User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Yes, it compiles to native or p-code.
Sure, I did't say it's "poor" interpreter like ASP but nevertheless VB compiler is unable to find all errors in the code ...

Reply With Quote
  #5  
Old August 18th, 2003, 04:47 PM
NicMic's Avatar
NicMic NicMic is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jul 2003
Location: Cheltenham, England.
Posts: 94 NicMic User rank is Corporal (100 - 500 Reputation Level)NicMic User rank is Corporal (100 - 500 Reputation Level)NicMic User rank is Corporal (100 - 500 Reputation Level)NicMic User rank is Corporal (100 - 500 Reputation Level) 
Time spent in forums: 22 h 35 m 32 sec
Reputation Power: 9
In the good-old-days, we'd hand-code the entire program on coding sheets, send it off to the punching bureau, wait a few days, feed the resultant pack of cards into the beast, get back the compile listing (when the ops took time off from their coffee break), wade through all the errors, use a line editor to correct the errors, submit the compile... ahh! those were the days.

Now I've got to wait 2 minutes for the compiler to show me a single error - that's progress, I suppose.

Reply With Quote
  #6  
Old August 18th, 2003, 05:21 PM
Strannik Strannik is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Aug 2003
Posts: 13 Strannik User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
What is your project if it's compiled more than 2 minutes ??

Reply With Quote
  #7  
Old August 18th, 2003, 05:31 PM
Strannik Strannik is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Aug 2003
Posts: 13 Strannik User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
BTW, you can try Numega software. It provides a lot of usefull tools.

Reply With Quote
  #8  
Old August 19th, 2003, 02:24 PM
NicMic's Avatar
NicMic NicMic is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jul 2003
Location: Cheltenham, England.
Posts: 94 NicMic User rank is Corporal (100 - 500 Reputation Level)NicMic User rank is Corporal (100 - 500 Reputation Level)NicMic User rank is Corporal (100 - 500 Reputation Level)NicMic User rank is Corporal (100 - 500 Reputation Level) 
Time spent in forums: 22 h 35 m 32 sec
Reputation Power: 9
Quote:
Originally posted by Strannik
What is your project if it's compiled more than 2 minutes ??


Okay – I exaggerate – 15-20 seconds is more accurate. But 20 seconds * 10 errors is three minutes of my life wasted.

Reply With Quote
  #9  
Old August 19th, 2003, 02:26 PM
NicMic's Avatar
NicMic NicMic is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jul 2003
Location: Cheltenham, England.
Posts: 94 NicMic User rank is Corporal (100 - 500 Reputation Level)NicMic User rank is Corporal (100 - 500 Reputation Level)NicMic User rank is Corporal (100 - 500 Reputation Level)NicMic User rank is Corporal (100 - 500 Reputation Level) 
Time spent in forums: 22 h 35 m 32 sec
Reputation Power: 9
Quote:
Originally posted by Strannik
BTW, you can try Numega software. It provides a lot of usefull tools.


Thanks - I'll have a look.

Reply With Quote
Reply

Viewing: Dev Shed ForumsProgramming Languages - MoreVisual Basic Programming > VB compile - show all errors


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 1 hosted by Hostway