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...
Hi! I tried to compile 20040107_Linux_Dev_Beta_PFGW on a pentium 4 and an athlon thunderbird machine with gcc 3.3. both stopped with some serious errors I've...
If you look a few messages back, you will see that some of these were listed. I have not gotten a newer version up fixing them however. For your fixes: - The...
Hi! Okay, I replaced the pfprzfile.cpp. The remaining errors are: 1. errors produced by the configure files on the athlon machine. But this error can't be cpu...
I have also been working with Greg about this offline, but have not heard back from him, so I don't know if this is the fix or not. Try this: 1. modify (by...
Greg, Before you upload, please include the files: asminp.h cpuid.cxx gwcontext_new.cpp (all zipped into 4greg.zip) These files have been updated as per your...
Hi! I have created a small page containing the newest sources and static linked binaries of OpenPFGW for linux. Its address is http://riemann.ath.cx. I will...
Request for comments: Numerous times, there has been a request to minimize screen IO on PFGW. WinPFGW has hacked a few cludges, to handle most of this issue....
... LinPFGW resembles WinPFGW, I believe. I was thinking of adding a family of filters so that it could be verbose or quiet, simply by discarding lines from...
... That is "sort of" what WinPFGW does also. It filters itself, and it also filters "some" within the PFGuiOutput class. The filtering within the class,...