I am trying to compile a 64bit dll for use with a 64bit C# application. I have a simple class and a simple app to try and test it and it falls over no matter what I try and do.Here is the code:
Having read a line from a text file using ReadLn(InputFile, strVar), I need to read each character of strVar, and if it contains the letter \'E\' (for example), I want to output (write to a new file,
I would like to read from standard input word by word (i.e., the input string is always a collection of words separated with blanks). Now I\'m using the rea开发者_开发百科d function and I read the inp
I need to make parts of my Win32 Delphi app available to another company\'s Linux gcc program. Throughput and deployment requirements make any s开发者_开发百科ort of remote service unsuitable so I\'m
I have a database that I need to query over and over as fast as possible. My queries execute pretty quickly, but there seems to be some additional lag.
Howdy, Pascal masters! I\'ve got a file type of custom records: DBCell = record Name: string[10]; Surname: string[15];
I wrote a Pascal function to replace either a whole line, or just a part of it, in a file, for use in Inno Setup:
I am writing a program (using Free Pascal, not C) that parses the header of eCryptfs files. One of the values in the header starts at byte 7 and ends at 15 (an 8 byte value). It is of use to me beca
English Translation (been a while, so may not be entirely accurate; used google translate for the parts I had trouble with):
I\'m writing a custom structure manipulation program, and I\'ve got the following types: type StrLen = 0..MaxLen;