GNOME Bugzilla – Bug 141317
Win32 build with newest Microsoft compilers
Last modified: 2004-12-22 21:47:04 UTC
Get the free compiler from Microsoft of VS.Net 2003
Created attachment 27175 [details] [review] Patch to apply to official 0.8.1 I didn't include some files generated by bison and flex in the gst/parse/ directory. But I added some other generated files (sometimes they need changes).
Created attachment 27180 [details] [review] same patch, with forward-leaning slashes as directory delimeters
Created attachment 27185 [details] [review] Same patch with gst-launch and gst-inspect support for both the IDE and command-line version
Created attachment 27191 [details] [review] portions of the original patch unapplied Most of the original patch has been applied in some way or another. These are the parts that are remaining.
Created attachment 27240 [details] [review] New patch against current CVS Added some files that can't be generated on Windows, generation of some others, some fixes here and there and a README explaning how to build it.
Created attachment 27271 [details] [review] Same patch but with GLib built the way it is now under W32
I have modified the code to use GSTREAMER_EXPORT that you defined where it is necessary. But it changes the code a lot (big patch). Maybe it would be better not to use it and simply create .def files for the DLLs created ?
Created attachment 27439 [details] [review] Latest patch with everything needed in /win32 Everything compiles fine with MSVC on command-line and IDE, then it's a matter of debugging :)
Many of the code changes have been applied. Allow me to go over the patch again to check what I didn't fix.
Created attachment 27457 [details] [review] Same according to newest CVS To ease your work... All the /win32 dir should be straightforward