Home All Groups Group Topic Archive Search About

When the compiler freezes.... what is the rescue?

Author
15 Jun 2009 9:46 PM
fred
Hello,
           Is there any way to save my new programming changes when IDE
freezes during the compiling process?
I have that happening quite often, and I need to use Task Manager to force
shutting down of vbasic.
Of course all changes to the code will be lost.
I wonder if there is some way around it.
Thanks,
Fred

Author
15 Jun 2009 9:53 PM
Phil Hunt
Check Option/Tool/Environment.
But for me, I manually save it because I don't want it saved when I am
debugging.


Show quoteHide quote
"fred" <fred@nospamme.com> wrote in message
news:OrYc%23Kg7JHA.5008@TK2MSFTNGP05.phx.gbl...
> Hello,
>           Is there any way to save my new programming changes when IDE
> freezes during the compiling process?
> I have that happening quite often, and I need to use Task Manager to force
> shutting down of vbasic.
> Of course all changes to the code will be lost.
> I wonder if there is some way around it.
> Thanks,
> Fred
>
Author
15 Jun 2009 9:55 PM
Karl E. Peterson
fred wrote:
> Hello,
>           Is there any way to save my new programming changes when IDE
> freezes during the compiling process?
> I have that happening quite often, and I need to use Task Manager to force
> shutting down of vbasic.
> Of course all changes to the code will be lost.
> I wonder if there is some way around it.

I have the IDE set to "Prompt To Save Changes" (Tools-Options-Environment) before
running.  Whenever the changes aren't disposable, I say yes.  In those occassional
cases where I don't want to save, but I don't want to risk loss, I copy/paste into a
text editor "just in case."  How much insurance is "enough" -- only you can answer
that one.
--
..NET: It's About Trust!
http://vfred.mvps.org
Author
16 Jun 2009 1:03 PM
MikeD
"fred" <fred@nospamme.com> wrote in message news:OrYc%23Kg7JHA.5008@TK2MSFTNGP05.phx.gbl...
> Hello,
>           Is there any way to save my new programming changes when IDE freezes during the compiling process?
> I have that happening quite often, and I need to use Task Manager to force shutting down of vbasic.
> Of course all changes to the code will be lost.
> I wonder if there is some way around it.
> Thanks,

As the others said, make sure you save before compiling.

But perhaps you should look into why it freezes as often as it does because that should be a very very rare thing. I certainly can't
remember it ever happening in over 10 years of using VB6. Now I've had the IDE crash during compilation for various reasons, but
never freeze.


--
Mike
Author
16 Jun 2009 4:35 PM
fred
I can repeat that freeze each time at the wish, Mike.
It is just enough to run my IDE several times and then try  to compile the
program after that.
It will never happen on freshly opened IDE.
Any thoughts on that?
I use vbasic 5 SP3 on Windows XP SP3.

Also, another hint. When I run IDE several times also (but not often) IDE
freezes during the run-time (on startup).
The freeze will never happen when running the compiled executable.
Thanks,
Fred

Show quoteHide quote
"MikeD" <nob***@nowhere.edu> wrote in message
news:%23YJinLo7JHA.6004@TK2MSFTNGP02.phx.gbl...
>
> "fred" <fred@nospamme.com> wrote in message
> news:OrYc%23Kg7JHA.5008@TK2MSFTNGP05.phx.gbl...
>> Hello,
>>           Is there any way to save my new programming changes when IDE
>> freezes during the compiling process?
>> I have that happening quite often, and I need to use Task Manager to
>> force shutting down of vbasic.
>> Of course all changes to the code will be lost.
>> I wonder if there is some way around it.
>> Thanks,
>
> As the others said, make sure you save before compiling.
>
> But perhaps you should look into why it freezes as often as it does
> because that should be a very very rare thing. I certainly can't remember
> it ever happening in over 10 years of using VB6. Now I've had the IDE
> crash during compilation for various reasons, but never freeze.
>
>
> --
> Mike
>
>
Author
16 Jun 2009 5:20 PM
Alfie [UK]
On Tue, 16 Jun 2009 12:35:34 -0400, "fred" <fred@nospamme.com> wrote:

