Re: Ruby, MySQL on WinXP?



Tree Dweller wrote:

I don't think the toolkit comes with "nmake" though, so you're out of
luck w.r.t. executing a make file.


I think either the Platform SDK (downloadable) does, and you need that to compile most anything on Windows anyway, or the .NET SDK does. Unfortunately both hefty downloads, and require some tweaking to get to work right.

The main problem with the downloadable toolkit is that it doesn't come with the import libraries to MSVCRT.DLL, which means most builds will fail to link. The .NET SDK comes with them, but:

- the CL.EXE that comes with .NET v1.1 is a crippled version that doesn't do optimizations.
- the one that comes with v2.0 is a complete compiler, but the import libraries link against the new MSVCRT80.DLL, which is not provided with the SDK download or anywhere else legally.


If doing Rails development, just abuse that you are provided a database layer - use SQLite3 for development, works as a charm without running the server, and use MySQL as the production server. Before deploying, use Rails Schemas to dump the development DB metadata and recreate it from scratch in the production environment. The production machine will most likely be a *nix server where the native extensions are either less painful to build, or Someone Else's Problem.

Oh - and Cygwin helps loads too.

David Vallner



.



Relevant Pages

  • Re: Whats Needed to Develop for Win CE 2.11?
    ... I simply used Google to search for "Palm sized pc sdk download". ... > I just found the downloads on the page specified by: ... >>> I have the mobile development resource kit (embedded ...
    (microsoft.public.pocketpc.developer)
  • Re: Where could I get the "TrimmerVB" sample?
    ... I need to use DirectShow DES ... > to trim video files, I searched the total SDK,but didn't find any sample ... but I didn't found it in all the SDK samples. ... You could have found this by looking at the Downloads section of my site ...
    (microsoft.public.win32.programmer.directx.video)
  • Re: Dshow linking problems
    ... my Feb2001 Platform SDK says to use VMR and abandon IVideoWindow. ... What I wrote is the VC6 is not supported from the Summer 2004 SDK update ... Here is a list of dshow downloads from MSFT: ... See my FAQ for more on smart COM pointers. ...
    (microsoft.public.win32.programmer.directx.video)
  • Re: .net compatibility resolved in 2.0 ?
    ... I should have added that the 4 downloads were for convenence's sake. ... One SDK version; One Visual Studio version. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: how do I access PCM data using DirectShow?
    ... SDK XP SP2 ... Now I have downloaded the current Platform SDK Windows Server 2003, ... with DirectShow samples but again no AudioBox sample? ... Downloads. ...
    (microsoft.public.win32.programmer.directx.audio)