Visit Experts Exchange from your mobile device to search, ask, and monitor your questions. Never lose touch again.

Preview From Your Desktop
 

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

 
Time Tested Pascal Solutions: 76 - 100 of 178
 
In one of my Delphi application (Turbo Delphi 2006), I have a loop that builds a very large string It looks like this : .../... for I := 1 to N do   begin     .../...     LargeString :...
hi there,      I found blongie shape matching algorithm in Matlab ( http://vision.ucsd.edu/sc_demo/). I want to convert this code to Delphi7. Could you please convert to Delphi7 or atleast ...
To Hypo, Hi there, I have deleted my previous question as I have 'sorted' it- if you'll excuse the pun. However I have another question which believe is quite difficult to solve- for me at l...
in my app I detect is date time are changing, but with my example this procedure go in loop!!!!! How disable procedure when my app is changing time???
I am a beginner at Pascal and I am wondering how to change a Pascal file (.PAS) to an executable file (.EXE) using Turbo Pascal Version 6. It has a Compile menu with the options  "Compile/Mak...
Hi, does anybody know where can I download YACC & LEX grammar for Turbo Pascal 7 ? To earn the points look at Q.10197060 question in C++ section. The question costs 250 points. Thanx!
Hi everyone, i am learning pascal at school...and our summative task is to create a simple game using pascal. Some choices given are tic tac toe, dice rolling, slot machine, battleship, game s...
Hey i am trying to use a bubble sort, to try and sort numbers from 1 to 20 in order. so that array 1 is 1 and array 2 is 2 etc. here is my code im using. *****************************...
I need  two  CHR-Files   Font   Arial   and/or    System-Font  with fixed Size   (fixedsys)   for  Borland Turbo Pascal   6.0      for free Thank you     Thomas
Hello! I'm using the Str function in Delphi 6 (to be able to ignore locale differences and make sure the decimal separator is always period) and when I have a Double type variable and set the...
pascal code hill cipher 4 x 4?
Hi I simply want to be able to set dos environemtn variables from my Borland turbo pascal 7.0 for Dos compiler. I use my apps in Freedos, Dos 6.22 & MS Dos 7. I've seen a couple of possib...
Can someone email me a source-code example of a TSR program (DOS only !) that captures a certain key combo (exmpl: Ctrl+F9) and in response performs a certain action (type your name in etc') ?...
Hello, I need some help on figuring out how to use a bubble sort method, to arrange all the numbers that a user enters in for (Number[x]) , in accending and deccending order. Any help wo...
I'm using a graphical interface in Pascal and I don't want the childprocesses to return ANYTHING back to screen (so both 1 and 2 (error) should be redirected to nul or to a file when I spe...
I wrote a pascal program that is used to store member and book of a book shop I am now writing a procedure to save and load files in the program that use a single link list to store There ...
Does anyone know how to write a procedure to convert milisecond input into the format of hh:mm:ss:ttt ar? Thank you!
I am using a random number generator in Codewarrior Pascal.  It requires a seed to be a longint.  What is the range of possible values that is permitted for a longint.  I had a value since los...
Hi, I'm trying to set up an application which needs to read the 'Paper-Out' signal on a parallel port but all I'm getting is access violation messages. I am using Delphi 7 on Windows XP. ...
Does anyone have an example to solve the 8 Queens problem recursively? Place 8 queens on a chess board so that no two queens are attacking each other
I want in Delphi to ask Windows to open a file and wait completion until to continue I use this code but it fails (returns False). zAppName is the existing file name  if not CreateProcess(ni...
Hello everyone I have an application to call a .exe file via dos command. Is it possilbe to preload the .exe file into ram and call via command line? B.Regards interdev
What is a file with the extension of .BAK?  I wrote a couple of programs and it seems they rewrote themselves on disk as being the same filename with a .BAK suffix.
Hello all, I have some applications written in Borland Pascal 7.0.  Now we have a problem on fast pentium PC's.  On the side of Borland (Inprise) I have found how I can solve these problems...
Hello, this is my problem : I've got a file with at each line a number from 1 till 25. I'm looking for code that can count how many times the numbers occure. (e.g. number 1 : 125 times, n...