I have a small request for the next release of WinPFGW. Could it be modified to put the line number, current candidate and status in the pop-up when the mouse...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the openpfgw group. File : /linpfgw.pl ...
openpfgw@yahoogroups....
Apr 16, 2004 12:18 am
1485
Err, Phil, what does that perl script actually do? David (not a perlperpson)...
... This end, under RedHat, with zero understanding from this user, this is what my local Pathologically Eclectic Rubbish Lister said, in repsponse to $ perl...
... Have you considered installing Tk.pm? Are you aware of CPAN? You don't need to be, as google will find it in 2 clicks. Phil ===== When inserting a CD, hold...
... linpfgw.png in the files area should explain everything. (such as that I've not worked out how to get Tk to look pretty yet!) Phil ===== When inserting a...
The bug is those lines saying if (pFactorization->AccessList()->GetSize () == 1) in tests.cpp. They ought to be performing an additional test to make sure that...
This needs fixed in 3 spots in test.cpp (-t -tm -tc). Here is how I fixed it (same crappy looking code as in pfgw.cpp trivial checking) // Was it factored...
My first tiny success. It looks like the AMD64 beta compiler from M$ packaged in the Beta Platform SDK knows about long long, however, M$ has still left in...
Has anyone ever tried compiling PFGW for BSD? Has anyone successfully got the Linux version to run on BSD? Phil ===== When inserting a CD, hold down shift to...
... I did briefly without success. ... Yes using FreeBSD. This is why I didn't spend too much time with the above. I made sure Linux emulation was enabled...
... After years of asdf ~ brandelf -t Linux pfgw asdf ~ ./pfgw ELF binary type "Linux" not known. zsh: 72427 abort ./pfgw A few hours ago I finally saw a...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the openpfgw group. File :...
openpfgw@yahoogroups....
May 28, 2004 6:34 am
1497
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the openpfgw group. File :...
openpfgw@yahoogroups....
Jun 3, 2004 8:02 pm
1498
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the openpfgw group. File :...
openpfgw@yahoogroups....
Jun 3, 2004 8:10 pm
1499
I do not have a Linux box at the moment. It has become a Win98/WinMe testing box, testing change I am making to my USB driver. If someone would so kindly...
Maybe i am missing something but the zip and package contain only 4 altered files since the last beta release. These files are: - abcfileformats.txt - News -...
You are totally correct. My oops. I tried to quickly get this build out (before my weekend off), and did not get the actual built exe files copied into the...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the openpfgw group. File :...
openpfgw@yahoogroups....
Jun 7, 2004 3:12 pm
1503
... Has anything changed in the benchmarking code? The two sections that I included from the benchmark imply that it will take at least three times longer to...
I am not sure what is up with the benchmarking, but yes, it has had some changes. ALSO, PaulJ made a better "hi-res" timer, which is being used. I don't...
Yes, I am certainly seeing a problem testing these numbers: c:\prime\openpfgw\openpfgw\q\z>pfgw a PFGW Version 20031222.Win_Dev (Beta 'caveat utilitor') [FFT...
Found the problem (Thank for spotting this Mark). I had this: //#ifndef GW_EMULATEASSEMBLER #if 0 to NOT use the asm "proth-like" reduction code, but to use...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the openpfgw group. File :...
openpfgw@yahoogroups....
Jun 8, 2004 3:25 pm
1508
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the openpfgw group. File :...
openpfgw@yahoogroups....
Jun 8, 2004 3:25 pm
1509
I just tried to compile the 06/08 version, but it failed. Not sure if it's related, but I think the OS on this computer was updated since the last compile I...
Greg, around line 788 in pform/pfgw_main.cpp, change: for (int i = 0; i < strlen(cp); ++i) { to: int i = 0; for (; i < strlen(cp); ++i) { I think that is the...
The below change "fixes" that file. The "testing" I did was to use MinGW to build. MinGW works (using MSYS as the borne shell), however, you have to run: ...
... 6.4.4.1 #5 says gcc is broken then. What version of GCC, and what language options are in use? Are you compiling as C89 or C95/ISO? ... #include <limits.h>...
... GCC 3.3.1 (mingw special 20030804-1) is being used. I have no idea what the "default" it compiles to. However, no specific switch like --use-c95 (note I...