From: Grant Griffin on
Rich Webb wrote:
> On Wed, 21 Jul 2010 07:16:52 -0500, Grant Griffin <nobody(a)example.com>
> wrote:
>
>> I dunno...if you've got an x86 Mac, you could probably run Linux and
>> Wine. My other products run just fine on Wine, though I haven't checked
>> ScopeIIR for that yet. (If anybody out there in comp.dsp land wants to
>> do that for me, I'd be eternally grateful.)
>
> Took a quick look at it under openSUSE 11.2 and Wine 1.1.28. After
> figuring out the magic words necessary to run an install via an .msi
> file (turns out to be easy if one knows the right magic), it installed
> okay and runs mostly well.
>
> I only looked at the four projects in the example directory:
> ChebychevLowpass4.sip caused an exception that put up Wine's Something
> Bad Happened dialog box and terminated the app. The other three all
> seemed to execute/behave properly.
>
> I did note that there's a new stable Wine release out, as of a week or
> so ago. Haven't picked it up yet.
>

Thanks for trying that out, Rich! Sounds like a partial success. I
don't know if I actually have any Linux users but it's nice that the
Wine folks make that at least feasible since Microsoft got me locked
into MFC. If I had it to do over again I would use one of the several
cross-platform toolkits that are available but I began developing this
codebase about 15 years ago before there was such a thing!

Grant

--
_____________________________________________________________________

Grant R. Griffin
Publisher of dspGuru http://www.dspguru.com
Iowegian International Corporation http://www.iowegian.com
See http://www.iowegian.com/img/contact.gif for e-mail address
From: Rich Webb on
On Thu, 22 Jul 2010 07:51:30 -0500, Grant Griffin <nobody(a)example.com>
wrote:

>Rich Webb wrote:
>> On Wed, 21 Jul 2010 07:16:52 -0500, Grant Griffin <nobody(a)example.com>
>> wrote:
>>
>>> I dunno...if you've got an x86 Mac, you could probably run Linux and
>>> Wine. My other products run just fine on Wine, though I haven't checked
>>> ScopeIIR for that yet. (If anybody out there in comp.dsp land wants to
>>> do that for me, I'd be eternally grateful.)
>>
>> Took a quick look at it under openSUSE 11.2 and Wine 1.1.28. After
>> figuring out the magic words necessary to run an install via an .msi
>> file (turns out to be easy if one knows the right magic), it installed
>> okay and runs mostly well.
>>
>> I only looked at the four projects in the example directory:
>> ChebychevLowpass4.sip caused an exception that put up Wine's Something
>> Bad Happened dialog box and terminated the app. The other three all
>> seemed to execute/behave properly.
>>
>> I did note that there's a new stable Wine release out, as of a week or
>> so ago. Haven't picked it up yet.
>>
>
>Thanks for trying that out, Rich! Sounds like a partial success. I
>don't know if I actually have any Linux users but it's nice that the
>Wine folks make that at least feasible since Microsoft got me locked
>into MFC. If I had it to do over again I would use one of the several
>cross-platform toolkits that are available but I began developing this
>codebase about 15 years ago before there was such a thing!

Roger that. I'll poke at it some more this weekend. It's too damned hot
to do much outside, so I'll grab the new openSUSE release and the latest
stable Wine and give it all a spin.

Aaannnd... the check's in the mail (really!) for the ScopeIIR license.

--
Rich Webb Norfolk, VA
From: Rich Webb on
On Thu, 22 Jul 2010 07:51:30 -0500, Grant Griffin <nobody(a)example.com>
wrote:

>Rich Webb wrote:
>> On Wed, 21 Jul 2010 07:16:52 -0500, Grant Griffin <nobody(a)example.com>
>> wrote:
>>
>>> I dunno...if you've got an x86 Mac, you could probably run Linux and
>>> Wine. My other products run just fine on Wine, though I haven't checked
>>> ScopeIIR for that yet. (If anybody out there in comp.dsp land wants to
>>> do that for me, I'd be eternally grateful.)
>>
>> Took a quick look at it under openSUSE 11.2 and Wine 1.1.28. After
>> figuring out the magic words necessary to run an install via an .msi
>> file (turns out to be easy if one knows the right magic), it installed
>> okay and runs mostly well.
>>
>> I only looked at the four projects in the example directory:
>> ChebychevLowpass4.sip caused an exception that put up Wine's Something
>> Bad Happened dialog box and terminated the app. The other three all
>> seemed to execute/behave properly.
>>
>> I did note that there's a new stable Wine release out, as of a week or
>> so ago. Haven't picked it up yet.
>>
>
>Thanks for trying that out, Rich! Sounds like a partial success. I
>don't know if I actually have any Linux users but it's nice that the
>Wine folks make that at least feasible since Microsoft got me locked
>into MFC. If I had it to do over again I would use one of the several
>cross-platform toolkits that are available but I began developing this
>codebase about 15 years ago before there was such a thing!

Finally got around to upgrading the install to openSUSE 11.3 and Wine
1.2 (though the distro has RC 6 vice the final 1.2 release). All of the
examples work under that environment, now. Also fiddled around with a
few ad hoc designs and didn't hit any glitches. It all Just Worked.

Did notice a buglette on line 57 of iir_test.c, though. Should be
inpfname vice inpfile.

--
Rich Webb Norfolk, VA
From: Grant Griffin on
On 7/25/2010 8:44 PM, Rich Webb wrote:
> On Thu, 22 Jul 2010 07:51:30 -0500, Grant Griffin<nobody(a)example.com>
> wrote:
>
....
>> Thanks for trying that out, Rich! Sounds like a partial success. I
>> don't know if I actually have any Linux users but it's nice that the
>> Wine folks make that at least feasible since Microsoft got me locked
>> into MFC. If I had it to do over again I would use one of the several
>> cross-platform toolkits that are available but I began developing this
>> codebase about 15 years ago before there was such a thing!
>
> Finally got around to upgrading the install to openSUSE 11.3 and Wine
> 1.2 (though the distro has RC 6 vice the final 1.2 release). All of the
> examples work under that environment, now. Also fiddled around with a
> few ad hoc designs and didn't hit any glitches. It all Just Worked.

Thanks for the additional info, Rich. ScopeIIR doesn't use any of the
fancier features of the Windows API so that's the sort of result I was
hoping for. I guess it's all up to the Wine folks. (Hopefully, they'll
never support the MS Office "ribbon" interface. ;-)

> Did notice a buglette on line 57 of iir_test.c, though. Should be
> inpfname vice inpfile.
>

Sharp eye - thanks! I'll definitely fold that fix into the next build
of ScopeIIR!

Grant

--
_____________________________________________________________________

Grant R. Griffin
Publisher of dspGuru http://www.dspguru.com
Iowegian International Corporation http://www.iowegian.com
See http://www.iowegian.com/img/contact.gif for e-mail address