Jump to page: 1 2
Thread overview
Getting DAllegro 5 to work in Windows
Dec 24, 2014
Joel
Dec 24, 2014
Kagamin
Dec 26, 2014
Joel
Jan 30, 2015
Joel
Jan 30, 2015
Mike Parker
Jan 30, 2015
Joel
Jan 30, 2015
Mike Parker
Jan 30, 2015
Kagamin
Jan 30, 2015
Joel
Dec 25, 2014
Ivan Kazmenko
Jan 30, 2015
BBaz
December 24, 2014
I can't get implib.exe (http://ftp.digitalmars.com/bup.zip) to produce .lib files from dlls (https://www.allegro.cc/files/). I think it works for other people.

Thanks for any help.
December 24, 2014
Works for me on allegro-5.0.10-mt.dll, produced 391kb lib file.
December 25, 2014
On Wednesday, 24 December 2014 at 06:47:26 UTC, Joel wrote:
> I can't get implib.exe (http://ftp.digitalmars.com/bup.zip) to produce .lib files from dlls (https://www.allegro.cc/files/). I think it works for other people.
>
> Thanks for any help.

Reading Part II of this answer on Stackoverflow may help:
http://stackoverflow.com/a/22106548/1488799

If it does not, please be more specific as to what goes wrong.
December 26, 2014
On Wednesday, 24 December 2014 at 09:57:31 UTC, Kagamin wrote:
> Works for me on allegro-5.0.10-mt.dll, produced 391kb lib file.

I think my Windows 7 on my Mac has system damage - I used a doggy flash drive. I plan to install Window 8.1, and hopefully that will fix the problem.
January 30, 2015
On Friday, 26 December 2014 at 08:43:24 UTC, Joel wrote:
> On Wednesday, 24 December 2014 at 09:57:31 UTC, Kagamin wrote:
>> Works for me on allegro-5.0.10-mt.dll, produced 391kb lib file.
>
> I think my Windows 7 on my Mac has system damage - I used a doggy flash drive. I plan to install Window 8.1, and hopefully that will fix the problem.

Update.

What happens is, that I run the script file (in DAllegro folder) and it is suppose to create lib files from the DLL ones. On my system, it says its done it but no lib files pop up!

It happens on another computer too. (maybe from my dodgy flash drive).

The guy at the computer shop said he didn't think it was a virus.

There's an idea that the files get wiped off as soon as they are created.

So I've just been using an older version of Allegro/DAllegro.
January 30, 2015
On 1/30/2015 3:16 PM, Joel wrote:
>
> Update.
>
> What happens is, that I run the script file (in DAllegro folder) and it
> is suppose to create lib files from the DLL ones. On my system, it says
> its done it but no lib files pop up!
>
> It happens on another computer too. (maybe from my dodgy flash drive).
>
> The guy at the computer shop said he didn't think it was a virus.
>
> There's an idea that the files get wiped off as soon as they are created.
>
> So I've just been using an older version of Allegro/DAllegro.

FYI, I have a nearly finished dynamic binding to Allegro 5 that doesn't require any link-time dependencies. I'll be adding it to DerelictOrg as soon as it's done. I hope that to be sometime on the other side of this coming weekend. I only have a couple more addons to work through.
January 30, 2015
On Friday, 30 January 2015 at 06:16:21 UTC, Joel wrote:
> What happens is, that I run the script file (in DAllegro folder) and it is suppose to create lib files from the DLL ones. On my system, it says its done it but no lib files pop up!

You can try procmon to watch, what happens with files.
January 30, 2015
On Friday, 30 January 2015 at 07:34:53 UTC, Mike Parker wrote:
> On 1/30/2015 3:16 PM, Joel wrote:
>>
>> Update.
>>
>> What happens is, that I run the script file (in DAllegro folder) and it
>> is suppose to create lib files from the DLL ones. On my system, it says
>> its done it but no lib files pop up!
>>
>> It happens on another computer too. (maybe from my dodgy flash drive).
>>
>> The guy at the computer shop said he didn't think it was a virus.
>>
>> There's an idea that the files get wiped off as soon as they are created.
>>
>> So I've just been using an older version of Allegro/DAllegro.
>
> FYI, I have a nearly finished dynamic binding to Allegro 5 that doesn't require any link-time dependencies. I'll be adding it to DerelictOrg as soon as it's done. I hope that to be sometime on the other side of this coming weekend. I only have a couple more addons to work through.

Ok, cool. What about Mac OS?

January 30, 2015
On Friday, 30 January 2015 at 07:53:12 UTC, Kagamin wrote:
> On Friday, 30 January 2015 at 06:16:21 UTC, Joel wrote:
>> What happens is, that I run the script file (in DAllegro folder) and it is suppose to create lib files from the DLL ones. On my system, it says its done it but no lib files pop up!
>
> You can try procmon to watch, what happens with files.

Ok, I'll have to have a look.
January 30, 2015
On 1/30/2015 6:48 PM, Joel wrote:

>> FYI, I have a nearly finished dynamic binding to Allegro 5 that
>> doesn't require any link-time dependencies. I'll be adding it to
>> DerelictOrg as soon as it's done. I hope that to be sometime on the
>> other side of this coming weekend. I only have a couple more addons to
>> work through.
>
> Ok, cool. What about Mac OS?
>
It should work across all the major platforms.
« First   ‹ Prev
1 2