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
Documents And Specifications
Remove
Platform
Any
License
Any
Hi again guys!
Thanks for the help last time!
This time I need to know how to put a Bitmap image in pascal (graph mode). Any help will be appreciated!
Thanks guys!
: I am just a beginner in programming in C++. Although I know the basics I still have problems regarding graphics.
: I am currently trying to develop a program that loads a geographic map and gives...
I am trying to create code using irie pascal without benefit of trainning or a book. I often refere to the help file but it is incomplete. can someone send me the help files or perhaps help me create...
: : in other words, does anyone know the file format for a windows shortcut file?
: :
You really don't need to know the file format, you can
create/read/modify shortcuts using API calls....
in other words, does anyone know the file format for a windows shortcut file?
: I am using Dev-Pascal and I am wondering how can you run a Windows based program from the pascal program. What unit do you need to use?
:
:
I'm not familiar with Dev-Pascal, but in TP and...
: I took a course in pascal at my school but we didnt get that far into it so here I am continuing my lessons by myself. I was wondering, what would the command look like to run or delete a file...
I took a course in pascal at my school but we didnt get that far into it so here I am continuing my lessons by myself. I was wondering, what would the command look like to run or delete a file from...
320x200 (say like 800x600) you should use VESA (although programming anything over 320x200 is complicated due to page boundries). The easiest pictures to display are Bitmaps (BMP) because they don't...
: I'm designing a layout in Pascal ^-^ And I wanna set a background for it. The background should be a nice image, not like something we can draw by Pascal. I've tried a program named PCX viewer but...
I'm designing a layout in Pascal ^-^ And I wanna set a background for it. The background should be a nice image, not like something we can draw by Pascal. I've tried a program named PCX viewer but...
: Hello. My problem is that I can't find information on Turbo Vision (for Turbo Pascal 7.0).
:
: Someone. Please help me. Do you know some site where I can find it?
:
: Thanks.
:
TP7 comes...
: : but I can't figure it out.
: : I have only been using Pascal for a few weeks, and I have written a little program which does what I want it to do so far. The problem is I have used an if, then,...
: but I can't figure it out.
: I have only been using Pascal for a few weeks, and I have written a little program which does what I want it to do so far. The problem is I have used an if, then, else...
but I can't figure it out.
I have only been using Pascal for a few weeks, and I have written a little program which does what I want it to do so far. The problem is I have used an if, then, else...
Target and select Protected Mode
Here is what a DLL sourcecode should look like :
LIBRARY LibName;
{$D Some text about what Dll does; facultative}
INTERFACE
PROCEDURE Proc1(Param1 :...
I want to create a dll in borland pascal 7 (tp7). I looked a the help for the "library" clause but I can't seem to get it to work and there are no examples.
can someone show me how to use it or...
: : Hi,
: : I have a dll writen in visual c.
: : Its function parameters are structs (records)
: : I made equal records in delphi by changing this way
: : C
: : struct{
: : int a
: : double b...
: Hi,
: I have a dll writen in visual c.
: Its function parameters are structs (records)
: I made equal records in delphi by changing this way
: C
: struct{
: int a
: double b
: unsignd char...
I have tried to write a DLL in FP. But the names of exported functions were all UPCASE. Can anyone help me? Thanks in advance.