Welcome to LEAD Support Forum Login | Register | Faq  

    LEAD Support Forum
  Resource to find answers and post technical questions about LEAD products.
Search    
   

429 active x component can't create component
Started by Complan at 04-12-2007 5:04. Topic has 1 replies.

Print Search « Previous Thread Next Thread »
  04-12-2007, 5:04
Complan is not online. Last active: 9/12/2006 7:39:56 AM Complan

Not Ranked
Joined on 09-12-2006
Posts 3
429 active x component can't create component
Reply Quote
if I redistrubute my app I get this message

w're using VB6 / 14.5

Dim openRasterKrnDlg As LEADRasterDlgKrn_D
Dim WithEvents openRasterFileDlg LEADRasterDlgFile_D

Private Sub example()
Set openRasterKrnDlg = New LEADRasterDlgKrn_D

openRasterKrnDlg.InitDlg INIT_WITH_COLOR

Set openRasterFileDlg = New
LEADRasterDlgFile_D

end sub

if I use LEADRasterDlgFile instead of LEADRasterDlgFile_D I get a NONAG (which I shouldn't get because I use the correct distib\krn)

I checked the sample's and the help files to find out which files to include but I can't find the answer

Q;
what am I doing wrong ?
What's the difference between xxx_D en xxx ?

these are the file's were distributing
lfbmp14N.dll
LFCMP14N.DLL
lffax14N.dll
lfjbg14n.dll
lftif14n.dll
ltann14n.dll
LTCLR14n.dll
LTclr14s.dll
LTDIS14N.dll
LTDlgClr14n.dll
LTDlgCom14n.dll
LTDlgCtrl14n.dll
LTDlgFILE14n.dll
LTDlgImg14n.dll
ltdlgkrn14n.dll
LtDlgRes14n.dll
ltdlgutl14n.dll
LTDlgWeb14n.dll
ltefx14N.dll
ltfil14N.DLL
ltimg14N.dll
ltkrn14N.dll
LTRDF14n.dll
LTRDFD14N.DLL
LTRDK14n.dll
LTRDKD14N.DLL
LTWVC14n.dll
Lvdlg14n.dll

thanx

Peter

15:33 last update
I copied all leadtools dll's from system32 to the system with the error. The error remained. On the development machine everything is OK both in VB as EXE.

   Report 
  04-15-2007, 8:09
Maen Hasan is not online. Last active: 8/14/2008 8:56:49 AM Maen Hasan



Top 10 Posts
Joined on 08-05-2004
Posts 1,715
Re: 429 active x component can't create component
Reply Quote
Hello,

LEADRasterDlgFile is the static interface that needs the LTRDFD14N.DLL with the following DLLs to work (it's used usually with COM programming interface):
LTR14N.DLL
LTRDF14N.DLL
LTRDK14N.DLL
LTRIO14N.DLL
LTRPR14N.DLL

LEADRasterDlgFile_D is the dynamic interface that needs the LTRDFD14n.DLL dynamic library, which needs the following DLLs to work (it's used usually with OCX programming interface):
LTDIS14N.DLL
LTDLGCOM14N.DLL
LTDLGCTRL14N.DLL
LTDLGFILE14N.DLL
LTDLGKRN14N.DLL
LTDLGUTL14N.DLL
LTFIL14N.DLL
LTIMG14N.DLL
LTKRN14N.DLL
LTRDFD14N.DLL

If you are getting the Nag message when using the LEADRasterDlgFile, you need to use the NaNag version of the LTR14N.DLL file.

Please retry the same issue by using the above DLLs and let me know how it goes.

Thanks,
Maen Badwan
LEADTOOLS Technical Support
   Report 
Post
LEAD Support Fo... » Developer » Common Dialogs » 429 active x component can't create component

Powered by Community Server, by Telligent Systems