Author |
Topic: MF2T source (Read 1264 times) |
|
eeijlar
New Member

 MIDI-OX Rules!
Posts: 5
|
 |
MF2T source
« on: Jul 2nd, 2003, 10:51pm » |
Quote Modify
|
Hi, Has anyone tried to compile mf2t.c in Windows? I keep getting a heap of errors about unresolved externals when I try to link the program. I'm not sure what environment it was written in originally or what changes have to be made to make it work in Windows. If anyone has tried this I would really appreciate it if they posted a reply. mf2t.c is available from the main midiox page (mf2tsrc.zip) Regards, eeijlar
|
|
IP Logged |
|
|
|
Jamie OConnell
Administrator
    


Gender: 
Posts: 2027
|
 |
Re: MF2T source
« Reply #1 on: Jul 4th, 2003, 12:41pm » |
Quote Modify
|
You need to compile more than just that one file. There are several makefiles in the package -- one for MS C, Borland C, Unix, and Atari. If you have MSC (or MSVC++) you can use the makefile.msc to build the programs: Go to a command prompt and setup your build environment (MS provides vcvars32.bat in the C:\Program Files\Microsoft Visual Studio\VC98\Bin folder). Then CD to your mf2t folder and enter at the command line: nmake -f makefile.msc
|
|
IP Logged |
--Jamie Music is its own reward.
|
|
|
eeijlar
New Member

 MIDI-OX Rules!
Posts: 5
|
 |
Re: MF2T source
« Reply #2 on: Jul 5th, 2003, 6:51am » |
Quote Modify
|
Hi Jamie, Thanks for that.. much appreciated Regards, eeijlar
|
|
IP Logged |
|
|
|
|