- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
i'm trying to port some code from CVF 6.6 to IVF 10.
in my old app i haveone activex control written in VB6.
when i try to insert it in a IVF form and execute i have:
Dialog Procedure Error
The Dialog dynamic link library (IFDLGnnn.DLL) is missing or not registered
If i try without my activex control it works.
my path is:
PATH=...........;C:ProgrammiIntelCompilerFortran10.1.01
1\IA32Lib;C:ProgrammiIntelCompilerFortran10.1.011IA32Bin;........
and IFDLG100.DLL is in C:ProgrammiIntelFortran10.1.011IA32Bin
What is wrong?
Thanks
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I have had this problem before
You need to open a command prompt in the directory where the ifdlg100.dll file resides
Then type regsvr32 ifdlg100.dll to register the file and you will get a dialog box saying the file has been registered and you will not encounter that problem anymore on that computer.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks to You...
now it works...
Bye

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page