Advertisement

1 - 10 of 203 containing alltags:("incompatible") (0 seconds)
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 ...
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...
Zones: Delphi ProgrammingDate Answered: 02/20/1999 Grade: A Views: 8
procedure TAgendaMain.tblAgendaFilterRecord(DataSet: TDataSet;   var Accept: Boolean); begin   If rgpPorFecha.ItemIndex=1 then     {incompatible types     Accept := dtpDesde.Date <= tblAgend...
Zones: Delphi ProgrammingDate Answered: 07/06/2000 Grade: A Views: 0
(earlier on in the program) type cstring=string[100];     URLs = record       link1:cstring;       link2:cstring;       link3:cstring;       link4:cstring;     end; I defined the record,...
Zones: Delphi ProgrammingDate Answered: 05/28/2003 Grade: B Views: 0
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      ...
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...
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...
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...
Zones: Delphi ProgrammingDate Answered: 04/26/1999 Grade: A Views: 0
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...
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...
Zones: Windows ProgrammingDate Answered: 01/14/2002 Grade: A Views: 0