I've hit a problem encoding a file with an older version of toolame so I went to get the latest. I can only find the latest version (0.2l) as source.
But it's a command line app - so I thought "I know some C, how hard can it be to compile?"
Well too tough for me it seems![]()
Has anyone got an tips on how to do this, where to start?
I'm using MS VC++ 6.0 - I created an empty console project and added all the source files to it.
First it had a problem with functions defined as INLINE - so I just commented the INLINE parameter and that seemed to work.
Next it's complaining about FILE not being a valid keyword - when it is! It's defined in stdio.h which is included in the app.
I thought maybe I'd need to compile under cygwin or something but looking at the previous exe, I don't think it's a cygwin exe - plus it was distributed on its own and cygwin exes need dlls for the runtime support don't they?
+ Reply to Thread
Results 1 to 6 of 6
-
-
Well I did eventually find a pre-built version and guess what? It was built with cygwin! (cygwin.dll included)
Still it ought to be possible to to build a native version - I'm still interested in this if anyone has any comments. -
toolame is a native UNIX app written to be compiled with gcc. Compiling it as a native win32 console app would require porting, as you found. Somebody did the work to make a native win32 build for an old version, but nobody has done it with the current version. There isn't really much point now that cygwin is pretty mature and stable.
A man without a woman is like a statue without pigeons. -
Not really interested in writing a gui - since there's already one available.
What I wanted was to port the source so it'll compile natively, so I don't have to install cygwin.
Similar Threads
-
Windows Media Center .wtv 720p (60fps) to Xvid AVI (24fps) in Windows 7
By cg-realms in forum Video ConversionReplies: 0Last Post: 7th Jan 2010, 18:47 -
Windows 2003 or Windows 2008 based on my server specs & needs...
By retroborg in forum ComputerReplies: 18Last Post: 23rd Jun 2009, 06:29 -
Subtitles in Windows 7 (64) and Windows Vista (64)
By NeoCyrus in forum SubtitleReplies: 2Last Post: 11th Feb 2009, 21:00 -
How similar is Windows Server 2008 to Windows Vista?
By davidsama in forum ComputerReplies: 6Last Post: 12th Nov 2007, 10:25 -
windows mp is not playing sound on videos (but only on one windows account)
By lightsout85 in forum Software PlayingReplies: 0Last Post: 30th Jul 2007, 15:19