>I can repeat that freeze each time at the wish, Mike.
>It is just enough to run my IDE several times and then try  to compile the
>program after that.
>It will never happen on freshly opened IDE.
>Any thoughts on that?
>I use vbasic 5 SP3 on Windows XP SP3.
>
>Also, another hint. When I run IDE several times also (but not often) IDE
>freezes during the run-time (on startup).
>The freeze will never happen when running the compiled executable.

Have you been through the usual checks?

What add-ins are loaded? Have you tried unloading add-ins, then
re-starting without them to see if a particular add-in is the problem?

Ensure that only required components/references are included. If
possible create test apps for each component to ensure that they are
not the problem.

Does the issue arise the first time that you open the IDE (after boot
up) and try to compile, or only after the IDE has been opened/closed a
few times?

What type of app is it? Are you using sub-classing, hooking, network
asynchronous objects, AX DLLs, EXE?
--
Alfie [UK]
<http://www.delphia.co.uk/>
Mediocrity thrives on standardization.
Author
16 Jun 2009 6:01 PM
Larry Serflaten
"Alfie [UK]" <alfie@mail.invalid> wrote

> Ensure that only required components/references are included. If
> possible create test apps for each component to ensure that they are
> not the problem.

Here's a reminder of a somewhat obscure feature;

When you have placed all the controls you are going to use on your
forms, open the Components dialog box and hold down the Shift
key when you press OK.

That will remove all unused components from your toolbox, and their
associated references....

HTH
LFS
Author
16 Jun 2009 7:06 PM
Karl E. Peterson
fred wrote:
> I can repeat that freeze each time at the wish, Mike.
> It is just enough to run my IDE several times and then try  to compile the
> program after that.
> It will never happen on freshly opened IDE.
> Any thoughts on that?

That's crazy.  It's either add-in(s) or reference(s).  The VB5 IDE didn't do that on
its own.
--
..NET: It's About Trust!
http://vfred.mvps.org
Author
16 Jun 2009 9:02 PM
fred
I have that problem for many years.
In meantime, I changed the computers and Windows many times, each time
reinstalling vbasic!.
Thanks,
Fred

Show quoteHide quote
"Karl E. Peterson" <k***@exmvps.org> wrote in message
news:OWtaOWr7JHA.2656@TK2MSFTNGP05.phx.gbl...
> fred wrote:
>> I can repeat that freeze each time at the wish, Mike.
>> It is just enough to run my IDE several times and then try  to compile
>> the
>> program after that.
>> It will never happen on freshly opened IDE.
>> Any thoughts on that?
>
> That's crazy.  It's either add-in(s) or reference(s).  The VB5 IDE didn't
> do that on its own.
> --
> .NET: It's About Trust!
> http://vfred.mvps.org
>
Author
17 Jun 2009 11:48 PM
MikeD
"fred" <fred@nospamme.com> wrote in message
news:uWL1NXs7JHA.2456@TK2MSFTNGP02.phx.gbl...
>I have that problem for many years.
> In meantime, I changed the computers and Windows many times, each time
> reinstalling vbasic!.
> Thanks,
> Fred


