Installing AutoCAD 14, I get everytimes an error telling that VBA (visual basic for applications) cannot be installed (the messagebox tells a very very meaningful 'error 18' (sigh) and aborts VBA setup). As I've seen that someone is working on visual basic apps (maybe Ann and Jason Edmeades ?), does someone have an idea of the solution ?
Regards
Max
On Sun, Jul 07, 2002 at 10:43:02PM +0200, Max wrote:
Installing AutoCAD 14, I get everytimes an error telling that VBA (visual basic for applications) cannot be installed (the messagebox tells a very very meaningful 'error 18' (sigh) and aborts VBA setup). As I've seen that someone is working on visual basic apps (maybe Ann and Jason Edmeades ?), does someone have an idea of the solution ?
Yes, the solution is to - run wine --debugmsg +relay,+ole,+typelib MyPrg.exe &>/tmp/wine_vba.log - bzip2 or gzip wine_vba.log - mail it to me
;-)
well, that's what I mean for a quick and inexpensive solution :-) Just reinstalling it and send you logs !
Regards
Max
Alle 23:27, sabato 6 luglio 2002, hai scritto:
On Sun, Jul 07, 2002 at 10:43:02PM +0200, Max wrote:
Installing AutoCAD 14, I get everytimes an error telling that VBA (visual basic for applications) cannot be installed (the messagebox tells a very very meaningful 'error 18' (sigh) and aborts VBA setup). As I've seen that someone is working on visual basic apps (maybe Ann and Jason Edmeades ?), does someone have an idea of the solution ?
Yes, the solution is to
- run wine --debugmsg +relay,+ole,+typelib MyPrg.exe &>/tmp/wine_vba.log
- bzip2 or gzip wine_vba.log
- mail it to me
;-)
hmmm... on second thought, not so quick nor unexpensive solution.... The log is "only" 1.4 GigaBytes, I guess it's unmailable even if well compressed ! I'll try tomorrow to cut off the interesting part before mailing !
Regards
Max
Likely the installer does not find a file with FindNextFile (Error 18 = ERROR_NO_MORE_FILES). The relay-trace with -debugmsg +dosfs,+relay shouls say more.
juergen
Installing AutoCAD 14, I get everytimes an error telling that VBA (visual basic for applications) cannot be installed (the messagebox tells a very very meaningful 'error 18' (sigh) and aborts VBA setup). As I've seen that someone is working on visual basic apps (maybe Ann and Jason Edmeades ?), does someone have an idea of the solution ?
Regards
Max
--- juergen.schmied@debitel.net
On Sun, Jul 07, 2002 at 01:36:55PM +0200, Jürgen Schmied wrote:
Likely the installer does not find a file with FindNextFile (Error 18 = ERROR_NO_MORE_FILES). The relay-trace with -debugmsg +dosfs,+relay shouls say more.
Oh no, not another problem caused by buggy Find*() (directory not returned ?). These functions seem to be pretty problematic, they should be fixed (via a regression test preferrably).
It's on my ToDo list. Going to do some major file system work soon.