Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Failed to load class library
#1
Hi,

I need to use the igrid component in QM, and after the following code is executed, it will prompt the following error message
 
Code:
Copy      Help
Error in iGrid:DlgProc: type library error: 80029C4A, Error loading type library/DLL. (0x80029C4A). .


igrid download:
https://10tec.com/FS/Demos/iGrid/10Tec-i...-Setup.exe


Macro iGrid
Code:
Copy      Help
typelib iGrid750_10Tec {79B8840D-A9AF-43FE-B84C-C1DAF9C579B9} 1.0

str dd=
;BEGIN DIALOG
;0 "" 0x90C80AC8 0x0 0 0 224 136 "Dialog" "4"
;3 ActiveX 0x54030000 0x0 0 0 222 114 "iGrid750_10Tec.iGrid {23D63E82-5264-4425-834C-5E34F2F9E667}"
;1 Button 0x54030001 0x4 116 116 48 14 "OK"
;2 Button 0x54030000 0x4 168 116 48 14 "Cancel"
;END DIALOG
;DIALOG EDITOR: "" 0x2040C02 "*" "" "" ""

if(!ShowDialog(dd &sub.DlgProc 0)) ret


#sub DlgProc
function# hDlg message wParam lParam

sel message
,case WM_INITDIALOG
,iGrid750_10Tec.iGrid ig3
,ig3._getcontrol(id(3 hDlg))
,
,
,case WM_DESTROY
,case WM_COMMAND goto messages2
ret
;messages2
sel wParam
,case IDOK
,case IDCANCEL
ret 1


Messages In This Thread
Failed to load class library - by Davider - 01-11-2023, 03:36 AM
RE: Failed to load class library - by Gintaras - 01-11-2023, 06:05 AM
RE: Failed to load class library - by Davider - 01-11-2023, 11:38 AM
RE: Failed to load class library - by Gintaras - 01-11-2023, 07:08 PM
RE: Failed to load class library - by Davider - 01-12-2023, 11:40 AM
RE: Failed to load class library - by Davider - 01-16-2023, 11:38 AM
RE: Failed to load class library - by Davider - 01-16-2023, 03:30 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)