Home > Back-end >  Borland C bulider third-party control problem
Borland C bulider third-party control problem

Time:09-25



Which friend help solve it, the more early among programs, c + + bulider 6.0 after open source program, tip:
Class TSnLabel not found, which have related controls, thank you very much!

Here is the Form head some file code



#include
# pragma hdrstop

# include "IniFiles. HPP
"# include "FormMain. H"
# include "FormLogin. H"
# include "CommDBADO. H"
# include "FrmAddUser. H"
# include "FrmAddDept. H"
# include "Frmpdhz. H"
# include "ImportData. H"
# include "PrintBarForm. H"
# include "UpDownData. H"
# include "Frmpdhzquery. H"



//-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
# pragma package (smart_init)
# pragma link "SnForm
"# pragma link "SnStatusBar
"# pragma link "SnButton
"# pragma link "SHDocVw_OCX
"# pragma link "SnMemo
"# pragma link "SnEdit
"# pragma link "SnLabel
"# pragma link "SnAdvancedPanel
"# pragma link "SnPanel
"SnGroupBox # pragma link"

CodePudding user response:

In the project file delete TSnLabel words, this is the third party components, if engineering need really, want to add him to the ide on the component palette,

CodePudding user response:

Thank you, it is like that, so I want to look for the third party controls, do not know which to have this control, adding to the IDE components, not to own component system itself,

CodePudding user response:

See if the control is very important, if nothing special, just display effect and so on, to take control

CodePudding user response:

Hello, mainly is the software now few people understand, inside a lot of places with this control, familiar with the development of can contact me

CodePudding user response:

Which have SnPack this control, can use in Windows 7, thank you, help to: 6886002 @qq.com thank you very much!

CodePudding user response:

SnPack is Yang yong's works many years ago, I have a collection, but I'm outside now, if you don't try so hard, wait me for a few days,
  • Related