Pascal
Pascal is an influential imperative and procedural programming language, intended to encourage good programming practices using so called structured programming and data structuring.
Application
Components and Libraries
Remove
Platform
Any
License
Any
My platform is Windows XP. I found a solution to compile programs with 640X480X16bit but I have to have an extern program that emulate DOS, and from that program execute my program.
Is there a way...
Hello Atex,
yes, are you referring to units such as 'video' and 'graph' . Units are another item on the must learn list- but from a beginner's point of view they are something like a procedure only...
: : Hi all
: :
: : I am looking for a unit under Free Pascal that will allow me to get
: : strings, integers etc. A nice input box would be nice, along with a
: : way to escape from entering...
: Hi all
:
: I am looking for a unit under Free Pascal that will allow me to get
: strings, integers etc. A nice input box would be nice, along with a
: way to escape from entering anything....
: : Hello.
: : I hav just made a DLL file using Turbo Pascal 1.5
: : How do I use it in VB?
: : Normal methods of declaring DLLs dont work.
: : What should I do?
: :
:
: How does Pascal...
: Hello.
: I hav just made a DLL file using Turbo Pascal 1.5
: How do I use it in VB?
: Normal methods of declaring DLLs dont work.
: What should I do?
:
How does Pascal export it's...
Hello.
I hav just made a DLL file using Turbo Pascal 1.5
How do I use it in VB?
Normal methods of declaring DLLs dont work.
What should I do?
This message was edited by Alcatiz at 2006-11-8 14:7:58
: How can i solve my problem? I have to communicate two PC via an UTP network cable.
:
: One pc (586, with 8mb) is connected to a card...
: Can some one please help me and tell me how the olevariant works? i'm not realy sure how to use it and the places i do use it it doesn't work.
:
: I need to know this cause the server...
: Perhaps the ActiveX component cannot find the server due to firewall restrictions, or log-in restrictions.
: Based on your description of the code from BloggerBuddy, it could be anyone of these...
:
:
: I think __pascal is something VC++ specific. The PASCAL calling convention from the win api should be used.
:
: void PASCAL AAA(int* ptr);
:
: But PASCAL is probably defined as...
: I have a question but I don't know if this is the right place to ask it.
: If someone could possibly help me I would appreciate it.
: Could someone maybe tell me how to write a very very simple...
: Well, i need to use a DLL programmed in Delphi 3 with Dev-Cpp,
: (i'm truely new on this topic).
Delphi 3 is programmed in Turbo Pascal (Pascal with OOP). If it IS possible to load DLL's from...
: This message was edited by NinthAngle at 2005-8-17 13:49:7
:
: : : Hi,
: : : I found a Library called "Graphix" : http://www.cg.tuwien.ac.at/~knapp/graphix_old/gxframe.html
: : :
: : :...
: hi andre,
: do u know abt the site "inversereality.org"
: here u can find athe that u require to record 5-sec or 5hr sound.
: u can code it in the dos environment.
:
: All the...
free pascal compiler should be good for setting proccesses.
it is also possible to be done i think with turbo pascal for
windows(tpw).
i saw end task function in tpw so i guess you can do there...
: I think that might be easier with a 32-bit pascal compiler instead of using TP. This kind of programming must make use of the windows API directly, which is difficult to do with TP.
:
which...
This message was edited by MT2002 at 2005-5-12 17:39:0
: Hey,
:
: Below is a list of code translated from Pascal to C++ but with a few mistakes i think, im new to C programming and i got this...
: hello there
:
: i have met a strange thing over the tp7 of mine.
: when i want to creat a dll file as i know instead of writing
: "program" or "unit" i should write "library"(as i seen in few...