Hello everyone, I am trying to build a tinycore machine to run just wine and wineasio(My windows died on me and I'm not going back), wine is in the rep for TC and so is Alsa, and Jack. As far as wineasio Ive downloaded it through a git command by suggestion from a participant in the #wineasio freenode chat room(IRC), i had to download also make, gcc, asio.h and the wine dev files to compile wineasio. After much finagling and moments of DUH!, i was abale to compile Wineasio. now this is where I am stuck at. The step that follows compiling and make install, is:
regsvr32 wineasio.dll
My result of that terminal command is:
" Failed to load DLL wineasio.dll"
I've read somewhere about the default locations for the wine files and such so I copied the wine folders to all places possible that were called for and I also edit the makefile that comes with Wineasio to reflect where wine installs itself on Tinycore...
What am I doing wrong? Please Help