From: Nigel V Thomas on 3 Sep 2008 17:15 Thanks for the suggestion... I have rebooted my machine and now the problem has gone away! Very very odd Nigel "expvb" <nobody(a)cox.net> wrote in message news:unnxdXgDJHA.5060(a)TK2MSFTNGP03.phx.gbl... > "expvb" <nobody(a)cox.net> wrote in message > news:%23lNo0MgDJHA.3268(a)TK2MSFTNGP03.phx.gbl... >> "Nigel V Thomas" <nospaml(a)nospam.com> wrote in message >> news:%23aeFG1fDJHA.4696(a)TK2MSFTNGP04.phx.gbl... >>> >>> may be worth adding that my project has over 254 modules (OBJ files) >> >> Maybe you hit some command line limit, not to mention project limit, but >> in the later case it won't compile in the IDE. Try changing some file >> names by making them shorter. You don't have to change the module name, >> just the file name. You can use Save As for this, or edit the file name >> in the VBP file. Don't forgot to edit the binary files as well, such as >> FRX files. If you use Save As, it will rename them for you. > > On a second thought, renaming manually is a bad idea. When a property > contain a binary value, like pictures and icons, VB puts it in the "??X" > file and put a reference to it in the FRM file like the following: > > Icon = "Form1.frx":0000 > > So use Save As instead. There are other "??X" files for UserControls, > Designers, Property pages, etc. > >
From: expvb on 3 Sep 2008 17:38 "Nigel V Thomas" <nospaml(a)nospam.com> wrote in message news:4BEDFD07-C91F-4C94-A368-40056153C1E7(a)microsoft.com... > Thanks for the suggestion... > > I have rebooted my machine and now the problem has gone away! > > Very very odd Do this after rebooting and after the compilation: set >a.txt set >b.txt Use WinMerge to compare them: http://winmerge.org
From: Nigel V Thomas on 4 Sep 2008 04:45 I use FC.EXE rather than Win Merge, but in any event, no differences... "expvb" <nobody(a)cox.net> wrote in message news:OqUfy1gDJHA.4824(a)TK2MSFTNGP03.phx.gbl... > "Nigel V Thomas" <nospaml(a)nospam.com> wrote in message > news:4BEDFD07-C91F-4C94-A368-40056153C1E7(a)microsoft.com... >> Thanks for the suggestion... >> >> I have rebooted my machine and now the problem has gone away! >> >> Very very odd > > Do this after rebooting and after the compilation: > > set >a.txt > > set >b.txt > > Use WinMerge to compare them: > > http://winmerge.org > > > >
From: expvb on 4 Sep 2008 19:06 "Nigel V Thomas" <nospaml(a)nospam.com> wrote in message news:4BEDFD07-C91F-4C94-A368-40056153C1E7(a)microsoft.com... > Thanks for the suggestion... > > I have rebooted my machine and now the problem has gone away! > > Very very odd Do you have something configured to delete %TEMP% folder when you restart? If so, try this in the batch file before compiling: DEL /q %TEMP% DEL /q /ah %TEMP% This will delete normal and hidden files.
First
|
Prev
|
Pages: 1 2 Prev: Application error when using VB6 Intrinsic Controls Next: How to get server Time |