bug-gnubg
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-gnubg] Link error, build 030521


From: Øystein O Johansen
Subject: Re: [Bug-gnubg] Link error, build 030521
Date: Thu, 22 May 2003 08:43:26 +0200

> Linking changelog 1.1082 of 030521:
>
> openurl.o(.text+0x1e):openurl.c: undefined reference to `ShellExecute'

Now I've tried it! Ignore my last message, Nardy!  ;-)

First add these lines to openurl.c:

#ifdef WIN32
#include <windows.h>
#endif

Then change the ShellExecute call ro read:

ShellExecute(NULL, TEXT("open"), szURL, NULL, NULL, 0);

At least this works on my system.

-Øystein




-------------------------------------------------------------------
The information contained in this message may be CONFIDENTIAL and is
intended for the addressee only. Any unauthorised use, dissemination of the
information or copying of this message is prohibited. If you are not the
addressee, please notify the sender immediately by return e-mail and delete
this message.
Thank you.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]