Advertisement

Experts Exchange is proud to recognize the top quarterly Experts of 2008. These Experts have risen to the top, so CONGRATULATIONS!

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Time Tested Pascal Solutions: 1 - 25 of 70
null
Quick question.. How do I get Pascal to work in win xp?  Does anyone know where I can get a version that will work? Any help appreiciated, thanks
HOW TO READ REAL SERIAL NUMBER OF HARD DRIVE... IN DOS OR WINDOWS ? NOT VIRTUAL SERILA NUMBER... REAL SERILA NUMBER OF HARD DRIVE ... WHAT IS VIRTUAL SERILA NUMBER = ANY SERIAL NUMBER THA...
this is a problem with the windows xp proffessional OS using the username protection system i have found out that others user on my pc can access my documents while they are using there own...
I'm developing a multi threaded application, with each thread using a socket connection to talk to the database. The Socket component is based upon overbyte's ICS Wsocket, which is a essent...
I was wondering if anyone knows where I could get the source code for a B+ Tree implementation. I am especially interested in Deletion. Any high level language would do Java, Pascal, C, C++ or...
Hi all, the program I'm coding is an Icon Changer, I want to extract icons of an exe or a dll, and then apply it on another exe file, I already know how to apply icons on a file, I'm us...
Hi all! I need to write a program in Turbo Pascal which uses Graphics, however I cannot make it work on Windows XP.   I could partition the hard disk and install also windows98 however I sti...
Hi, Pascal experts! I am using Inno SetUp last version to run the installation of my program.. 1. I would like to execute my SysInfo.exe(VC++) in order to check envirement on user's mach...
Hello! I'm working out this assignment, where I should first enter the date string (ddmmyyyy) and then sum them together as (d+d+m+m+y+y+y+y). I have managed to "split" the date as Tdate[1]+...
hi! anybody can give me a graph.tpu for Pascal 7.0 thanks in advance. bmaranan
Gents, I already use the following function to get the volume label using a specific drive letter. I need to be able to scan each connected drive and call this function for each drive. (Unl...
Where can I get a decompiler for Pascal .exe files. Thanks in advance....... (I just have the points I'm offering)
Hello, I'm just learning Turbo Pascal(4.0) in school ,and I'm having some trouble figuring out all these compilers for download on the internet. They say they are free to download and use, bu...
Does anyone know of a (Turbo) Pascal to (Visual) Basic converter?
I have added an item to the windows context menu (right click on any file); When clicked, my application opens so this is ok. I need to know how to display the path and filename of the fil...
I have a program written in Turbo Pascal for a 16 bit system, DOS 6.0, version 7.0. I'd like to convert it into a 32 bit for Windows 2000 OS. I don't know if there's a package out there that...
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 running windows 98 and using Turbo Pascal 7.0 (dos version) to run and teach pascal. I would like to clear the screen so I import (use) the "crt" unit and use the "clrscr" command but eve...
Hi All, I have build an application using Delphi 7. When the application starts it decrypts a set of files to be accessed by the app. For example: "data(e).dat" get decrypted and a new f...
Hello, I am trying to make a call to the stored procedure SP_FKEYS from MSSQL 2005 using BDE And ODBC. If I make the call using the management studio, I get 14 columns : PKTABLE_QUALIFIER,...
Hello, I need some help, I would like someone to create me a demo source code if possible for the following thing: I need two apps, a client and a server, made with Indy 10, and I would like...
I want  to write a program that solves the puzzle of the hanoi towers without using recursion. I think I understand the recursive version but I don't know how to convert it into a non recurs...
I have a database of countries along with their GMT offset and date and time (In GMT) that daylight saving occurs. In order to correctly interact with these time I need to find my local time i...
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
any sample of bucket sort?