There's definately something wrong.  The IDE should NOT be freezing when you
compile. As others said, it could be due to a component in the Toolbox, a
reference, or an add-in.  IMHO, the add-in is the least likely UNLESS that
add-in interacts in some way with the compilation process (in which case
it's probably the most likely cause). You really should figure this out.  I
have no clue how you could have been putting up with this for years as you
say you have. Trouble is, it's most likely going to be a trial-and-error
process to figure it out.

--
Mike
Author
18 Jun 2009 12:00 AM
Karl E. Peterson
MikeD wrote:
Show quoteHide quote
> "fred" <fred@nospamme.com> wrote in message
> news:uWL1NXs7JHA.2456@TK2MSFTNGP02.phx.gbl...
>>I have that problem for many years.
>> In meantime, I changed the computers and Windows many times, each time
>> reinstalling vbasic!.
>> Thanks,
>> Fred
>
>
> There's definately something wrong.  The IDE should NOT be freezing when you
> compile. As others said, it could be due to a component in the Toolbox, a
> reference, or an add-in.  IMHO, the add-in is the least likely UNLESS that
> add-in interacts in some way with the compilation process (in which case
> it's probably the most likely cause). You really should figure this out.  I
> have no clue how you could have been putting up with this for years as you
> say you have. Trouble is, it's most likely going to be a trial-and-error
> process to figure it out.

Yep, yep, yep, yep...
--
..NET: It's About Trust!
http://vfred.mvps.org
Author
16 Jun 2009 1:20 PM
Nobody
"fred" <fred@nospamme.com> wrote in message
news:OrYc%23Kg7JHA.5008@TK2MSFTNGP05.phx.gbl...
> Hello,
>           Is there any way to save my new programming changes when IDE
> freezes during the compiling process?
> I have that happening quite often, and I need to use Task Manager to force
> shutting down of vbasic.
> Of course all changes to the code will be lost.
> I wonder if there is some way around it.

If there is a routine that takes a long time, try pressing Ctrl+Break.

If you are using things like subclassing, any time an error happens or
perhaps when you break into the IDE, the IDE is most likely to crash. If you
are finished with the subclassing code, and are working on another area of
the program, you can disable the subclassing in the IDE only(not the EXE),
by using IsInIDE() function below, and based on that, skip the subclassing
code.

http://vbnet.mvps.org/index.html?code/core/isinide.htm

In my case, I have a large project that I only run it as EXE, and use
OutputDebugString() to print debug output or use a log file.

OutputDebugString() API function prints the string to an external debug
viewer. Here is one that is free and does not require installation:

DebugView:
http://technet.microsoft.com/en-us/sysinternals/bb896647.aspx

Declaration:

Public Declare Sub OutputDebugString Lib "kernel32" Alias _
    "OutputDebugStringA" (ByVal lpOutputString As String)

Usage:

OutputDebugString "ABC"

Wrapper sub:

Public Sub DebugPrint(ByRef s As String)
    OutputDebugString s
End Sub
Author
16 Jun 2009 2:37 PM
Phil Hunt
compile rarely crash for me. But changing scope while searching
'ctl-F'almost always crash if i do it long enough

Show quoteHide quote
"fred" <fred@nospamme.com> wrote in message
news:OrYc%23Kg7JHA.5008@TK2MSFTNGP05.phx.gbl...
> Hello,
>           Is there any way to save my new programming changes when IDE
> freezes during the compiling process?
> I have that happening quite often, and I need to use Task Manager to force
> shutting down of vbasic.
> Of course all changes to the code will be lost.
> I wonder if there is some way around it.
> Thanks,
> Fred
>
Author
16 Jun 2009 3:14 PM
Nobody
"Phil Hunt" <a**@aaa.com> wrote in message
news:%23iMay$o7JHA.4376@TK2MSFTNGP06.phx.gbl...
> compile rarely crash for me. But changing scope while searching
> 'ctl-F'almost always crash if i do it long enough

I use the Find dialog from MZTools. It can search while excluding commented
code, unlike VB's Find dialog. You can assign any hotkey to it.

http://www.mztools.com/v3/mztools3.aspx
Author
16 Jun 2009 4:41 PM
fred
Crash or freeze?
I understand that the crash is when there is Windows intervention and vbasic
terminates.
My freeze:
compiling starts and when it gets to about 20% of progress it stalls.
IDE does not accept any commands and I have to use Task Manager to shut it
down.
Fred

Show quoteHide quote
"Phil Hunt" <a**@aaa.com> wrote in message
news:%23iMay$o7JHA.4376@TK2MSFTNGP06.phx.gbl...
> compile rarely crash for me. But changing scope while searching
> 'ctl-F'almost always crash if i do it long enough
>
> "fred" <fred@nospamme.com> wrote in message
> news:OrYc%23Kg7JHA.5008@TK2MSFTNGP05.phx.gbl...
>> Hello,
>>           Is there any way to save my new programming changes when IDE
>> freezes during the compiling process?
>> I have that happening quite often, and I need to use Task Manager to
>> force shutting down of vbasic.
>> Of course all changes to the code will be lost.
>> I wonder if there is some way around it.
>> Thanks,
>> Fred
>>
>
>
Author
16 Jun 2009 9:08 PM
Nobody
Is there any user controls in this project? Can you post the contents of VBP
file here? Use notepad to open it.
Author
16 Jun 2009 10:47 PM
fred
"Nobody" <nob***@nobody.com> wrote in message
news:OG9jYas7JHA.2388@TK2MSFTNGP06.phx.gbl...
> Is there any user controls in this project? Can you post the contents of
> VBP file here? Use notepad to open it.
>
>
>
Here it is.
I have 5 applications, and I have the same problem with all of them,
although they differ with some components and references.
The vbp file below comes from the project which has the most
components/references added.
=====================================
Type=Exe
Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#C:\WINDOWS\system32\stdole2.tlb#OLE
Automation
Object={6B7E6392-850A-101B-AFC0-4210102A8DA7}#1.3#0; COMCTL32.OCX
Object={F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0; comdlg32.ocx
Object={2398E321-5C6E-11D1-8C65-0060081841DE}#1.0#0; Vtext.dll
Reference=*\G{03282B5D-B38F-469D-849A-09B0A7F4881B}#1.0#0#C:\PROGRA~1\COMMON~1\Skype\SKYPE4~1.DLL#Skype4COM
1.0 Type Library.
Reference=*\G{565783C6-CB41-11D1-8B02-00600806D9B6}#1.2#0#C:\WINDOWS\system32\wbem\wbemdisp.TLB#Microsoft
WMI Scripting V1.2 Library
Object={248DD890-BB45-11CF-9ABC-0080C7E7B78D}#1.0#0; mswinsck.ocx
Reference=*\G{00020813-0000-0000-C000-000000000046}#1.5#0#C:\Program
Files\Microsoft Office\OFFICE11\EXCEL.EXE#Microsoft Excel 11.0 Object
Library
Reference=*\G{C866CA3A-32F7-11D2-9602-00C04F8EE628}#5.0#0#C:\Program
Files\Common Files\Microsoft Shared\Speech\sapi.dll#Microsoft Speech Object
Library
Module=Dialer; Dialer.bas
Form=FrmConnect.frm
Form=FrmAbout.frm
Form=FrmDialer.frm
Form=frmOptions.frm
Module=Api; Registry.bas
Form=frmSplash.frm
Form=frmExpired.frm
Module=Tapi; Tapi.bas
Module=CallBacks; CallBacks.bas
Form=FrmCallDisplay.frm
Form=FrmInLog.frm
Form=FrmOutLog.frm
Module=Wave; Wave.bas
Form=frmImportExcel.frm
Form=frmPlayList1.frm
Form=frmNumbGen.frm
ResFile32="phone.RES"
IconForm="FrmDialer"
Startup="Sub Main"
HelpFile=""
Title="Auto Dialer Pro"
ExeName32="autodial.exe"
Command32=""
Name="AutoDialerPro"
HelpContextID="0"
CompatibleMode="0"
MajorVer=6
MinorVer=3
RevisionVer=29
AutoIncrementVer=0
ServerSupportFiles=0
CompilationType=0
OptimizationType=0
FavorPentiumPro(tm)=0
CodeViewDebugInfo=0
NoAliasing=0
BoundsCheck=0
OverflowCheck=0
FlPointCheck=0
FDIVCheck=0
UnroundedFP=0
StartMode=0
Unattended=0
ThreadPerObject=0
MaxNumberOfThreads=1

[MS Transaction Server]
AutoRefresh=1
=====================================================
Thanks,
Fred
Author
17 Jun 2009 12:58 AM
Kevin Provance
I thought your name was Jack.

--
2025
If you do not believe in time travel,
your beliefs are about to be tempered.

http://www.facebook.com/group.php?gid=43606237254
Show quoteHide quote
"fred" <fred@nospamme.com> wrote in message
news:u22P5Rt7JHA.356@TK2MSFTNGP03.phx.gbl...
|
| "Nobody" <nob***@nobody.com> wrote in message
| news:OG9jYas7JHA.2388@TK2MSFTNGP06.phx.gbl...
| > Is there any user controls in this project? Can you post the contents of
| > VBP file here? Use notepad to open it.
| >
| >
| >
| Here it is.
| I have 5 applications, and I have the same problem with all of them,
| although they differ with some components and references.
| The vbp file below comes from the project which has the most
| components/references added.
| =====================================
| Type=Exe
|
Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#C:\WINDOWS\system32\stdole2.tlb#OLE
| Automation
| Object={6B7E6392-850A-101B-AFC0-4210102A8DA7}#1.3#0; COMCTL32.OCX
| Object={F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0; comdlg32.ocx
| Object={2398E321-5C6E-11D1-8C65-0060081841DE}#1.0#0; Vtext.dll
|
Reference=*\G{03282B5D-B38F-469D-849A-09B0A7F4881B}#1.0#0#C:\PROGRA~1\COMMON~1\Skype\SKYPE4~1.DLL#Skype4COM
| 1.0 Type Library.
|
Reference=*\G{565783C6-CB41-11D1-8B02-00600806D9B6}#1.2#0#C:\WINDOWS\system32\wbem\wbemdisp.TLB#Microsoft
Show quoteHide quote
| WMI Scripting V1.2 Library
| Object={248DD890-BB45-11CF-9ABC-0080C7E7B78D}#1.0#0; mswinsck.ocx
| Reference=*\G{00020813-0000-0000-C000-000000000046}#1.5#0#C:\Program
| Files\Microsoft Office\OFFICE11\EXCEL.EXE#Microsoft Excel 11.0 Object
| Library
| Reference=*\G{C866CA3A-32F7-11D2-9602-00C04F8EE628}#5.0#0#C:\Program
| Files\Common Files\Microsoft Shared\Speech\sapi.dll#Microsoft Speech
Object
| Library
| Module=Dialer; Dialer.bas
| Form=FrmConnect.frm
| Form=FrmAbout.frm
| Form=FrmDialer.frm
| Form=frmOptions.frm
| Module=Api; Registry.bas
| Form=frmSplash.frm
| Form=frmExpired.frm
| Module=Tapi; Tapi.bas
| Module=CallBacks; CallBacks.bas
| Form=FrmCallDisplay.frm
| Form=FrmInLog.frm
| Form=FrmOutLog.frm
| Module=Wave; Wave.bas
| Form=frmImportExcel.frm
| Form=frmPlayList1.frm
| Form=frmNumbGen.frm
| ResFile32="phone.RES"
| IconForm="FrmDialer"
| Startup="Sub Main"
| HelpFile=""
| Title="Auto Dialer Pro"
| ExeName32="autodial.exe"
| Command32=""
| Name="AutoDialerPro"
| HelpContextID="0"
| CompatibleMode="0"
| MajorVer=6
| MinorVer=3
| RevisionVer=29
| AutoIncrementVer=0
| ServerSupportFiles=0
| CompilationType=0
| OptimizationType=0
| FavorPentiumPro(tm)=0
| CodeViewDebugInfo=0
| NoAliasing=0
| BoundsCheck=0
| OverflowCheck=0
| FlPointCheck=0
| FDIVCheck=0
| UnroundedFP=0
| StartMode=0
| Unattended=0
| ThreadPerObject=0
| MaxNumberOfThreads=1
|
| [MS Transaction Server]
| AutoRefresh=1
| =====================================================
| Thanks,
| Fred
|
|
Author
17 Jun 2009 2:22 AM
fred
How that is relevant to the problem posted?
Fred

Show quoteHide quote
"Kevin Provance" <Bill.McCarthy.Is.Stalking.TPASoft.com***@nowhere.edu>
wrote in message news:OJJ9Jbu7JHA.3860@TK2MSFTNGP05.phx.gbl...
>I thought your name was Jack.
>
> --
> 2025
> If you do not believe in time travel,
> your beliefs are about to be tempered.
>
> http://www.facebook.com/group.php?gid=43606237254
> "fred" <fred@nospamme.com> wrote in message
> news:u22P5Rt7JHA.356@TK2MSFTNGP03.phx.gbl...
> |
> | "Nobody" <nob***@nobody.com> wrote in message
> | news:OG9jYas7JHA.2388@TK2MSFTNGP06.phx.gbl...
> | > Is there any user controls in this project? Can you post the contents
> of
> | > VBP file here? Use notepad to open it.
> | >
> | >
> | >
> | Here it is.
> | I have 5 applications, and I have the same problem with all of them,
> | although they differ with some components and references.
> | The vbp file below comes from the project which has the most
> | components/references added.
> | =====================================
> | Type=Exe
> |
> Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#C:\WINDOWS\system32\stdole2.tlb#OLE
> | Automation
> | Object={6B7E6392-850A-101B-AFC0-4210102A8DA7}#1.3#0; COMCTL32.OCX
> | Object={F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0; comdlg32.ocx
> | Object={2398E321-5C6E-11D1-8C65-0060081841DE}#1.0#0; Vtext.dll
> |
> Reference=*\G{03282B5D-B38F-469D-849A-09B0A7F4881B}#1.0#0#C:\PROGRA~1\COMMON~1\Skype\SKYPE4~1.DLL#Skype4COM
> | 1.0 Type Library.
> |
> Reference=*\G{565783C6-CB41-11D1-8B02-00600806D9B6}#1.2#0#C:\WINDOWS\system32\wbem\wbemdisp.TLB#Microsoft
> | WMI Scripting V1.2 Library
> | Object={248DD890-BB45-11CF-9ABC-0080C7E7B78D}#1.0#0; mswinsck.ocx
> | Reference=*\G{00020813-0000-0000-C000-000000000046}#1.5#0#C:\Program
> | Files\Microsoft Office\OFFICE11\EXCEL.EXE#Microsoft Excel 11.0 Object
> | Library
> | Reference=*\G{C866CA3A-32F7-11D2-9602-00C04F8EE628}#5.0#0#C:\Program
> | Files\Common Files\Microsoft Shared\Speech\sapi.dll#Microsoft Speech
> Object
> | Library
> | Module=Dialer; Dialer.bas
> | Form=FrmConnect.frm
> | Form=FrmAbout.frm
> | Form=FrmDialer.frm
> | Form=frmOptions.frm
> | Module=Api; Registry.bas
> | Form=frmSplash.frm
> | Form=frmExpired.frm
> | Module=Tapi; Tapi.bas
> | Module=CallBacks; CallBacks.bas
> | Form=FrmCallDisplay.frm
> | Form=FrmInLog.frm
> | Form=FrmOutLog.frm
> | Module=Wave; Wave.bas
> | Form=frmImportExcel.frm
> | Form=frmPlayList1.frm
> | Form=frmNumbGen.frm
> | ResFile32="phone.RES"
> | IconForm="FrmDialer"
> | Startup="Sub Main"
> | HelpFile=""
> | Title="Auto Dialer Pro"
> | ExeName32="autodial.exe"
> | Command32=""
> | Name="AutoDialerPro"
> | HelpContextID="0"
> | CompatibleMode="0"
> | MajorVer=6
> | MinorVer=3
> | RevisionVer=29
> | AutoIncrementVer=0
> | ServerSupportFiles=0
> | CompilationType=0
> | OptimizationType=0
> | FavorPentiumPro(tm)=0
> | CodeViewDebugInfo=0
> | NoAliasing=0
> | BoundsCheck=0
> | OverflowCheck=0
> | FlPointCheck=0
> | FDIVCheck=0
> | UnroundedFP=0
> | StartMode=0
> | Unattended=0
> | ThreadPerObject=0
> | MaxNumberOfThreads=1
> |
> | [MS Transaction Server]
> | AutoRefresh=1
> | =====================================================
> | Thanks,
> | Fred
> |
> |
>
>
Author
17 Jun 2009 3:00 AM
Kevin Provance
It isn't.  I just wonder why you feel the need to post under a different
name.  Seems suspicious to me.

--
2025
If you do not believe in time travel,
your beliefs are about to be tempered.

http://www.facebook.com/group.php?gid=43606237254
Show quoteHide quote
"fred" <fred@nospamme.com> wrote in message
news:uwKV9Jv7JHA.2456@TK2MSFTNGP02.phx.gbl...
| How that is relevant to the problem posted?
| Fred
|
| "Kevin Provance" <Bill.McCarthy.Is.Stalking.TPASoft.com***@nowhere.edu>
| wrote in message news:OJJ9Jbu7JHA.3860@TK2MSFTNGP05.phx.gbl...
| >I thought your name was Jack.
| >
| > --
| > 2025
| > If you do not believe in time travel,
| > your beliefs are about to be tempered.
| >
| > http://www.facebook.com/group.php?gid=43606237254
| > "fred" <fred@nospamme.com> wrote in message
| > news:u22P5Rt7JHA.356@TK2MSFTNGP03.phx.gbl...
| > |
| > | "Nobody" <nob***@nobody.com> wrote in message
| > | news:OG9jYas7JHA.2388@TK2MSFTNGP06.phx.gbl...
| > | > Is there any user controls in this project? Can you post the
contents
| > of
| > | > VBP file here? Use notepad to open it.
| > | >
| > | >
| > | >
| > | Here it is.
| > | I have 5 applications, and I have the same problem with all of them,
| > | although they differ with some components and references.
| > | The vbp file below comes from the project which has the most
| > | components/references added.
| > | =====================================
| > | Type=Exe
| > |
| >
Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#C:\WINDOWS\system32\stdole2.tlb#OLE
| > | Automation
| > | Object={6B7E6392-850A-101B-AFC0-4210102A8DA7}#1.3#0; COMCTL32.OCX
| > | Object={F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0; comdlg32.ocx
| > | Object={2398E321-5C6E-11D1-8C65-0060081841DE}#1.0#0; Vtext.dll
| > |
| >
Reference=*\G{03282B5D-B38F-469D-849A-09B0A7F4881B}#1.0#0#C:\PROGRA~1\COMMON~1\Skype\SKYPE4~1.DLL#Skype4COM
| > | 1.0 Type Library.
| > |
| >
Reference=*\G{565783C6-CB41-11D1-8B02-00600806D9B6}#1.2#0#C:\WINDOWS\system32\wbem\wbemdisp.TLB#Microsoft
Show quoteHide quote
| > | WMI Scripting V1.2 Library
| > | Object={248DD890-BB45-11CF-9ABC-0080C7E7B78D}#1.0#0; mswinsck.ocx
| > | Reference=*\G{00020813-0000-0000-C000-000000000046}#1.5#0#C:\Program
| > | Files\Microsoft Office\OFFICE11\EXCEL.EXE#Microsoft Excel 11.0 Object
| > | Library
| > | Reference=*\G{C866CA3A-32F7-11D2-9602-00C04F8EE628}#5.0#0#C:\Program
| > | Files\Common Files\Microsoft Shared\Speech\sapi.dll#Microsoft Speech
| > Object
| > | Library
| > | Module=Dialer; Dialer.bas
| > | Form=FrmConnect.frm
| > | Form=FrmAbout.frm
| > | Form=FrmDialer.frm
| > | Form=frmOptions.frm
| > | Module=Api; Registry.bas
| > | Form=frmSplash.frm
| > | Form=frmExpired.frm
| > | Module=Tapi; Tapi.bas
| > | Module=CallBacks; CallBacks.bas
| > | Form=FrmCallDisplay.frm
| > | Form=FrmInLog.frm
| > | Form=FrmOutLog.frm
| > | Module=Wave; Wave.bas
| > | Form=frmImportExcel.frm
| > | Form=frmPlayList1.frm
| > | Form=frmNumbGen.frm
| > | ResFile32="phone.RES"
| > | IconForm="FrmDialer"
| > | Startup="Sub Main"
| > | HelpFile=""
| > | Title="Auto Dialer Pro"
| > | ExeName32="autodial.exe"
| > | Command32=""
| > | Name="AutoDialerPro"
| > | HelpContextID="0"
| > | CompatibleMode="0"
| > | MajorVer=6
| > | MinorVer=3
| > | RevisionVer=29
| > | AutoIncrementVer=0
| > | ServerSupportFiles=0
| > | CompilationType=0
| > | OptimizationType=0
| > | FavorPentiumPro(tm)=0
| > | CodeViewDebugInfo=0
| > | NoAliasing=0
| > | BoundsCheck=0
| > | OverflowCheck=0
| > | FlPointCheck=0
| > | FDIVCheck=0
| > | UnroundedFP=0
| > | StartMode=0
| > | Unattended=0
| > | ThreadPerObject=0
| > | MaxNumberOfThreads=1
| > |
| > | [MS Transaction Server]
| > | AutoRefresh=1
| > | =====================================================
| > | Thanks,
| > | Fred
| > |
| > |
| >
| >
|
|