Re: [fpc-pascal] FP.exe error in x86_64-Win64

2019-08-09 Thread Jean SUZINEAU
Le 09/08/2019 à 15:39, James Richters a écrit : I am not using libusb in my project yet…  all that is still just in separate test programs.  This is the original version of my project, just compiled f

Re: [fpc-pascal] FP.exe error in x86_64-Win64

2019-08-09 Thread James Richters
: Friday, August 9, 2019 9:24 AM To: fpc-pascal@lists.freepascal.org Subject: Re: [fpc-pascal] FP.exe error in x86_64-Win64 Le 09/08/2019 à 14:19, James Richters a écrit : Now I have a new problem. I am able to successfully compile and run my project with the text IDE if I use the trunk version of

Re: [fpc-pascal] FP.exe error in x86_64-Win64

2019-08-09 Thread Jean SUZINEAU
Le 09/08/2019 à 14:19, James Richters a écrit : Now I have a new problem.  I am able to successfully compile and run my project with the text IDE if I use the trunk version of FPC, and I can run the r

Re: [fpc-pascal] FP.exe error in x86_64-Win64

2019-08-09 Thread James Richters
Now I have a new problem. I am able to successfully compile and run my project with the text IDE if I use the trunk version of FPC, and I can run the resulting exe just fine on the computer I compiled it on, but when I run it on one of my other computers, one that I was always able to run the

Re: [fpc-pascal] FP.exe error in x86_64-Win64

2019-08-08 Thread James Richters
@lists.freepascal.org Subject: Re: [fpc-pascal] FP.exe error in x86_64-Win64 Hello, I reproduced the problem. I run fpcupdeluxe x86_64-win64-win32, this is the log of what I've done: button Setup+, Options Override, FPC options -gw, then click OK, then click FPC Only After recompilati

Re: [fpc-pascal] FP.exe error in x86_64-Win64

2019-08-07 Thread Jean SUZINEAU
Hello, I reproduced the problem. I run fpcupdeluxe x86_64-win64-win32, this is the log of what I've done: button Setup+, Options Override, FPC options -gw, then click OK, then click FPC Only After recompilation by fpcupdeluxe: Open cmd, cd to fpcupdeluxe\fpc\bin\x86_64-win64 gdb.ex

Re: [fpc-pascal] FP.exe error in x86_64-Win64

2019-08-07 Thread James Richters
pascal.org Subject: Re: [fpc-pascal] FP.exe error in x86_64-Win64 I misunderstood your previous problem, it only crashes when you try to compile the source, not at startup... Did you ever try to debug a program on Win64? Now is the time to try: you will need a win64 GDB and recompile the IDE

Re: [fpc-pascal] FP.exe error in x86_64-Win64

2019-08-07 Thread Pierre Muller
I misunderstood your previous problem, it only crashes when you try to compile the source, not at startup... Did you ever try to debug a program on Win64? Now is the time to try: you will need a win64 GDB and recompile the IDE using -gw option. The important GDB option here is set win32

Re: [fpc-pascal] FP.exe error in x86_64-Win64

2019-08-07 Thread James Richters
I deleted all files that start with FP so it would have to make new ones and tried to compile: Writeln('Hello World!'); And it did not work.. it has the exact same error. James -Original Message- Hi, Le 07/08/2019 à 13:17, James Richters a écrit : > I’m trying to use FPC3.0.4 for x

Re: [fpc-pascal] FP.exe error in x86_64-Win64

2019-08-07 Thread Pierre Muller
Hi, Le 07/08/2019 à 13:17, James Richters a écrit : > I’m trying to use FPC3.0.4 for x86_64-win64.  > > I built it with: > https://github.com/LongDirtyAnimAlf/fpcupdeluxe/releases/tag/1.6.2x   -   > fpcupdeluxe-x86_64-win64.exe > >   > > I am trying to use the Text IDE using the same FP.CFG FP