Someone with CVS write access

Hi Sam or anyone with CVS access,
In trying to get the Borland command-line compiler to correctly
compile the SDL.dll I have had to make a slight change to begin_code.h .On line 51 I have changed the original line from… # define DECLSPEC __declspec(dllexport) to this new line of… # define DECLSPEC In the Borland compiler, if the __declspec(dllexport) is prepended to a DLL function it may export that function twice, thus creating a bloated DLL. By making the change above, coupled with the new Borland.zip which I will send in the next few days, the SDL.DLL compiles correctly and exports the right number of functions. Could someone please commit this small change to begin_code.h in CVS, so that when I send the Borland.zip and an updated Borland.html to Sam, everything will work as advertised. Thanks in advance. Dominique http://www.DelphiGamer.com := go on, write a game instead; Sam Lantinga wrote:

Hi Sam,
The one in CVS still needs some massaging. I have sent Ney a cleaned
up version and he will hopefully get back to me in the next day or so
once he has had a chance to test them.

Once I get the all clear from him, I will create a new Borland.zip and
send it to you.

Great, thanks.

See ya,
-Sam Lantinga, Software Engineer, Blizzard Entertainment

Hi Sam or anyone with CVS access,
In trying to get the Borland command-line compiler to correctly
compile the SDL.dll I have had to make a slight change to begin_code.h .

I did get your e-mail, and I’ll make that change when I check in your
updated Borland.zip.

See ya,
-Sam Lantinga, Software Engineer, Blizzard Entertainment