Windows
Microsoft first introduced an operating environment named Windows in November 1985 as an add-on to MS-DOS in response to the growing interest in graphical user interfaces (GUIs).
Application
Components and Libraries
Remove
Language
Pascal
Remove
License
Any
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...
: 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...
I have some suggestion for your first "tutorial seeking" for the WIN32 API in PASCAL.
Basically that WIN32 API is written in C/C++, so you will not find (hard to find source) any PASCAL source for...
: By using Windows compilers for Pascal we can access windows API..
: What my doubt is can we access Windows API from TURBO PASCAL 7.
:
I don't understand why anyone would want to use an...
Hello,
Thanks for Your Info..
I know that There are Different Pascal compilers..By using Windows compilers for Pascal we can access windows API..
What my doubt is can we access Windows API from...
This message was edited by Moderator at 2003-9-5 5:47:47
: Please any one can tell us is it possible to acess windows API from pascal programming?.
:
: Currently we are using RTOS to provide...
I agree, actually I like c more. The reason I use Delphi is the job need me to use it.
In the study of object pascal, I found object pascal actually can do almost the same I can do with c/c++ but...
: : 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....
: Well I don't have the uses crt program. I have to type uses wincrt. Does the graphics package come with the compiler?
:
Because you are using TPW you probably will have problems with graphics. I...
: : : when i click leftmouse, i got this message"Unable to locate the function", why i can't get the function address?
: : : i already put the mydll.dll file in the same folder and some PATH...
: : when i click leftmouse, i got this message"Unable to locate the function", why i can't get the function address?
: : i already put the mydll.dll file in the same folder and some PATH environment...
: when i click leftmouse, i got this message"Unable to locate the function", why i can't get the function address?
: i already put the mydll.dll file in the same folder and some PATH environment...
when i click leftmouse, i got this message"Unable to locate the function", why i can't get the function address?
i already put the mydll.dll file in the same folder and some PATH environment...
: Ive never tried using ActiveX controls, so Im not sure what you would need. But as far as standard API functions just make sure the WINDOWS unit is included on your uses line, and you'll be able...
I'm not sure whether I understand correctly, callback functions are those called in the midst of the execution of Win32 API functions, for instance a typical callback function - the window procedure...
Ok I know it's all old .but I am still interested in it
does anyone know of some source code that covers using DLL's
with TurboVision and Borland Pascal 7
Also if I may. Info on a good...
I have to write some programs in Delphi 3, which have to access Btrieve data files on NetWare server running Btrieve 6.10. The programs must run on Windows 98 and Windows 2000.
I have written...
Hi,
I don`t know how to do in Pascal, but in C/C++ it it very easy.
I guess you want to do this under win32 !? Than you can handle the ports like a file, where you write a buffer or a single...
: The reason I am not quite positive towards Pascal is that it is NOT capable
: of carrying out a lot of the tasks which I can perform easily in Delphi
What sort of tasks?
One of the major...
: This may sound like a stupid question but where is the delay command in Delphi. I am porting over a turbo pascal program and trying to find the delay command. Need to delay in a repeat until loop...