Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.basic.misc > #64 > unrolled thread
| Started by | "Helge Haensel" <dj1wm@nurfuerspam.de> |
|---|---|
| First post | 2011-06-03 17:20 +0200 |
| Last post | 2011-06-18 11:49 +0200 |
| Articles | 20 — 4 participants |
Back to article view | Back to comp.lang.basic.misc
vb5e in w7 "Helge Haensel" <dj1wm@nurfuerspam.de> - 2011-06-03 17:20 +0200
Re: vb5e in w7 ralph <nt_consulting64@yahoo.net> - 2011-06-03 13:43 -0500
Re: vb5e in w7 "Helge Haensel" <dj1wm@nurfuerspam.de> - 2011-06-04 10:10 +0200
Re: vb5e in w7, correction! "Helge Haensel" <dj1wm@nurfuerspam.de> - 2011-06-04 11:21 +0200
Re: vb5e in w7, correction! ralph <nt_consulting64@yahoo.net> - 2011-06-04 05:37 -0500
Re: vb5e in w7 Karl E. Peterson <karl@exmvps.org> - 2011-06-15 15:13 -0700
Re: vb5e in w7 "Helge Haensel" <dj1wm@nurfuerspam.de> - 2011-06-16 10:49 +0200
Re: vb5e in w7 "Helge Haensel" <dj1wm@nurfuerspam.de> - 2011-06-16 10:57 +0200
Re: vb5e in w7 Karl E. Peterson <karl@exmvps.org> - 2011-06-16 11:54 -0700
Re: vb5e in w7 "Helge Haensel" <dj1wm@nurfuerspam.de> - 2011-06-17 10:26 +0200
Re: vb5e in w7 ralph <nt_consulting64@yahoo.net> - 2011-06-17 03:56 -0500
Re: vb5e in w7 "Helge Haensel" <dj1wm@nurfuerspam.de> - 2011-06-17 11:20 +0200
Re: vb5e in w7 ralph <nt_consulting64@yahoo.net> - 2011-06-17 06:45 -0500
Re: vb5e in w7 "Helge Haensel" <dj1wm@nurfuerspam.de> - 2011-06-18 10:33 +0200
Re: vb5e in w7 "Helge Haensel" <dj1wm@nurfuerspam.de> - 2011-06-17 11:46 +0200
Re: vb5e in w7 ralph <nt_consulting64@yahoo.net> - 2011-06-17 06:34 -0500
Re: vb5e in w7 ralph <nt_consulting64@yahoo.net> - 2011-06-17 06:36 -0500
Re: vb5e in w7 "Helge Haensel" <dj1wm@nurfuerspam.de> - 2011-06-18 10:36 +0200
Re: vb5e in w7 Eric Coleman <eric@strategon.com> - 2011-06-17 09:57 -0500
Re: vb5e in w7 "Helge Haensel" <dj1wm@nurfuerspam.de> - 2011-06-18 11:49 +0200
| From | "Helge Haensel" <dj1wm@nurfuerspam.de> |
|---|---|
| Date | 2011-06-03 17:20 +0200 |
| Subject | vb5e in w7 |
| Message-ID | <op.vwh97wbgsjedh2@dj1wm.fqdn.th-h.de> |
Hallo NG! Installed vb5E in w7. OK. W7 comes with msvbvm60.dll only. After installation of vb5e msvbvm50.dll was in the same folder as msvbvm60.dll (C:\Windows\SysWOW64\. Execution of one of my vb-programs gave error: wrong version of dll. Tried to register the dll with regsvr32/i gave error: dll was loaded, but the install-entrypoint wasn't found. It is the same dll I used for years on my XP-PC without problems. Any ideas? Thanks! Vy 73! Helge -- Helge, DJ1WM
[toc] | [next] | [standalone]
| From | ralph <nt_consulting64@yahoo.net> |
|---|---|
| Date | 2011-06-03 13:43 -0500 |
| Message-ID | <6baiu6hbjbbg0hhnbi722uljshef42dsr2@4ax.com> |
| In reply to | #64 |
On Fri, 03 Jun 2011 17:20:10 +0200, "Helge Haensel" <dj1wm@nurfuerspam.de> wrote: > >Hallo NG! >Installed vb5E in w7. OK. W7 comes with msvbvm60.dll only. After >installation of vb5e msvbvm50.dll was in the same folder as msvbvm60.dll >(C:\Windows\SysWOW64\. >Execution of one of my vb-programs gave error: wrong version of dll. >Tried to register the dll with regsvr32/i gave error: dll was loaded, but >the install-entrypoint wasn't found. >It is the same dll I used for years on my XP-PC without problems. Any >ideas? Thanks! >Vy 73! Helge Haven't tried VB5 on Win7, but you said "one" of your applications. So others ran fine? It might be a case of another missing dependancy. The Windows Loader will error on or report on the component it is trying to load, when the problem is actually a dependent component later on down the line. eg, ComponentA is dependent on ComponentB and ComponentB is dependent on ComponentC. ComponentC is the wrong version, missing, &etc. When the Windows Loader attempts to load ComponentA the load will fail because of an error from ComponentC - but the Loader will still report it is unable to load ComponentA. Run a Dependency Checker and check if all components listed are available and the correct version. -ralph
[toc] | [prev] | [next] | [standalone]
| From | "Helge Haensel" <dj1wm@nurfuerspam.de> |
|---|---|
| Date | 2011-06-04 10:10 +0200 |
| Message-ID | <op.vwjk0d1esjedh2@dj1wm.fqdn.th-h.de> |
| In reply to | #65 |
Am 03.06.2011, 20:43 Uhr, schrieb ralph <nt_consulting64@yahoo.net>: > On Fri, 03 Jun 2011 17:20:10 +0200, "Helge Haensel" > <dj1wm@nurfuerspam.de> wrote: > >> >> Hallo NG! >> Installed vb5E in w7. OK. W7 comes with msvbvm60.dll only. After >> installation of vb5e msvbvm50.dll was in the same folder as >> msvbvm60.dll >> (C:\Windows\SysWOW64\. >> Execution of one of my vb-programs gave error: wrong version of dll. >> Tried to register the dll with regsvr32/i gave error: dll was loaded, >> but >> the install-entrypoint wasn't found. >> It is the same dll I used for years on my XP-PC without problems. Any >> ideas? Thanks! >> Vy 73! Helge > > Haven't tried VB5 on Win7, but you said "one" of your applications. So > others ran fine? No! > > It might be a case of another missing dependancy. > > The Windows Loader will error on or report on the component it is > trying to load, when the problem is actually a dependent component > later on down the line. > eg, > ComponentA is dependent on ComponentB and ComponentB is dependent on > ComponentC. > ComponentC is the wrong version, missing, &etc. > > When the Windows Loader attempts to load ComponentA the load will fail > because of an error from ComponentC - but the Loader will still report > it is unable to load ComponentA. > > Run a Dependency Checker and check if all components listed are > available and the correct version. Dependancy Checker? Can you recommend one? Helge > > -ralph
[toc] | [prev] | [next] | [standalone]
| From | "Helge Haensel" <dj1wm@nurfuerspam.de> |
|---|---|
| Date | 2011-06-04 11:21 +0200 |
| Subject | Re: vb5e in w7, correction! |
| Message-ID | <op.vwjn96cusjedh2@dj1wm.fqdn.th-h.de> |
| In reply to | #65 |
Am 03.06.2011, 20:43 Uhr, schrieb ralph <nt_consulting64@yahoo.net>: > On Fri, 03 Jun 2011 17:20:10 +0200, "Helge Haensel" > <dj1wm@nurfuerspam.de> wrote: > >> >> Hallo NG! >> Installed vb5E in w7. OK. W7 comes with msvbvm60.dll only. After >> installation of vb5e msvbvm50.dll was in the same folder as >> msvbvm60.dll >> (C:\Windows\SysWOW64\. >> Execution of one of my vb-programs gave error: wrong version of dll. >> Tried to register the dll with regsvr32/i gave error: dll was loaded, >> but >> the install-entrypoint wasn't found. >> It is the same dll I used for years on my XP-PC without problems. Any >> ideas? Thanks! >> Vy 73! Helge > > Haven't tried VB5 on Win7, but you said "one" of your applications. So > others ran fine? Some small programs run, other say 'Wrong version' Helge
[toc] | [prev] | [next] | [standalone]
| From | ralph <nt_consulting64@yahoo.net> |
|---|---|
| Date | 2011-06-04 05:37 -0500 |
| Subject | Re: vb5e in w7, correction! |
| Message-ID | <iq1ku65jcmaprr50u7uqtnnu1n060t84rf@4ax.com> |
| In reply to | #67 |
On Sat, 04 Jun 2011 11:21:32 +0200, "Helge Haensel" <dj1wm@nurfuerspam.de> wrote: >Am 03.06.2011, 20:43 Uhr, schrieb ralph <nt_consulting64@yahoo.net>: > >> On Fri, 03 Jun 2011 17:20:10 +0200, "Helge Haensel" >> <dj1wm@nurfuerspam.de> wrote: >> >>> >>> Hallo NG! >>> Installed vb5E in w7. OK. W7 comes with msvbvm60.dll only. After >>> installation of vb5e msvbvm50.dll was in the same folder as >>> msvbvm60.dll >>> (C:\Windows\SysWOW64\. >>> Execution of one of my vb-programs gave error: wrong version of dll. >>> Tried to register the dll with regsvr32/i gave error: dll was loaded, >>> but >>> the install-entrypoint wasn't found. >>> It is the same dll I used for years on my XP-PC without problems. Any >>> ideas? Thanks! >>> Vy 73! Helge >> >> Haven't tried VB5 on Win7, but you said "one" of your applications. So >> others ran fine? > >Some small programs run, other say 'Wrong version' >Helge Then it is most likely caused by the runtime itself not being the correct version: "PRB: "Wrong Version Of Run-Time DLL" When Starting Application" http://support.microsoft.com/kb/185992 A dependency checker belongs in every programmers toolbox. 'Dependency Walker' came with the VB Enterprise Edition, but you might as well get the latest version. "Dependency Walker 2.2" http://www.dependencywalker.com/
[toc] | [prev] | [next] | [standalone]
| From | Karl E. Peterson <karl@exmvps.org> |
|---|---|
| Date | 2011-06-15 15:13 -0700 |
| Message-ID | <itbapo$q4j$1@dont-email.me> |
| In reply to | #64 |
Helge Haensel presented the following explanation : > Hallo NG! > Installed vb5E in w7. OK. W7 comes with msvbvm60.dll only. After installation > of vb5e msvbvm50.dll was in the same folder as msvbvm60.dll > (C:\Windows\SysWOW64\. > Execution of one of my vb-programs gave error: wrong version of dll. Tried > to register the dll with regsvr32/i gave error: dll was loaded, but the > install-entrypoint wasn't found. > It is the same dll I used for years on my XP-PC without problems. Any ideas? > Thanks! > Vy 73! Helge You might want to download the latest service packs, assuming they're still available. Or, the SP3 updated runtime can be found here: http://support.microsoft.com/default.aspx?scid=180071 -- .NET: It's About Trust! http://vfred.mvps.org
[toc] | [prev] | [next] | [standalone]
| From | "Helge Haensel" <dj1wm@nurfuerspam.de> |
|---|---|
| Date | 2011-06-16 10:49 +0200 |
| Message-ID | <op.vw5uthucsjedh2@dj1wm.fqdn.th-h.de> |
| In reply to | #90 |
Am 16.06.2011, 00:13 Uhr, schrieb Karl E. Peterson <karl@exmvps.org>: > Helge Haensel presented the following explanation : >> Hallo NG! >> Installed vb5E in w7. OK. W7 comes with msvbvm60.dll only. After >> installation of vb5e msvbvm50.dll was in the same folder as >> msvbvm60.dll (C:\Windows\SysWOW64\. >> Execution of one of my vb-programs gave error: wrong version of dll. >> Tried to register the dll with regsvr32/i gave error: dll was loaded, >> but the install-entrypoint wasn't found. >> It is the same dll I used for years on my XP-PC without problems. Any >> ideas? Thanks! >> Vy 73! Helge > > You might want to download the latest service packs, assuming they're > still available. Or, the SP3 updated runtime can be found here: > > http://support.microsoft.com/default.aspx?scid=180071 That is the kick. My vb5ee seems to run again properly with W7 now! Thanks! Helge
[toc] | [prev] | [next] | [standalone]
| From | "Helge Haensel" <dj1wm@nurfuerspam.de> |
|---|---|
| Date | 2011-06-16 10:57 +0200 |
| Message-ID | <op.vw5u5itrsjedh2@dj1wm.fqdn.th-h.de> |
| In reply to | #90 |
Am 16.06.2011, 00:13 Uhr, schrieb Karl E. Peterson <karl@exmvps.org>: > Helge Haensel presented the following explanation : >> Hallo NG! >> Installed vb5E in w7. OK. W7 comes with msvbvm60.dll only. After >> installation of vb5e msvbvm50.dll was in the same folder as >> msvbvm60.dll (C:\Windows\SysWOW64\. >> Execution of one of my vb-programs gave error: wrong version of dll. >> Tried to register the dll with regsvr32/i gave error: dll was loaded, >> but the install-entrypoint wasn't found. >> It is the same dll I used for years on my XP-PC without problems. Any >> ideas? Thanks! >> Vy 73! Helge > > You might want to download the latest service packs, assuming they're > still available. Or, the SP3 updated runtime can be found here: > > http://support.microsoft.com/default.aspx?scid=180071 > Well, there are still some 'Access denied's, when loading modules into the IDE. Helge
[toc] | [prev] | [next] | [standalone]
| From | Karl E. Peterson <karl@exmvps.org> |
|---|---|
| Date | 2011-06-16 11:54 -0700 |
| Message-ID | <itdjgp$c94$1@dont-email.me> |
| In reply to | #93 |
Helge Haensel was thinking very hard : > Am 16.06.2011, 00:13 Uhr, schrieb Karl E. Peterson <karl@exmvps.org>: > >> Helge Haensel presented the following explanation : >>> Hallo NG! >>> Installed vb5E in w7. OK. W7 comes with msvbvm60.dll only. After >>> installation of vb5e msvbvm50.dll was in the same folder as msvbvm60.dll >>> (C:\Windows\SysWOW64\. >>> Execution of one of my vb-programs gave error: wrong version of dll. Tried >>> to register the dll with regsvr32/i gave error: dll was loaded, but the >>> install-entrypoint wasn't found. >>> It is the same dll I used for years on my XP-PC without problems. Any >>> ideas? Thanks! >>> Vy 73! Helge >> >> You might want to download the latest service packs, assuming they're still >> available. Or, the SP3 updated runtime can be found here: >> >> http://support.microsoft.com/default.aspx?scid=180071 >> > > Well, there are still some 'Access denied's, when loading modules into the > IDE. Need more info, there. Be sure to set it to run as administrator, for instance. And that the files are accessible (can be opened in Notepad?) otherwise. -- .NET: It's About Trust! http://vfred.mvps.org
[toc] | [prev] | [next] | [standalone]
| From | "Helge Haensel" <dj1wm@nurfuerspam.de> |
|---|---|
| Date | 2011-06-17 10:26 +0200 |
| Message-ID | <op.vw7oej0psjedh2@dj1wm.fqdn.th-h.de> |
| In reply to | #95 |
Am 16.06.2011, 20:54 Uhr, schrieb Karl E. Peterson <karl@exmvps.org>: > Helge Haensel was thinking very hard : >> Am 16.06.2011, 00:13 Uhr, schrieb Karl E. Peterson <karl@exmvps.org>: >> >>> Helge Haensel presented the following explanation : >>>> Hallo NG! >>>> Installed vb5E in w7. OK. W7 comes with msvbvm60.dll only. After >>>> installation of vb5e msvbvm50.dll was in the same folder as >>>> msvbvm60.dll (C:\Windows\SysWOW64\. >>>> Execution of one of my vb-programs gave error: wrong version of dll. >>>> Tried to register the dll with regsvr32/i gave error: dll was >>>> loaded, but the install-entrypoint wasn't found. >>>> It is the same dll I used for years on my XP-PC without problems. Any >>>> ideas? Thanks! >>>> Vy 73! Helge >>> >>> You might want to download the latest service packs, assuming they're >>> still available. Or, the SP3 updated runtime can be found here: >>> >>> http://support.microsoft.com/default.aspx?scid=180071 >>> >> >> Well, there are still some 'Access denied's, when loading modules into >> the IDE. > > Need more info, there. Be sure to set it to run as administrator, for > instance. And that the files are accessible (can be opened in Notepad?) > otherwise. > A small problem here, how to start vb5 as admin (I logged in as admin) by using a link on my desktop? Is there a param for that, i.e. "vb5.exe /admin"? Yes I can open all files in notepad. Is a way that lets me find/determine the culprit file? Helge
[toc] | [prev] | [next] | [standalone]
| From | ralph <nt_consulting64@yahoo.net> |
|---|---|
| Date | 2011-06-17 03:56 -0500 |
| Message-ID | <5e5mv691g5tj7gh8f59erh5h8hutfoij0a@4ax.com> |
| In reply to | #96 |
On Fri, 17 Jun 2011 10:26:33 +0200, "Helge Haensel" <dj1wm@nurfuerspam.de> wrote: >> >A small problem here, how to start vb5 as admin (I logged in as admin) by >using a link on my desktop? Is there a param for that, i.e. "vb5.exe >/admin"? > >Yes I can open all files in notepad. Is a way that lets me find/determine >the culprit file? >Helge Right-click the desktop icon. There will be an option to "Run As" Also select options there will be further options to always "Run As". If the VBIDE reports an error in loading modules. After it loads there will be a .LOG file in the project folder listing the problem modules.
[toc] | [prev] | [next] | [standalone]
| From | "Helge Haensel" <dj1wm@nurfuerspam.de> |
|---|---|
| Date | 2011-06-17 11:20 +0200 |
| Message-ID | <op.vw7qwlyhsjedh2@dj1wm.fqdn.th-h.de> |
| In reply to | #97 |
Am 17.06.2011, 10:56 Uhr, schrieb ralph <nt_consulting64@yahoo.net>: > On Fri, 17 Jun 2011 10:26:33 +0200, "Helge Haensel" > <dj1wm@nurfuerspam.de> wrote: > > >>> >> A small problem here, how to start vb5 as admin (I logged in as admin) >> by >> using a link on my desktop? Is there a param for that, i.e. "vb5.exe >> /admin"? >> >> Yes I can open all files in notepad. Is a way that lets me >> find/determine >> the culprit file? >> Helge > > Right-click the desktop icon. > There will be an option to "Run As" I know, I do that. > Also select options there will be further options to always "Run As". Didn't find. > > If the VBIDE reports an error in loading modules. After it loads there > will be a .LOG file in the project folder listing the problem modules. Well, found those files. Some classes are not loaded. I check that with the IDE. Helge
[toc] | [prev] | [next] | [standalone]
| From | ralph <nt_consulting64@yahoo.net> |
|---|---|
| Date | 2011-06-17 06:45 -0500 |
| Message-ID | <mafmv65gtiaogpm8kmiglfpunn6lacv4ra@4ax.com> |
| In reply to | #98 |
On Fri, 17 Jun 2011 11:20:35 +0200, "Helge Haensel" <dj1wm@nurfuerspam.de> wrote: >> Also select options there will be further options to always "Run As". >Didn't find. >> Right-click -> Properties -> Shortcut Tab -> [Advance] button [I still use the old term "Run As", but it is now "Run as administrator". The old "Run As" is now exclusive to 'run as another user'.]
[toc] | [prev] | [next] | [standalone]
| From | "Helge Haensel" <dj1wm@nurfuerspam.de> |
|---|---|
| Date | 2011-06-18 10:33 +0200 |
| Message-ID | <op.vw9jdanfsjedh2@dj1wm.fqdn.th-h.de> |
| In reply to | #102 |
Am 17.06.2011, 13:45 Uhr, schrieb ralph <nt_consulting64@yahoo.net>: > On Fri, 17 Jun 2011 11:20:35 +0200, "Helge Haensel" > <dj1wm@nurfuerspam.de> wrote: > > >>> Also select options there will be further options to always "Run As". >> Didn't find. >>> > > Right-click -> Properties -> Shortcut Tab -> [Advance] button ok, got that one. Thanks. Helge > > [I still use the old term "Run As", but it is now "Run as > administrator". The old "Run As" is now exclusive to 'run as another > user'.]
[toc] | [prev] | [next] | [standalone]
| From | "Helge Haensel" <dj1wm@nurfuerspam.de> |
|---|---|
| Date | 2011-06-17 11:46 +0200 |
| Message-ID | <op.vw7r221hsjedh2@dj1wm.fqdn.th-h.de> |
| In reply to | #97 |
Am 17.06.2011, 10:56 Uhr, schrieb ralph <nt_consulting64@yahoo.net>: > On Fri, 17 Jun 2011 10:26:33 +0200, "Helge Haensel" > <dj1wm@nurfuerspam.de> wrote: > > >>> >> A small problem here, how to start vb5 as admin (I logged in as admin) >> by >> using a link on my desktop? Is there a param for that, i.e. "vb5.exe >> /admin"? >> >> Yes I can open all files in notepad. Is a way that lets me >> find/determine >> the culprit file? >> Helge > > Right-click the desktop icon. > There will be an option to "Run As" > Also select options there will be further options to always "Run As". > > If the VBIDE reports an error in loading modules. After it loads there > will be a .LOG file in the project folder listing the problem modules. Do you know the internal name for the MS Rich Textbox Control? I can click that in IDE/Project/Components, but then it immediately says 'Access denied'. Helge
[toc] | [prev] | [next] | [standalone]
| From | ralph <nt_consulting64@yahoo.net> |
|---|---|
| Date | 2011-06-17 06:34 -0500 |
| Message-ID | <0gcmv69u9kei48hsic23fsjisqeiiklvsn@4ax.com> |
| In reply to | #99 |
On Fri, 17 Jun 2011 11:46:04 +0200, "Helge Haensel" <dj1wm@nurfuerspam.de> wrote: >Am 17.06.2011, 10:56 Uhr, schrieb ralph <nt_consulting64@yahoo.net>: > >> On Fri, 17 Jun 2011 10:26:33 +0200, "Helge Haensel" >> <dj1wm@nurfuerspam.de> wrote: >> >> >>>> >>> A small problem here, how to start vb5 as admin (I logged in as admin) >>> by >>> using a link on my desktop? Is there a param for that, i.e. "vb5.exe >>> /admin"? >>> >>> Yes I can open all files in notepad. Is a way that lets me >>> find/determine >>> the culprit file? >>> Helge >> >> Right-click the desktop icon. >> There will be an option to "Run As" >> Also select options there will be further options to always "Run As". >> >> If the VBIDE reports an error in loading modules. After it loads there >> will be a .LOG file in the project folder listing the problem modules. >Do you know the internal name for the MS Rich Textbox Control? >I can click that in IDE/Project/Components, but then it immediately says >'Access denied'. >Helge Not sure what you mean by "internal name". The description you see in the Components Dialog should be "Microsoft Rich Text Control 6.0 (SP4)" C:\WINNT\system32\RICHTX32.OCX <root may vary> VB6 only needs Read and Execute permissions on the System32 folder. As it is unlikely a control will be loaded with a Class module, I assume this is another issue? Is this a PC you have complete control over, or one in a Corporate environment (subject to the whims of an Adminstrator)?
[toc] | [prev] | [next] | [standalone]
| From | ralph <nt_consulting64@yahoo.net> |
|---|---|
| Date | 2011-06-17 06:36 -0500 |
| Message-ID | <4uemv6hkk8e0p2t32hjamd8eknupcb6i72@4ax.com> |
| In reply to | #100 |
On Fri, 17 Jun 2011 06:34:02 -0500, ralph <nt_consulting64@yahoo.net> wrote: Oops! Forgot you are using VB5. Don't know what version of the Rich Text Control came with VB5, or whether the 6.0 version will work with a VB5 project. Sry -ralph
[toc] | [prev] | [next] | [standalone]
| From | "Helge Haensel" <dj1wm@nurfuerspam.de> |
|---|---|
| Date | 2011-06-18 10:36 +0200 |
| Message-ID | <op.vw9jiqffsjedh2@dj1wm.fqdn.th-h.de> |
| In reply to | #100 |
Am 17.06.2011, 13:34 Uhr, schrieb ralph <nt_consulting64@yahoo.net>: > On Fri, 17 Jun 2011 11:46:04 +0200, "Helge Haensel" > <dj1wm@nurfuerspam.de> wrote: > >> Am 17.06.2011, 10:56 Uhr, schrieb ralph <nt_consulting64@yahoo.net>: >> >>> On Fri, 17 Jun 2011 10:26:33 +0200, "Helge Haensel" >>> <dj1wm@nurfuerspam.de> wrote: >>> >>> >>>>> >>>> A small problem here, how to start vb5 as admin (I logged in as admin) >>>> by >>>> using a link on my desktop? Is there a param for that, i.e. "vb5.exe >>>> /admin"? >>>> >>>> Yes I can open all files in notepad. Is a way that lets me >>>> find/determine >>>> the culprit file? >>>> Helge >>> >>> Right-click the desktop icon. >>> There will be an option to "Run As" >>> Also select options there will be further options to always "Run As". >>> >>> If the VBIDE reports an error in loading modules. After it loads there >>> will be a .LOG file in the project folder listing the problem modules. >> Do you know the internal name for the MS Rich Textbox Control? >> I can click that in IDE/Project/Components, but then it immediately says >> 'Access denied'. >> Helge > > > Not sure what you mean by "internal name". > The description you see in the Components Dialog should be > "Microsoft Rich Text Control 6.0 (SP4)" > C:\WINNT\system32\RICHTX32.OCX > <root may vary> OK, RICHTX32.OCX > > VB6 only needs Read and Execute permissions on the System32 folder. > > As it is unlikely a control will be loaded with a Class module, I > assume this is another issue? Is this a PC you have complete control > over, or one in a Corporate environment (subject to the whims of an > Adminstrator)? Well, this my PC in my home, I am the only user looged in as admin. Helge
[toc] | [prev] | [next] | [standalone]
| From | Eric Coleman <eric@strategon.com> |
|---|---|
| Date | 2011-06-17 09:57 -0500 |
| Message-ID | <itfq05$d62$1@speranza.aioe.org> |
| In reply to | #99 |
On 6/17/2011 4:46 AM, Helge Haensel wrote: > Am 17.06.2011, 10:56 Uhr, schrieb ralph <nt_consulting64@yahoo.net>: > >> On Fri, 17 Jun 2011 10:26:33 +0200, "Helge Haensel" >> <dj1wm@nurfuerspam.de> wrote: >> >> >>>> >>> A small problem here, how to start vb5 as admin (I logged in as >>> admin) by >>> using a link on my desktop? Is there a param for that, i.e. "vb5.exe >>> /admin"? >>> >>> Yes I can open all files in notepad. Is a way that lets me >>> find/determine >>> the culprit file? >>> Helge >> >> Right-click the desktop icon. >> There will be an option to "Run As" >> Also select options there will be further options to always "Run As". >> >> If the VBIDE reports an error in loading modules. After it loads there >> will be a .LOG file in the project folder listing the problem modules. > Do you know the internal name for the MS Rich Textbox Control? > I can click that in IDE/Project/Components, but then it immediately says > 'Access denied'. > Helge Could this potentially be a license issue with the control? Also, when you installed VB, did the install complete properly? I ask because on VB6 on Win7 32bit, the install process will fail if one of the extra tools is selected for install. I can't remember which one it is, something like OLE/COM object viewer or one of the other extra tools. What happens is that the installation doesn't finish completely, and although VB may run, other issues appear due to the install not finishing. The only fix is to not install that tool. Sorry that I can't remember which one it is. Only then will the install really complete and have all the registry stuff and other things added that is necessary, such as license information.
[toc] | [prev] | [next] | [standalone]
| From | "Helge Haensel" <dj1wm@nurfuerspam.de> |
|---|---|
| Date | 2011-06-18 11:49 +0200 |
| Message-ID | <op.vw9mv4k7sjedh2@dj1wm.fqdn.th-h.de> |
| In reply to | #103 |
Am 17.06.2011, 16:57 Uhr, schrieb Eric Coleman <eric@strategon.com>: > On 6/17/2011 4:46 AM, Helge Haensel wrote: >> Am 17.06.2011, 10:56 Uhr, schrieb ralph <nt_consulting64@yahoo.net>: >> >>> On Fri, 17 Jun 2011 10:26:33 +0200, "Helge Haensel" >>> <dj1wm@nurfuerspam.de> wrote: >>> >>> >>>>> >>>> A small problem here, how to start vb5 as admin (I logged in as >>>> admin) by >>>> using a link on my desktop? Is there a param for that, i.e. "vb5.exe >>>> /admin"? >>>> >>>> Yes I can open all files in notepad. Is a way that lets me >>>> find/determine >>>> the culprit file? >>>> Helge >>> >>> Right-click the desktop icon. >>> There will be an option to "Run As" >>> Also select options there will be further options to always "Run As". >>> >>> If the VBIDE reports an error in loading modules. After it loads there >>> will be a .LOG file in the project folder listing the problem modules. >> Do you know the internal name for the MS Rich Textbox Control? >> I can click that in IDE/Project/Components, but then it immediately says >> 'Access denied'. >> Helge > > Could this potentially be a license issue with the control? Also, when > you installed VB, did the install complete properly? I ask because on > VB6 on Win7 32bit, the install process will fail if one of the extra > tools is selected for install. I can't remember which one it is, > something like OLE/COM object viewer or one of the other extra tools. > What happens is that the installation doesn't finish completely, and > although VB may run, other issues appear due to the install not > finishing. The only fix is to not install that tool. Sorry that I can't > remember which one it is. Only then will the install really complete and > have all the registry stuff and other things added that is necessary, > such as license information. Thanks for all the information. In the meantime I managed to run the programs in question. The installation of vb5EE was without problems and really smooth. BTW, I have w7/64. The problem was mainly with the components which after the install were not selected in the IDE for the specific program(s). Als the CommonDialog control (cmdlg32.ocx) was missing in the source. Now I hope that all the other programs can be recompiled successfully also. Thank you guys for all the infos and your suggestions. Helge
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.basic.misc
csiph-web