]> MOS6581 : DigitalMars

MOS6581 : DigitalMars

HomePage :: PageIndex :: RecentChanges :: RecentlyCommented :: UserSettings :: You are 38.103.63.59
Don't expect to see updates to this page any time soon. I'm currently evaluating PC-BSD external link as an alternative to Windows. FreeBSD's ports make it very easy to use all kinds of libraries and GCC runs much faster than MinGW?'s GCC on Windows (MinGW? GCC's speed was the main reason that pushed me towards the DM compiler).


This page hosts developer packs for the Digital Mars external link compilers. They contain everything needed to get start programming with the respective libraries. The how-to sections explain how the files contained in the developer packs can be generated.

SDL

Developer package

Grab it here. Instructions inside.

How-to

  1. grab a precompiled SDL.dll. From the VC6 or MinGW? devel packages at the SDL site external link for example.
  2. generate the import library
    implib /system /noi SDL.lib SDL.dll

    implib is not included with DMC. It's in the "Basic Utilities" package provided for free on the download page at the Digital Mars website.
  3. compile SDL_win32_main.c
    dmc -I<location of SDL includes> -c -oSDL_main.obj SDL_win32_main.c

    SDL_win32_main.c can be found under 'src/main/win32' in the SDL sources archive.




zlib

to come



libPNG

to come
There is no comment on this page. [Display comments/form]