anyone never use prolog code inside a Pascal program?
is it possible?
Are there any prolog wrapper for pascal?
i din't find nothing expet:
make my pascal program call C, then call Prolog...
Type: Posts; User: Paizo
anyone never use prolog code inside a Pascal program?
is it possible?
Are there any prolog wrapper for pascal?
i din't find nothing expet:
make my pascal program call C, then call Prolog...
i got a something like that when i used standard tcp components on delphi 5.
try to store the data in a variable before print it
procedure TForm1.socketDataAvailable(Sender: TObject;...
i won't to obligate to you use quake engine but in case u don't know there was a lot of conversion for car racing, aircraft fighting, soccer, etc...
plus there are different open source engine...
when u need other languages just post here in the forum, i can help u with italian.
u may take a look here: http://www.realmcrafter.com/
and what about quake related open source project such as openquartz, tomaz, etc.. ?
maybe is stupid but... images are in jpeg format or was originally in that formatt? ;)
guys, tell me if in future you'll have a trip around venice so i can offer u a beer :o
Congratulation to all the developers as well to Will for the very nice video :)
good job dude :)
Whoohoo! nice to hear that :)
i'll test delphi 5 version on win98 soon.
just for say that there isn't a "registry only" installation on delphi 5.
I solved by manually searching delphi-borland related keys on the user registry with delphi working and imported them on the...
ty i made something like this and work good:
procedure TForm1.SaveReport(const id_report: string);
var
sSql,s, sCampi: String;
F1: Textfile;
begin
I connect through ODBC to a mysql server;
the server is running winxp and the client too, i'm using Tquery component for execute query.
i just wanna save the result of a select query on a file...
hi people,
I'm noob on that :oops:
i have to save the result of a query in a text file, which is the easiest way for do that?
I don't want to install new components i think delphi standard...
I search around but i don't find a solution.
I'm using Tserversocket, i have something like this for receive data:
data: array[0..400] of char;
procedure...
Nice! :) :D
ok thanks; i thinked so but by reading some manuals they always say that filesize return the size in bytes (for untyped and typed files). Nice to know that :)
ok i made some test.
I read the text file containing the spoiler and save it in a record as i want. the record is (names are in italian .P ):
Type
TCardRecord = Record
Serie :...
Yep, you print a big rectangle using drawalpha with delphix and for alpha value use the code above
i would like to contribute but i'm noob :oops: and i don't have any work to show :/
"hello world" is sufficient :lol: ?
pretty nice read benchmarks result :D
like a little competition :D
welcome back!
(i think in the past i read some of your delphix tutorial :) or i mistake? )
you can find information on this languages at the sictus's site (an interpreter for those langauages):
http://www.sics.se/sicstus/docs/latest/html/sicstus.html/
and:
if player.score = getLowestScoreFromList()? :lol:
i'm joking :P
i think you should write instead:
if (player.lives < 1) then
begin
player.dead := true;
if...
for example:
if InputQuery('you made 9999999 points!!!', 'enter your name', TmpStr) then
begin
name := TmpStr;
end;