- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
There are other API functions I would like to use, namely Findwindow and Showwindow. But these don't work, producing a compiler error "#6284: There is no matching specific function for this generic function reference."
Am I missing something? How can I tell which API functions should work and which ones shouldn't?
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
C:\Program Files\Intel\ComposerXE-2011\compiler\include\ia32;C:\Program Files\Intel\ComposerXE-2011\compiler\include
It is extremely useful to be able to review the exact argument declarations in the supplied interface, as these sometimes differ from the way the C function arguments are described in the MSDN documentation.
For the function you mention, you might want to try FindWindowEx() instead.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I'm not sure what you mean by "specifying the compiler include path," but here is what I have:
$(IFortInstallDir)compiler\include
$(IFortInstallDir)compiler\include\ia32
$(IFortInstallDir)mkl\include
$(VCInstallDir)atlmfc\include
$(VCInstallDir)include
$(WindowsSdkDir)include
$(FrameworkSDKDir)include
The question is, how do I know what is needed? Microsoft documentation says I need User32.lib or User32.dll (the same thing as for function MoveWindow, which works OK for me). If I look on CVF documentation (the last one for which I have Intel's complete setup), it says I need the import library User32.lib.
To specify this .lib I would use the compiler library path, not the include path. I have user32.lib on my computer, and it is on my library path, but still doesn't work.
As far as findwindowex instead of findwindow, yes I'm aware of that. It gives the same compiler error as findwindow (and many others).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I still don't have it working, but I'm off and running now!

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