I have only Win95 with its DOS7.0 on my machine. I installed Win31 in a Win31 directory. If I hit pf8 after booting the machine and choose selection 6, the machine goes to the DOS prompt. I can ...
http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/Windows/Win95_3x/95/Q_10004...
Zones:
Windows 95Date Answered: 03/07/1997 Grade: C Views: 0
Hi, I want to assign a color from a list. So I do this
Panel1.color:= ListBox1.Items[ListBox1.ItemIndex];
But naturally it says: Incompatible types Tcolor and string
So anybody can tell me how to c...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10130610.html
procedure TAgendaMain.tblAgendaFilterRecord(DataSet: TDataSet;
var Accept: Boolean);
begin
If rgpPorFecha.ItemIndex=1 then
{incompatible types
Accept := dtpDesde.Date <= tblAgend...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10588101.html
(earlier on in the program)
type
cstring=string[100];
URLs = record
link1:cstring;
link2:cstring;
link3:cstring;
link4:cstring;
end;
I defined the record,...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20629461.html
what i have:
input table:
ID field1 field2 Description
1 MainGroupTitle1
2 >> GroupTitle1_1
3 > SubGroupTitle1_1_1
4 Product A
5 Product B
6 Product C
7 >> GroupTitle1_2
8 ...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_20689447.html
Zones:
MS AccessDate Answered: 09/07/2003 Grade: B Views: 0
This is the error message I recieve after reinstalling Windows 98SE.
"You started your computer with a version of MS-DOS incompatible with this version of Windows. Insert a startup diskette ma...
http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/Windows/98/Q_20690751.html
Zones:
Windows 98Date Answered: 07/25/2003 Grade: B Views: 0
I am trying to create a sysprep image of a Windows XP Professional SP2 workstation using the latest sysprep tool that I downloaded for WinXP SP2. When I try to Reseal the machine I get the message...
http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/Windows/XP/Q_21342648.html
Zones:
Windows XPDate Answered: 03/09/2005 Grade: A Views: 0
Why do I keep getting this error message [Error] Unit1.pas(42): Incompatible types: 'Boolean' and 'Integer' With the following code:
procedure TForm1.Button1Click(Sender: TObject);
var
TF : Boo...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10153863.html
Win98 SE: suddenly, in many functions (like install/uninstall applications, find something in html page...) an error occours with description:
"Incompatible version of the RPC stub"
The error r...
http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/Windows/98/Q_20239540.html
Zones:
Windows 98Date Answered: 11/26/2001 Grade: B Views: 4
Hi,
I finally got most of the bugs worked out of my proggy, but I'm having a hell of a time with the registry...
Basically, I have manually entered the registry values that are needed (assume...
http://www.experts-exchange.com/Programming/System/Windows__Programming/Q_20254783.html