.net - Add reference to VS 6.0 C++ help! -
i cs student in intern. supervisor busy , said use site if have questions.
i need modify vs6.0 c++ program. have made c# class library comvisible. in visual basic 6.0 recongnizes type library , works how supposed to. made visual basic 6.0 test type library, need implement class library vs6.0 c++ program.
i need on following: how add type library (tlb) or dll reference or reference method vs6.0c++ (i can't find article on how add it) tlb easy add in visual basic 6.0
translate simple code c++ uses comvisible library.
have local variable:
public ls new pcbcomvisiblelibrary
also have in method:
dim work boolean work = ls.post(text1.text, text2.text) label1.caption = work
here can find several ways that: http://www.codeproject.com/kb/dll/loadingdll.aspx. know posting link not nice, in case article on codeproject explains want , there's little more say.
i think problem falls case1 of article.
Comments
Post a Comment