Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

activex control

cecio
Novice
633 Views

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

0 Kudos
2 Replies
sumitm
Beginner
633 Views

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

0 Kudos
cecio
Novice
633 Views

Thanks to You...

now it works...

Bye

0 Kudos
Reply