Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

Naming conficts in resource file

tmcole
Beginner
257 Views
I believe I asked this once before, but somehow I am trying to compile and am getting a naming confict between subroutine names and parameter names for dialog IDs. I have edited the resource.fd file and resource.h file to ensure that the names no longer exist for the dialog boxes, but the problem does not go away. What else do I need to do (CVF6.6c)?
0 Kudos
1 Reply
Jugoslav_Dujic
Valued Contributor II
257 Views

Nothing -- that's supposed to be it. You seem to have done something else wrong though. There aren't any "hidden" sources of names. It's possible, though,that you may have a conflict with e.g. some Windows module, like DFWIN, which pretty much "pollute" the namespace.

Jugoslav

0 Kudos
Reply