Page 1 of 1

DataMite now officially released.

PostPosted: Jun 13, 2006 @ 5:02pm
by kornalius

PostPosted: Jun 13, 2006 @ 11:13pm
by MagNet

PostPosted: Jun 13, 2006 @ 11:51pm
by kornalius

PostPosted: Jun 14, 2006 @ 3:34pm
by mmtbb

PostPosted: Jun 14, 2006 @ 8:13pm
by kornalius

PostPosted: Jun 15, 2006 @ 6:49pm
by MagNet
Hehe, I might learn some normal programming language too, would be handy. PPL is quite limited when it comes to pc programming imo... but I don't really know it so I dunno :), atm I'm trying to make a program but can't find any command that would start some exe file. Is there such a command?

Oh and what should I learn? C++ or pascal?

Oh and another thing, is it possible to use a similar dialog for selecting folders as the one for loading files?

PostPosted: Jun 16, 2006 @ 12:30am
by kornalius
There are Windows functions that can do all of this which PPL has access too. But they're just might not be declared at this moment.

You can review the #declare and #declareapi compiler statements.

Check Windows.ppl library for a better understanding.

PostPosted: Jun 16, 2006 @ 12:32am
by kornalius
Oh and, Object-Pascal is easier and better than C++ imho. I prefer C to C++. Object-Pascal is Delphi, it simpler and the runtime is as fast as C++.

However C++ is a standard in programming world. I suggest you learn Object-Pascal first then it'll help you understand C++.