Re: Standalone for Windows?
Status: Alpha
Brought to you by:
cwalther
From: Christian W. <cwa...@gm...> - 2008-04-13 19:27:19
|
jcowen wrote: > I've been using the Pipmak engine as part of a course for Game Audio, > walking them through thinking about interactivity and all the intricacies it > leads to on the audio side of things. Oh, very cool! You're indoctrinating future Pipmak users. I like that. ;) > Some of my students use the mac version and some use pc. After reading > Christian's comments on creating a standalone version for distribution I > can't seem to get the Windows side of it working. > > On the mac it is simple, drop the demo project into the application's folder > structure. Very clean, one file to distribute. > > Is there any way to accomplish the same thing on the PC? Either XP or Vista? Right now it's not possible to have a single-file product for Windows. That is, however, a goal for future versions. I've already managed to cut down on the number of DLLs somewhat for the next release. What you do right now is just put the project next to Pipmak.exe, DLLs etc. Pipmak then automatically opens the project, same as when you put it inside the application bundle on Mac OS. Or is that what you tried and it didn't work? -Christian |