|
|
|
|
|
|
| |
| |
|
|
From: David Fontaine
Subject: Announce: Win32 Matrix Calculator with VB6 source in p.b.u!
Date: 18 Aug 2000 18:15:18
Message: <399DB365.32BCC946@faricy.net>
|
|
|
| |
| |
|
|
I wrote a Matrix Calculator for Win32 in VB6, featuring:
- Standard translate, scale, and rotate transforms
- Shearing
- Arbitrary axis rotation and scaling
- Linear matrix transforms
- Undo and Redo up to 50 levels
- Floating-point roundoff correction
It is in binaries.utlitites (78kbbu w/ screenshot). Enjoy! :-)
--
David Fontaine <dav### [at] faricynet> ICQ 55354965
Please visit my website: http://davidf.faricy.net/
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
David Fontaine wrote:
>I wrote a Matrix Calculator for Win32 in VB6, featuring:
>
It wont run :(
Class not registered.
You need the following file to be installed on your machine. MSSTDFMT.DLL
Found the dll on the net but it still doesn't run.
Ingo
--
Photography: http://members.home.nl/ingoogni/
Pov-Ray : http://members.home.nl/seed7/
Post a reply to this message
|
|
| |
| |
|
|
From: Lance Birch
Subject: Re: Announce: Win32 Matrix Calculator with VB6 source in p.b.u!
Date: 19 Aug 2000 04:05:01
Message: <399e3fad@news.povray.org>
|
|
|
| |
| |
|
|
Did you register the DLL?
You'll probably have to register it with RegSvr32
--
Lance
The Zone
http://come.to/the.zone
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Lance Birch wrote:
>Did you register the DLL?
No
>You'll probably have to register it with RegSvr32
Ah, that works.
Thanks
Ingo
--
Photography: http://members.home.nl/ingoogni/
Pov-Ray : http://members.home.nl/seed7/
Post a reply to this message
|
|
| |
| |
|
|
From: David Fontaine
Subject: Re: Announce: Win32 Matrix Calculator with VB6 source in p.b.u!
Date: 19 Aug 2000 20:40:17
Message: <399F26DB.87D24BF9@faricy.net>
|
|
|
| |
| |
|
|
Aagh, why do Visual Basic programs *always* need some stupid DLL?
--
David Fontaine <dav### [at] faricynet> ICQ 55354965
Please visit my website: http://davidf.faricy.net/
Post a reply to this message
|
|
| |
| |
|
|
From: Lance Birch
Subject: Re: Announce: Win32 Matrix Calculator with VB6 source in p.b.u!
Date: 20 Aug 2000 07:45:01
Message: <399fc4bd@news.povray.org>
|
|
|
| |
| |
|
|
David Fontaine wrote:
> Aagh, why do Visual Basic programs *always* need some stupid DLL?
C++ MFC applications do too... :\
It's just that they're usually installed already.
--
Lance
The Zone
http://come.to/the.zone
Post a reply to this message
|
|
| |
| |
|
|
From: pan
Subject: Re: Announce: Win32 Matrix Calculator with VB6 source in p.b.u!
Date: 20 Aug 2000 10:49:08
Message: <399fefe4@news.povray.org>
|
|
|
| |
| |
|
|
"ingo" <ing### [at] homenl> wrote in message
news:8F95637D9seed7@204.213.191.228...
> David Fontaine wrote:
>
> >I wrote a Matrix Calculator for Win32 in VB6, featuring:
> >
>
> It wont run :(
>
> Class not registered.
> You need the following file to be installed on your machine. MSSTDFMT.DLL
>
> Found the dll on the net but it still doesn't run.
>
Where?
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
wrote:
>> Found the dll on the net but it still doesn't run.
>>
>
>Where?
>
I did a search for it on http://ftpsearch.lycos.com/
Ingo
--
Photography: http://members.home.nl/ingoogni/
Pov-Ray : http://members.home.nl/seed7/
Post a reply to this message
|
|
| |
| |
|
|
From: David Fontaine
Subject: Re: Announce: Win32 Matrix Calculator with VB6 source in p.b.u!
Date: 20 Aug 2000 20:06:17
Message: <39A0705F.44B9A25D@faricy.net>
|
|
|
| |
| |
|
|
Lance Birch wrote:
> David Fontaine wrote:
> > Aagh, why do Visual Basic programs *always* need some stupid DLL?
>
> C++ MFC applications do too... :\
>
> It's just that they're usually installed already.
I remember getting VB apps off the web a long time ago and they always
needed some stupid vbrun*.dll. So I did a search and found vbrun200 and
vbrun300 on my system, but figured it didn't need either of them because
I have version 6. (200 = 2.0?)
--
David Fontaine <dav### [at] faricynet> ICQ 55354965
Please visit my website: http://davidf.faricy.net/
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
On Sun, 20 Aug 2000 21:45:03 +1000, Lance Birch wrote:
>David Fontaine wrote:
>> Aagh, why do Visual Basic programs *always* need some stupid DLL?
>
>C++ MFC applications do too... :\
Not always. You can link static versions. But it makes the program
bigger, and is generally more inefficient.
--
Ron Parker http://www2.fwi.com/~parkerr/traces.html
My opinions. Mine. Not anyone else's.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |