CPU
A Central Processing Unit (CPU), or sometimes just called processor, is a description of a class of logic machines that can execute computer programs.
Application
Computer Science
Remove
Language
Pascal
Remove
License
Any
its a .tpu file for TP7/BP7 v7 has dpmi version, but go get a bett crt unit or ask me for mine. Otherwise you get RT200 errors.
I use FPC. It has graph and video units in the LCL with Lazarus....
The thing is, it worked perfectly from a Pascal compiled source. But from C, I get this error:
16 bit MS-DOS Subsystem (DIALOG)
C:\TIMER\timer.exe
The NTVDM CPU has encountered an illegal...
: : : : : : : Can somebody please teach me how to use bitmap pics in a pascal program?
: : : : : : : What unit must i have? I use Turbo pascal 7.0.
: : : : : : :
: : : : : : : Thank you in...
: : : : : : Can somebody please teach me how to use bitmap pics in a pascal program?
: : : : : : What unit must i have? I use Turbo pascal 7.0.
: : : : : :
: : : : : : Thank you in advance.
: :...
Hi Friends,
I have to write the Pascal code for 8086 assembler.
Can anyone tell me how I can find a free file of that?
Best regards
Opamp
: I already use pascal in my PII pc but just a month ago I buy pentium 4 1,6Ghz.
: The problem is when I compile pascal program it work and when I run it say that run time error 200.
: Then I get...
I already use pascal in my PII pc but just a month ago I buy pentium 4 1,6Ghz.
The problem is when I compile pascal program it work and when I run it say that run time error 200.
Then I get crtfix...
I use windows xp and pentium 4 1,6Ghz
when I compile pascal program it work and when I run it say that run time error 200.
Then I get crtfix 1.16 by eugene and I patch the crt.tpu but still the...
4 then //If the value of counter is greater than 4
begin
//Play you're sound here
//It will be played after 5 seconds have passed
Timer1.interval := 0; //Stop the timer
end;...
: : can someone help me? To view excel file and list them using PASCAL. Thanks
: :
:
: Try exporting excel file into CSV (comma separated values)
: and rest is then easy. The cells content is...
: can someone help me? To view excel file and list them using PASCAL. Thanks
:
Try exporting excel file into CSV (comma separated values)
and rest is then easy. The cells content is saved in...
Delphi automatically makes a byte into 4 bytes of size, so that the pentium processor can access it more quickly. This can be overridden using the word "packed" before you record. This thus becomes:...
: How do i delete a dir that is not empty?
: And what's that about pascal programs on a pentium 2?
:
: Gert
:
You can get command.com to do work for you. Use the DOS unit, use GetEnvVar to get...
: How do i delete a dir that is not empty?
: And what's that about pascal programs on a pentium 2?
:
: Gert
:
I would write a procedure called DeltreeDir that would do this:
try RemoveDir...
: How do i delete a dir that is not empty?
: And what's that about pascal programs on a pentium 2?
:
: Gert
:
If you are using TP, check help for instruction RemoveDir.
TP7 has faulty CRT...
How do i delete a dir that is not empty?
And what's that about pascal programs on a pentium 2?
Gert
: : I'm wondering,
: :
: : I bought a new Pentium III 866Mhz with AGP graphics etc. Yesterday i was trying to install my BP7.0 compiler. Eveything seemed to be ok. Until I found out that, after...
: I'm wondering,
:
: I bought a new Pentium III 866Mhz with AGP graphics etc. Yesterday i was trying to install my BP7.0 compiler. Eveything seemed to be ok. Until I found out that, after...
I'm wondering,
I bought a new Pentium III 866Mhz with AGP graphics etc. Yesterday i was trying to install my BP7.0 compiler. Eveything seemed to be ok. Until I found out that, after compiling...
: Here I am again!
: how can I write this in assembler:
:
: var
: i:integer;
: x:array of integer;
: begin
: for i:=1 to 44 do
: PutPixel(X, Y, 44);{i need a putpixel macro to 320*200}...