
Posted:
Jun 15, 2005 @ 12:51am
by Smok Wawelski
VERY VERY irritating behaviour/bug:
PIDE, when I set new project (WINAPI this time). I named it "hello" and placed on the other folder (D:/PPL) than PPL is installed. I made one memo. After saving, folder D:/PPL/hello is created, 3 files (.frm, .prj and .ppl) are inside.
I'm trying to add some code to func WinMain.
Every time I run the hello.ppl it forgots what I changed in that function. In folder D:/PPL suspicious file "hehello.ppl" is resident and every time its contents are copied to hello.ppl which is inside /hello folder.
Am I doing something wrong?

Posted:
Jun 15, 2005 @ 1:23am
by kornalius
1. The UIDemo.ppl will be fixed. It's simple, make sure the InitGameAPIEx doesn't use fullscreen on the PPC.
2. As for the SQLDemo, the SQLite module included is only for the PPC. You will need to download the SQLite.dll for the PC.
3. Is it possible there is a file called hello.frm also? If so, hello.ppl is always regenerated from the hello.frm. You will have to modify the WinMain code directly from the form and not the code.