Re: [fpc-pascal] Possibly a dumb question....

2009-12-28 Thread Bart
Hi Jennifer, Did you save the program before hitting Run? B.t.w. Better use the Lazarus mailinglist, or the Lazarus forum for questions on Lazarus. Bart ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org

[fpc-pascal] RE: Possibly a dumb question.... (Jennifer Usher)

2009-12-28 Thread Jeff Miller
I have been trying to compile a simple test program and I keep getting the following errors: c:\lazarus\fpc\2.2.4\bin\i386-win32\windres.exe: can't open file `project1.manifest': No such file or directory I am about a week ahead of you with Lazarus, and I struggled with that error too. It

Re: [fpc-pascal] RE: Possibly a dumb question.... (Jennifer Usher)

2009-12-28 Thread Jürgen Hestermann
I have been trying to compile a simple test program and I keep getting the following errors: c:\lazarus\fpc\2.2.4\bin\i386-win32\windres.exe: can't open file `project1.manifest': No such file or directory I am about a week ahead of you with Lazarus, and I struggled with that error too. It seems

Re: [fpc-pascal] RE: Possibly a dumb question.... (Jennifer Usher)

2009-12-28 Thread Vincent Snijders
Jürgen Hestermann schreef: I have been trying to compile a simple test program and I keep getting the following errors: c:\lazarus\fpc\2.2.4\bin\i386-win32\windres.exe: can't open file `project1.manifest': No such file or directory I am about a week ahead of you with Lazarus, and I struggled

Re: [fpc-pascal] Possibly a dumb question....

2009-12-28 Thread Jennifer Usher
-- From: Bart bartjun...@gmail.com Sent: Monday, December 28, 2009 7:48 AM To: FPC-Pascal users discussions fpc-pascal@lists.freepascal.org Subject: Re: [fpc-pascal] Possibly a dumb question Hi Jennifer, Did you save the program before

Re: [fpc-pascal] RE: Possibly a dumb question.... (Jennifer Usher)

2009-12-28 Thread Jennifer Usher
-- From: Jeff Miller mil...@psy.otago.ac.nz Sent: Monday, December 28, 2009 9:26 AM To: fpc-pascal@lists.freepascal.org Subject: [fpc-pascal] RE: Possibly a dumb question (Jennifer Usher) I am about a week ahead of you with Lazarus, and I

Re: [fpc-pascal] RE: Possibly a dumb question.... (Jennifer Usher)

2009-12-28 Thread Graeme Geldenhuys
2009/12/28 Jeff Miller mil...@psy.otago.ac.nz: with that error too. It seems you must save the project once before you can compile it.  After the first save, you can make changes and recompile without saving again, but that first save seems to be crucial. Please report this in Mantis as a

Re: [fpc-pascal] RE: Possibly a dumb question.... (Jennifer Usher)

2009-12-28 Thread Graeme Geldenhuys
2009/12/28 Vincent Snijders vsnijd...@vodafonevast.nl: It is a bug ans should save that file automatically. And the bug seems to be Windows specific. It works perfectly under Linux, by automatically saving in the /tmp directory. -- Regards, - Graeme -

Re[2]: [fpc-pascal] RE: Possibly a dumb question.... (Jennifer Usher)

2009-12-28 Thread JoshyFun
Hello FPC-Pascal, Monday, December 28, 2009, 10:08:38 PM, you wrote: GG 2009/12/28 Jeff Miller mil...@psy.otago.ac.nz: with that error too. It seems you must save the project once before you can compile it.  After the first save, you can make changes and recompile without saving again, but

Re: [fpc-pascal] RE: Possibly a dumb question.... (Jennifer Usher)

2009-12-28 Thread Joost van der Sluis
On Mon, 2009-12-28 at 23:08 +0200, Graeme Geldenhuys wrote: 2009/12/28 Jeff Miller mil...@psy.otago.ac.nz: with that error too. It seems you must save the project once before you can compile it. After the first save, you can make changes and recompile without saving again, but that first

Re: [fpc-pascal] OpenCL

2009-12-28 Thread dmitry boyarintsev
On Tue, Dec 22, 2009 at 2:26 PM, Lourival Mendes mendes.louri...@gmail.com wrote: please correct me if I'm wrong, CUDA work only for NVidia and OpenCL should work for all GPU, right?  and if I got the idea the OpenCL bindings submitted works only for Mac. Can I get and try it on Windows?