2000 organizations, including eBay, Ericsson, and Lockheed Martin, now work smarter with Corporate Accounts. Save over 36%!

 

Having problems asking a question? Have a general question about Experts Exchange? Let us know!

 
Time Tested Pascal Solutions: 126 - 150 of 177
 
I'm using Delphi 7 and MySQL db for my database. I'm using a TDatabase component to connect to my database. Locally, I can easily find the ODBC databases that I have set up and configured on m...
We are getting stuck with scheduled tasks. While we have implemented the solution from http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_22063360.html It does not work ...
Can anyone verify this as a proceedure to allow entry into CMOS on system vs CMOS reset? @command prompt C:\>DEBUG O 70 2E [enter] O 71 FF [enter] Q [enter]   You are now back to a comm...
I need to read a Real number (6 bytes) from Pascal file (From a clipper program). Does anybody knows the structure of the Real numer (6 bytes) ? the meaning of each bit ? Thanks in ad...
and are there different versions ? is there viual pascal ? thanx !!!
Hello, At this moment I am writing a server application for Windows. This server uses authentication and  thus has a file in which it registers all it's users. This file is a Windows INI fi...
Hi All, I need to call the ping32.dll library from within an innosetup code section, which uses pascal. Problem is I don't know pascal and do not know how to call a dll. There is an exa...
hey ive been having a problem with basic pascal , what seems logically to work doesnt the program runs ok and goes into the menu as i want but it loops out needing me to say n twice or y tw...
I have Turbo Pascal program which executes long operation in the loop. When user presses key, it should exit this loop: PROCEDURE KEY;   var funckey :char; BEGIN    funckey:= ReadKey; {f...
is it possible to read jpg from pascal? if yes, how can i achieve it? any references for it? thanks a lot!!!
How do you convert the following function call from C++ to Pascal. FWLIBAPI short WINAPI cnc_allclibhndl3( const char *, unsigned short, long, unsigned short * ) I'm ignorant to the C++.
I need to match (possibly nested) brace pairs, for example: {one {two} {three {four}} five} The open brace for "one" is the first character and the closing brace for "one" is the last ch...
I want to be able to read the results of a windows command into a stringlist. The following command: getmac /v /fo csv | findstr Local   produces following results: "Local Area Connection"...
Thanks to help from mimcc I now have my FIFO page replacement simulation, based on keyboard input of integers fully working.  But I’ve now gone astray trying to run it from the random integer ...
Hello to all experts. I have need to two algoritm or programm for Turbo Pascal that : 1) Multiply between two Matrix. A[n*m] * B[m*p] 2) Get Determinan Matrix A[n*m] Very Thanks!
Does anyone know if it's safe to call Application.ProcessMessages within a thread? I'm developing a threaded application that uses some library code. I've noticed that deep within this ther...
I am looking to maybe switch my app from vb6 to delphi and have a couple questions. 1.Does delphi have a resorce editor similar to vb6 ? 2.does delphi have a control similar to vb6's Richtex...
Does anyone know ALL the different formats of .BMP files. Like the structure of the files, from the header to the footer or the end of it.  Windows format first please.
hey y'all. I got another one. I'm trying to making a array with a type like this: uses fdelay, crt; type  ftype = record             fannum:string;             hp:string;             model:...
Three years ago I made a RPG game and puzzle game in Turbo Pascal 7.0, and compile it into EXE file and then distribute the EXEs to my freinds. The awful news is my harddrive bounched on the f...
I am working on the infix to postfix conversion,+ valuating the obtained postfix expression from a given file. I am using the Turbo pascal compiler version 5.0 and have started up with the fo...
This question is simple - how to take a cube root of X (or whatever) in TurboPascal... Also i would appreciate if someone could tell me how the gradation works in TP. Thank you!
Hi there, i am new to pascal, this is my first real program for a computeach assignment. Its a wages calculator that takes some keyboard input, then reads from a text file, then works out th...
Please could you show me an example of how to create a dynamic circular queue, add a node to it, retrieve a node from it, delete a node and any other functions carried out on this type of queu...
Hi all, Can anybody help me - I have some old pascal dat files that I wish to access but have lost the information of the records. Can this be done?