This is an archive of CompuServe forum messages from 1985 to 1995, as saved in transcripts by John Foust.
Search Results (16 messages)
Thanks Steve, sounds promising (Win95 memory issues aside). If you need a beta tester let me know.
Thanks Jim. I too have been working in Win95 for a long time and am now using the "final beta release" but I know that a number of graphically intensive programs do not run well in 95. I'd like to get the Miro but I am "stuck" with Win95 so…
#Win95 Compatible
Message #4170
Can any of the current commercial editing sustems (Miro, D/Vision …) run in the Windows95 environment? What about editing software packages like Adobe…? Thanks
Where to buy miroVideo
Message #4112
David – Wow, it's been a while since I visited the forum, sorry for the delay! Sounds like the same old story: "Wait a while for the next, better version". I guess I'm still looking.
#1972-
Value of PCI bus?
Message #2107
Thanks Dacia. I'll keep watching out for one.
#1927-
Where to buy miroVideo
Message #2106
Thanks John. I'll keep looking.
#Value of PCI bus?
Message #1919
Are there any capture/output boards currently available that take advantage of the PCI bus in Pentium machines? Is this something that is worth waiting for? I have a Pentium and am looking to purchase a "low-end" digital editing solution along the lines of the miroVideo board but am wondering whether…
Thanks John. I think from everything I have read the miro board looks to be the best choice for low-end editing. One question I have, which I plan to post, is is there a board that takes advantage of the PCi bus in Pentium machines? I you have any thoughts…
#1805-
Where to buy miroVideo
Message #1902
I am David Hicks… i guess you mean for me to use the number of Jon Dolan for Computer Discount. I'm in the US.
#1782-
Where to buy miroVideo
Message #1900
Jon – Tell me a little about the limitations. My needs are probably going to be pretty simple as this will be my first system. Thanks
Where to buy miroVideo
Message #1776
Can someone tell me where one can buy the miro DC TV1 board and software? I have had a real difficult time in finding anyone who carries it. Does ULEAD sell teh miro hardware in a bundled set with their software? Thanks
Carl I used Borland C++ and OWL for about 18 months and used templates extensively, I liked that environment and the tools that Borland provided. I have missed not having that capability in VC++. We found the Borland templates to be very reliable and did not have any problems to…
JT Please post that baby, I think we could use it and maybe there are others. Michael
Don Thanks for the detailed explanation. Michael
Mike Concievably, you could rebuild MFC and _export all of the classes, and then you would be able to export derived classes. But, unfortunately, MS says this is a no go. In fact as you have noticed they manually _export member functions by ordinal number. I don't know of a…
#30170-
dll & static library
Message #30371
Israel PMFJI-You essentially want object modules for a static LIB and an import LIB for a DLL. So yes, you have to build two different versions to accomplish this. Michael