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

FULLAPI

John_N_2
Beginner
241 Views
Dear Steve:

[cpp]integer*4 function fullapi()
!dec$objcomment lib:"user32.lib"
!dec$objcomment lib:"gdi32.lib"
!dec$objcomment lib:"advapi32.lib"
!dec$objcomment lib:"wsock32.lib"
!dec$objcomment lib:"comdlg32.lib"
!dec$objcomment lib:"shell32.lib"
!dec$objcomment lib:"version.lib"
!dec$objcomment lib:"mpr.lib"
!dec$objcomment lib:"lz32.lib"
!dec$objcomment lib:"winspool.lib"
!dec$objcomment lib:"winmm.lib"
!dec$objcomment lib:"scrnsave.lib"
fullapi = 0
end[/cpp]
The include file fullapi.f90 has the code shown above. Can you confirm that if I call this function I get the full api available in the program unit?

Can you also confirm the usage for RGB Macro as I am unable to get it compile without error on type required for RGB?

JMN
0 Kudos
0 Replies
Reply