CompuServe Thread

#MSVC++ 2.2 ?!?!

5 messages in this thread
#187221From: Peter M. GruhnAug 25, 1995 9:10 AM
Can't find it now, but I could swear that yesterday I saw it declared here that MSVC++ 2.2 would be required for development work with 3DS Max. I am interested in confirming that this is hooey perpetrated by somebody who doesn't understand the difference between "required" and "known to work". Couple of reasons: – We are told that plugins will be DLLs. It should not matter what so ever what creates a DLL. People _should_ be able to write 3DS plugins with Visual Basic. Not only would that be normal for Windows modularity concepts, it would also be a boon to 3DS, as many people who are scared of C++ are not scared of VB :. more modules. – VC++ 2.2 is a subscription upgrade and the subscription costs more. If some twisted thing had been done to actually require 2.2, those of us not on subscription would be shut out. If I am correct, I am inclined to wonder how many of the 'requirements' for developing IPASs were not real requirements. I know that I decided the requirements were prohibitive and did not get into IPAS development. – gruhn
#187261From: albert waltnerAug 25, 1995 1:38 PM
>> – We are told that plugins will be DLLs. It should not >> matter what so ever what creates a DLL. People _should_ >> be able to write 3DS plugins with Visual Basic. Don't know how you intended that. If you intended to say that someone CAN write a DLL with Visual Basic, that is not true. Neither can one write a VBX. That also holds true for the upcoming VB 4.0 but one can write both with DELPHI. But then you have to buy yet another package and from Borland. I have heard some stories that they are a bit shakey lately. And if you do buy DELPHI, you have to learn yet another dialect.
#187281From: David RhotenAug 25, 1995 3:22 PM
>>People _should_ be able to write 3DS plugins with Visual Basic. I don't believe there is a 32-bit VisualBasic, is there? Whatever platform you use to program, it'll have to write 32-bit code. Dave
#187324From: albert waltnerAug 25, 1995 7:56 PM
>> I don't believe there is a 32-bit VisualBasic, is there? Officially NO. But I am told by people who seem to be beta testers that it is going to come fairly soon, now that Win'95 is out and about. I refer to VB 4.0 and it is still NOT a compiled language which means it cannot make DLLs.
#187402From: David RhotenAug 26, 1995 1:01 PM
>>not a compiled language….. touche. Dave