Is it possible to use VBX in VC++4.x ?
Jun-pyo Hong -- g9611110@inhavision.inha.ac.kr Friday, March 28, 1997 Environment: Visual C++ 4.1, Windows 95 I used VBX control which was included Borland Solution Pack in Borland C++ 4.5 ago. I want to use that char control in Visual C++ 4.x environment. Is it possible ? If possible, How can I code them ?
Dulepov Dmitry -- dima@ssm6000.samsung.ru Tuesday, April 01, 1997 > [From: Jun-pyo Hong > >Environment: Visual C++ 4.1, Windows 95 > >I used VBX control which was included Borland Solution Pack >in Borland C++ 4.5 ago. >I want to use that char control in Visual C++ 4.x environment. >Is it possible ? If possible, How can I code them ? VBXs is for 16-bit environment only. Dmitry A. Dulepov Software Design Engineer Samsung Electronics Co., Ltd. Russian Research Center E-mail: dima@src.samsung.ru =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
Mike Blaszczak -- mikeblas@nwlink.com Tuesday, April 01, 1997 [Mini-digest: 2 responses] At 08:13 4/1/97 +0400, Dmitry A. Dulepov wrote: >> [From: Jun-pyo Hong >> >>Environment: Visual C++ 4.1, Windows 95 >> >>I used VBX control which was included Borland Solution Pack >>in Borland C++ 4.5 ago. >>I want to use that char control in Visual C++ 4.x environment. >>Is it possible ? If possible, How can I code them ? > >VBXs is for 16-bit environment only. Yep. But you can thunk 'em. It's a ton of work, and it hurts performance. But if you're hopelessly stuck on a particular VBX, it'll work. .B ekiM http://www.nwlink.com/~mikeblas/ These words are my own. I do not speak on behalf of Microsoft. One is too many and a million is not enough. -----From: Ben BurnettDmitry A. Dulepov wrote: > > [From: Jun-pyo Hong > >Environment: Visual C++ 4.1, Windows 95 > >I used VBX control which was included Borland Solution Pack >in Borland C++ 4.5 ago. >I want to use that char control in Visual C++ 4.x environment. >Is it possible ? If possible, How can I code them ? If you have the old mfc classes from VC++ 1.52, look up CVBControl you should after a little bit of work be able to use them in VC++ 4.1 ( I havent tried but it might work ) Hope this helps -- ---------------------------------------------- Reality is for those who have no imagination Ben Burnett / Pulse productions e-mail: benner@supernet.ab.ca
Become an MFC-L member | Вернуться в корень Архива |