Message Area
Casually read the BBS message area using an easy to use interface. Messages are categorized exactly like they are on the BBS. You may post new messages or reply to existing messages!

You are not logged in. Login here for full access privileges.

Previous Message | Next Message | Back to GoldED Public Release discussion...  <--  <--- Return to Home Page
   Networked Database  GoldED Public Release discussion...   [305 / 433] RSS
 From   To   Subject   Date/Time 
Message   andrew clarke    Ben Ritchey   bug   July 12, 2018
 2:22 AM *  

10 Jul 18 17:10, you wrote to all:

 BR> If I try to build Golded+ (github.com 2018-07-10 Download) with MSVC6 I
 BR> get compile error 2 on line 129 of gdirposx.cpp. If I revert this code
 BR> back to the last source backup I have for Golded+ (sf.net CVS) as "long"
 BR> vice "intptr_t" at

 BR> the beginning of line 129, it works all the way thru with no obvious
 BR> problems reading or writing live messages with the resultant binary
 BR> GedWin.Exe.

 BR> I assume that there is probably more to this error than meets the eye,
 BR> so I will wait for clarification before I distribute anything. :)

intptr_t was introduced with the C99 standard which MSVC6 didn't support.

And at some point since MSVC6 was released, Microsoft changed the return value
of _findfirst() from long to intptr_t.

At the start of gdirposx.cpp you could add something like:

#if _MSC_VER <= 1200
typedef long intptr_t;
#endif

Where 1200 is the internal version number for the C/C++ compiler provided with
MSVC6.

--- GoldED+/BSD 1.1.5-b20180707
 * Origin: Blizzard of Ozz, Melbourne, Victoria, Australia (3:633/267)
  Show ANSI Codes | Hide BBCodes | Show Color Codes | Hide Encoding | Hide HTML Tags | Show Routing
Previous Message | Next Message | Back to GoldED Public Release discussion...  <--  <--- Return to Home Page

VADV-PHP
Execution Time: 0.0801 seconds

If you experience any problems with this website or need help, contact the webmaster.
VADV-PHP Copyright © 2002-2024 Steve Winn, Aspect Technologies. All Rights Reserved.
Virtual Advanced Copyright © 1995-1997 Roland De Graaf.
v2.0.140505

Warning: Unknown: open(c:\Sessions\sess_fnm1bsps1lv8ss714pvftsb856, O_RDWR) failed: No such file or directory (2) in Unknown on line 0 Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (c:\Sessions) in Unknown on line 0 PHP Warning: session_start(): open(c:\Sessions\sess_fnm1bsps1lv8ss714pvftsb856, O_RDWR) failed: No such file or directory (2) in D:\wc5\http\public\VADV\include\common.inc.php on line 45 PHP Warning: Unknown: open(c:\Sessions\sess_fnm1bsps1lv8ss714pvftsb856, O_RDWR) failed: No such file or directory (2) in Unknown on line 0 PHP Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (c:\Sessions) in Unknown on line 0