Page 1 of 1

micromacro.exe missing in last svn

Posted: Thu Jan 20, 2011 2:11 am
by lisa
Hi I just noticed micromacro.exe and micromacro.cpb are missing from the last SVN update. I deleted whole folder and did update, all was added back except those 2 files. I put in the old ones and it does ok but it's having a few errors here and there.

Can you check the SVN to make sure the new .exe and .cpb are there.

Thanks

Re: micromacro.exe missing in last svn

Posted: Thu Jan 20, 2011 2:54 am
by Administrator
No, generally, SVN is for distribution of source, not binaries. Therefor, micromacro.exe is not included on SVN. Doing so would actually be problematic for users that want to compile the source (which is, of course, the whole point of distributing the source with SVN). micromacro.cbp, on the other hand, is the Code::Blocks project file, but you can use any compiler and/or IDE you want (except for those Microsoft compilers and IDEs...they're absolutely worthless). It is not necessary to have this specific file.

Generally, I won't upload a new package unless something significant has been added or changed, or if many changes have have taken place. The latest package is fairly recent. I think the only thing it does not contain is the new OpenAL code.

You're welcome to use the package I have attached. I literally just now generated this release, so it is as recent as you can get.

Re: micromacro.exe missing in last svn

Posted: Thu Jan 20, 2011 3:32 am
by lisa
I get an error when using the version in zip file that was attached.

Code: Select all

The program can't start because OpenAL32.dll is missing from your computer.
tried on 2 pc's and same error.

Re: micromacro.exe missing in last svn

Posted: Thu Jan 20, 2011 3:51 am
by zuel
You need to goto

http://connect.creativelabs.com/openal/ ... Items.aspx

and install oalinst.zip or openal11coresdk.zip.

I don't think oalinst.zip worked for me.

Re: micromacro.exe missing in last svn

Posted: Thu Jan 20, 2011 4:34 am
by lisa
Yup that got it going again, I'm guessing this is because of the sound usage being added to MM ?

Re: micromacro.exe missing in last svn

Posted: Thu Jan 20, 2011 7:01 am
by Administrator
I've updated the package to include OpenAL32.dll.