- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi all,
I am new to both fortran and visual studio. I know a decent amount of C and C++.
I am getting the following error upon building a project in visual studio pro 2008:
LINK : fatal error LNK1104: cannot open file 'console.lib'
Our project consists of c++, c and fortran files.
I have installed Intel Visual Fortran Pro 11 on our computer. I have also added the following to the Tools>Options>Projects and Solutions>VC++ Directories>Library Files: $(IFORT_COMPILER11)lib\ia32
and stil received the same error.
I also installed an old copy of Fortran Power Station Pro and found the console.lib library. unfortunately, it doesn't solve my problem to point to the Power Station Pro Library Folder.
ended up getting a ton of other errors.
I've even tried excluding the fortran files from the build but i suspect that the C++ files call some fortran functions that are housed in the console.lib somewhere. I am trying to compile someone else's code.
Perhaps because the fortran code was coded a while ago/along with the C++ code, the version is old? deprecated function?
Kevin
*************************************************************************************
Here's the errors I get from Visual Studio:
Deleting intermediate and output files for project 'adsa1', configuration 'Debug|Win32'
Compiling...
StdAfx.cpp
WINVER not defined. Defaulting to 0x0600 (Windows Vista)
Compiling...
STATS.C
ADSAP.C
ELLIP.C
ERRORFUN.C
IMG.C
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\img.c(28) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\string.h(74) : see declaration of 'strcpy'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\img.c(51) : warning C4996: 'close': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _close. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\io.h(306) : see declaration of 'close'
IMGREAD.C
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\imgread.c(27) : warning C4996: 'open': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _open. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\io.h(316) : see declaration of 'open'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\imgread.c(32) : warning C4996: 'read': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _read. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\io.h(317) : see declaration of 'read'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\imgread.c(42) : warning C4996: 'read': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _read. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\io.h(317) : see declaration of 'read'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\imgread.c(91) : warning C4996: 'read': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _read. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\io.h(317) : see declaration of 'read'
imgtif.c
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\imgtif.c(106) : warning C4013: 'CheckTIFF' undefined; assuming extern returning int
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\imgtif.c(122) : warning C4018: '<' : signed/unsigned mismatch
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\imgtif.c(218) : warning C4133: '=' : incompatible types - from 'float **' to 'int **'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\imgtif.c(220) : warning C4018: '<' : signed/unsigned mismatch
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\imgtif.c(221) : warning C4018: '<' : signed/unsigned mismatch
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\imgtif.c(230) : warning C4018: '<' : signed/unsigned mismatch
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\imgtif.c(231) : warning C4018: '<' : signed/unsigned mismatch
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\imgtif.c(236) : warning C4018: '<' : signed/unsigned mismatch
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\imgtif.c(391) : warning C4101: 'start' : unreferenced local variable
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\imgtif.c(610) : warning C4244: 'return' : conversion from 'double' to 'int', possible loss of data
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\imgtif.c(531) : warning C4101: 'start' : unreferenced local variable
IMGWRITE.C
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\imgwrite.c(26) : warning C4996: 'open': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _open. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\io.h(316) : see declaration of 'open'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\imgwrite.c(81) : warning C4996: 'write': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _write. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\io.h(322) : see declaration of 'write'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\imgwrite.c(83) : warning C4996: 'write': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _write. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\io.h(322) : see declaration of 'write'
LIB.C
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\lib.c(114) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\string.h(74) : see declaration of 'strcpy'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\lib.c(115) : warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\stdio.h(237) : see declaration of 'fopen'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\lib.c(152) : warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\stdio.h(237) : see declaration of 'fopen'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\lib.c(175) : warning C4996: 'fscanf': This function or variable may be unsafe. Consider using fscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\stdio.h(256) : see declaration of 'fscanf'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\lib.c(178) : warning C4996: 'fscanf': This function or variable may be unsafe. Consider using fscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\stdio.h(256) : see declaration of 'fscanf'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\lib.c(191) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\string.h(74) : see declaration of 'strcpy'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\lib.c(194) : warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\stdio.h(237) : see declaration of 'fopen'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\lib.c(235) : warning C4996: 'sscanf': This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\stdio.h(324) : see declaration of 'sscanf'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\lib.c(254) : warning C4996: 'fscanf': This function or variable may be unsafe. Consider using fscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\stdio.h(256) : see declaration of 'fscanf'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\lib.c(289) : warning C4996: 'sscanf': This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\stdio.h(324) : see declaration of 'sscanf'
PARTIALS.C
PROFILE.C
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\profile.c(295) : warning C4047: 'function' : 'double **' differs in levels of indirection from 'double [14][5]'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\profile.c(295) : warning C4024: 'DVERK' : different types for formal and actual parameter 10
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\profile.c(299) : warning C4047: 'function' : 'double **' differs in levels of indirection from 'double [14][11]'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\profile.c(299) : warning C4024: 'DVERK' : different types for formal and actual parameter 10
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\profile.c(303) : warning C4047: 'function' : 'double **' differs in levels of indirection from 'double [14][20]'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\profile.c(303) : warning C4024: 'DVERK' : different types for formal and actual parameter 10
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\profile.c(627) : warning C4047: 'function' : 'double **' differs in levels of indirection from 'double [14][5]'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\profile.c(627) : warning C4024: 'INTRP' : different types for formal and actual parameter 9
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\profile.c(631) : warning C4047: 'function' : 'double **' differs in levels of indirection from 'double [14][11]'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\profile.c(631) : warning C4024: 'INTRP' : different types for formal and actual parameter 9
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\profile.c(636) : warning C4047: 'function' : 'double **' differs in levels of indirection from 'double [14][20]'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\profile.c(636) : warning C4024: 'INTRP' : different types for formal and actual parameter 9
WEIGHT.C
Generating Code...
Compiling...
dibsect.cpp
WINVER not defined. Defaulting to 0x0600 (Windows Vista)
BubbleInput.cpp
WINVER not defined. Defaulting to 0x0600 (Windows Vista)
captivebubblesheet.cpp
WINVER not defined. Defaulting to 0x0600 (Windows Vista)
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\captivebubblesheet.cpp(551) : warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\captivebubblesheet.cpp(630) : warning C4996: 'gcvt': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _gcvt. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\stdlib.h(861) : see declaration of 'gcvt'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\captivebubblesheet.cpp(634) : warning C4996: 'gcvt': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _gcvt. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\stdlib.h(861) : see declaration of 'gcvt'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\captivebubblesheet.cpp(648) : warning C4018: '<' : signed/unsigned mismatch
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\captivebubblesheet.cpp(648) : warning C4018: '>' : signed/unsigned mismatch
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\captivebubblesheet.cpp(655) : warning C4996: 'itoa': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _itoa. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\stdlib.h(862) : see declaration of 'itoa'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\captivebubblesheet.cpp(659) : warning C4996: 'itoa': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _itoa. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\stdlib.h(862) : see declaration of 'itoa'
Config.cpp
WINVER not defined. Defaulting to 0x0600 (Windows Vista)
ConnectedComponent.cpp
WINVER not defined. Defaulting to 0x0600 (Windows Vista)
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\connectedcomponent.cpp(115) : warning C4018: '>' : signed/unsigned mismatch
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\connectedcomponent.cpp(210) : warning C4018: '<' : signed/unsigned mismatch
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\connectedcomponent.cpp(270) : warning C4018: '<' : signed/unsigned mismatch
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\connectedcomponent.cpp(278) : warning C4018: '<' : signed/unsigned mismatch
DocManagerEx.cpp
WINVER not defined. Defaulting to 0x0600 (Windows Vista)
GridLineInput.cpp
WINVER not defined. Defaulting to 0x0600 (Windows Vista)
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\gridlineinput.cpp(159) : warning C4996: 'itoa': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _itoa. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\stdlib.h(862) : see declaration of 'itoa'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\gridlineinput.cpp(161) : warning C4996: 'itoa': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _itoa. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\stdlib.h(862) : see declaration of 'itoa'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\gridlineinput.cpp(220) : warning C4018: '<' : signed/unsigned mismatch
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\gridlineinput.cpp(228) : warning C4996: 'itoa': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _itoa. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\stdlib.h(862) : see declaration of 'itoa'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\gridlineinput.cpp(230) : warning C4996: 'itoa': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _itoa. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\stdlib.h(862) : see declaration of 'itoa'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\gridlineinput.cpp(358) : warning C4018: '>' : signed/unsigned mismatch
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\gridlineinput.cpp(358) : warning C4018: '<' : signed/unsigned mismatch
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\gridlineinput.cpp(364) : warning C4018: '>' : signed/unsigned mismatch
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\gridlineinput.cpp(364) : warning C4018: '<' : signed/unsigned mismatch
MultiRunCfgDlg.cpp
WINVER not defined. Defaulting to 0x0600 (Windows Vista)
AdsaPAnalysis.cpp
WINVER not defined. Defaulting to 0x0600 (Windows Vista)
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\profile.h(22) : warning C4005: 'ERROR' : macro redefinition
c:\program files\microsoft sdks\windows\v6.0a\include\wingdi.h(104) : see previous definition of 'ERROR'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\adsapanalysis.cpp(116) : warning C4018: '<' : signed/unsigned mismatch
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\adsapanalysis.cpp(122) : warning C4018: '<' : signed/unsigned mismatch
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\adsapanalysis.cpp(139) : warning C4018: '<' : signed/unsigned mismatch
AlfiSmoothing.cpp
WINVER not defined. Defaulting to 0x0600 (Windows Vista)
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\profile.h(22) : warning C4005: 'ERROR' : macro redefinition
c:\program files\microsoft sdks\windows\v6.0a\include\wingdi.h(104) : see previous definition of 'ERROR'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\alfismoothing.cpp(293) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\alfismoothing.cpp(294) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
CannyClass.cpp
WINVER not defined. Defaulting to 0x0600 (Windows Vista)
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\cannyclass.cpp(132) : warning C4018: '>' : signed/unsigned mismatch
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\cannyclass.cpp(134) : warning C4018: '>' : signed/unsigned mismatch
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\cannyclass.cpp(161) : warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\cannyclass.cpp(179) : warning C4018: '<' : signed/unsigned mismatch
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\cannyclass.cpp(179) : warning C4018: '>' : signed/unsigned mismatch
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\cannyclass.cpp(180) : warning C4018: '<' : signed/unsigned mismatch
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\cannyclass.cpp(180) : warning C4018: '>' : signed/unsigned mismatch
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\cannyclass.cpp(423) : warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\cannyclass.cpp(429) : warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\cannyclass.cpp(461) : warning C4244: '=' : conversion from 'double' to 'UINT', possible loss of data
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\cannyclass.cpp(496) : warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\cannyclass.cpp(496) : warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\cannyclass.cpp(496) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\cannyclass.cpp(497) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\cannyclass.cpp(624) : warning C4244: '=' : conversion from 'double' to 'unsigned char', possible loss of data
IsolatingNoise.cpp
WINVER not defined. Defaulting to 0x0600 (Windows Vista)
ScaleFactor.cpp
WINVER not defined. Defaulting to 0x0600 (Windows Vista)
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\scalefactor.cpp(145) : warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\scalefactor.cpp(246) : warning C4018: '<' : signed/unsigned mismatch
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\scalefactor.cpp(373) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\scalefactor.cpp(374) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\scalefactor.cpp(451) : warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
Generating Code...
Compiling...
adsa1.cpp
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa1.cpp(72) : warning C4996: 'CWinApp::Enable3dControlsStatic': CWinApp::Enable3dControlsStatic is no longer needed. You should remove this call.
c:\program files\microsoft visual studio 9.0\vc\atlmfc\include\afxwin.h(4821) : see declaration of 'CWinApp::Enable3dControlsStatic'
adsa1Doc.cpp
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\profile.h(22) : warning C4005: 'ERROR' : macro redefinition
c:\program files\microsoft sdks\windows\v6.0a\include\wingdi.h(104) : see previous definition of 'ERROR'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa1doc.cpp(324) : warning C4101: 'ptr_dest2' : unreferenced local variable
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa1doc.cpp(509) : warning C4018: '<' : signed/unsigned mismatch
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa1doc.cpp(516) : warning C4018: '<' : signed/unsigned mismatch
adsa1View.cpp
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa1view.cpp(401) : warning C4244: '=' : conversion from 'DWORD' to 'BYTE', possible loss of data
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa1view.cpp(457) : warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\string.h(79) : see declaration of 'strcat'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa1view.cpp(457) : warning C4996: 'itoa': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _itoa. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\stdlib.h(862) : see declaration of 'itoa'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa1view.cpp(458) : warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\string.h(79) : see declaration of 'strcat'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa1view.cpp(459) : warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\string.h(79) : see declaration of 'strcat'
AdsaMainInputSheet.cpp
CalculateRunDlg.cpp
ChildFrm.cpp
font2.cpp
ImageResults.cpp
MainFrm.cpp
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\mainfrm.cpp(133) : warning C4800: 'DWORD' : forcing value to bool 'true' or 'false' (performance warning)
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\mainfrm.cpp(138) : warning C4800: 'DWORD' : forcing value to bool 'true' or 'false' (performance warning)
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\mainfrm.cpp(143) : warning C4800: 'DWORD' : forcing value to bool 'true' or 'false' (performance warning)
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\mainfrm.cpp(602) : warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\string.h(157) : see declaration of 'strncpy'
msflexgrid.cpp
OpenRunDlg.cpp
PendantDropSheet.cpp
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\pendantdropsheet.cpp(233) : warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\pendantdropsheet.cpp(730) : warning C4996: 'gcvt': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _gcvt. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\stdlib.h(861) : see declaration of 'gcvt'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\pendantdropsheet.cpp(734) : warning C4996: 'gcvt': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _gcvt. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\stdlib.h(861) : see declaration of 'gcvt'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\pendantdropsheet.cpp(748) : warning C4018: '<' : signed/unsigned mismatch
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\pendantdropsheet.cpp(748) : warning C4018: '>' : signed/unsigned mismatch
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\pendantdropsheet.cpp(755) : warning C4996: 'itoa': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _itoa. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\stdlib.h(862) : see declaration of 'itoa'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\pendantdropsheet.cpp(759) : warning C4996: 'itoa': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _itoa. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\stdlib.h(862) : see declaration of 'itoa'
picture3.cpp
rowcursor.cpp
RunOutputDlg.cpp
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\profile.h(22) : warning C4005: 'ERROR' : macro redefinition
c:\program files\microsoft sdks\windows\v6.0a\include\wingdi.h(104) : see previous definition of 'ERROR'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\runoutputdlg.cpp(167) : warning C4996: 'itoa': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _itoa. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\stdlib.h(862) : see declaration of 'itoa'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\runoutputdlg.cpp(196) : warning C4996: '_itoa': This function or variable may be unsafe. Consider using _itoa_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\stdlib.h(465) : see declaration of '_itoa'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\runoutputdlg.cpp(570) : warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\string.h(157) : see declaration of 'strncpy'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\runoutputdlg.cpp(811) : warning C4996: 'ctime': This function or variable may be unsafe. Consider using ctime_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\time.inl(88) : see declaration of 'ctime'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\runoutputdlg.cpp(885) : warning C4244: 'initializing' : conversion from 'LONGLONG' to 'long', possible loss of data
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\runoutputdlg.cpp(888) : warning C4996: 'ctime': This function or variable may be unsafe. Consider using ctime_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\time.inl(88) : see declaration of 'ctime'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\runoutputdlg.cpp(889) : warning C4996: 'ctime': This function or variable may be unsafe. Consider using ctime_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\time.inl(88) : see declaration of 'ctime'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\runoutputdlg.cpp(1070) : warning C4996: 'itoa': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _itoa. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\stdlib.h(862) : see declaration of 'itoa'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\runoutputdlg.cpp(1162) : warning C4996: 'ctime': This function or variable may be unsafe. Consider using ctime_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\time.inl(88) : see declaration of 'ctime'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\runoutputdlg.cpp(1253) : warning C4996: 'itoa': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _itoa. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\stdlib.h(862) : see declaration of 'itoa'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\runoutputdlg.cpp(1358) : warning C4996: 'ctime': This function or variable may be unsafe. Consider using ctime_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\time.inl(88) : see declaration of 'ctime'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\runoutputdlg.cpp(1529) : warning C4996: 'itoa': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _itoa. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\stdlib.h(862) : see declaration of 'itoa'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\runoutputdlg.cpp(1577) : warning C4996: 'itoa': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _itoa. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\stdlib.h(862) : see declaration of 'itoa'
SessileDropSheet.cpp
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\sessiledropsheet.cpp(186) : warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\sessiledropsheet.cpp(438) : warning C4996: 'gcvt': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _gcvt. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\stdlib.h(861) : see declaration of 'gcvt'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\sessiledropsheet.cpp(442) : warning C4996: 'gcvt': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _gcvt. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\stdlib.h(861) : see declaration of 'gcvt'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\sessiledropsheet.cpp(456) : warning C4018: '<' : signed/unsigned mismatch
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\sessiledropsheet.cpp(456) : warning C4018: '>' : signed/unsigned mismatch
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\sessiledropsheet.cpp(463) : warning C4996: 'itoa': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _itoa. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\stdlib.h(862) : see declaration of 'itoa'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\sessiledropsheet.cpp(467) : warning C4996: 'itoa': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _itoa. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\stdlib.h(862) : see declaration of 'itoa'
Generating Code...
Compiling resources...
Microsoft Windows Resource Compiler Version 6.0.5724.0
Copyright (C) Microsoft Corporation. All rights reserved.
Compiling manifest to resources...
Microsoft Windows Resource Compiler Version 6.0.5724.0
Copyright (C) Microsoft Corporation. All rights reserved.
Linking...
LINK : fatal error LNK1104: cannot open file 'console.lib'
Creating browse information file...
Microsoft Browse Information Maintenance Utility Version 9.00.21022
Copyright (C) Microsoft Corporation. All rights reserved.
Project : warning PRJ0018 : The following environment variables were not found:
$(IFORT_COMPILER11)
Build log was saved at "file://c:\Documents and Settings\kevin\My Documents\UH Work\ASDA Software - Post-CD\AdsaInterf 3.0 source\Debug\BuildLog.htm"
adsa1 - 1 error(s), 131 warning(s)
========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ==========
**************************************************************************************
Here's the errors from the Power Station Pro LIbrary:
------ Rebuild All started: Project: adsa1, Configuration: Debug Win32 ------
Deleting intermediate and output files for project 'adsa1', configuration 'Debug|Win32'
Compiling...
StdAfx.cpp
WINVER not defined. Defaulting to 0x0600 (Windows Vista)
Compiling...
ADSAP.C
ELLIP.C
ERRORFUN.C
IMG.C
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\img.c(28) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\string.h(74) : see declaration of 'strcpy'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\img.c(51) : warning C4996: 'close': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _close. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\io.h(306) : see declaration of 'close'
IMGREAD.C
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\imgread.c(27) : warning C4996: 'open': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _open. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\io.h(316) : see declaration of 'open'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\imgread.c(32) : warning C4996: 'read': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _read. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\io.h(317) : see declaration of 'read'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\imgread.c(42) : warning C4996: 'read': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _read. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\io.h(317) : see declaration of 'read'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\imgread.c(91) : warning C4996: 'read': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _read. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\io.h(317) : see declaration of 'read'
imgtif.c
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\imgtif.c(104) : warning C4013: 'CheckTIFF' undefined; assuming extern returning int
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\imgtif.c(120) : warning C4018: '<' : signed/unsigned mismatch
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\imgtif.c(216) : warning C4133: '=' : incompatible types - from 'float **' to 'int **'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\imgtif.c(218) : warning C4018: '<' : signed/unsigned mismatch
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\imgtif.c(219) : warning C4018: '<' : signed/unsigned mismatch
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\imgtif.c(228) : warning C4018: '<' : signed/unsigned mismatch
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\imgtif.c(229) : warning C4018: '<' : signed/unsigned mismatch
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\imgtif.c(234) : warning C4018: '<' : signed/unsigned mismatch
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\imgtif.c(389) : warning C4101: 'start' : unreferenced local variable
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\imgtif.c(608) : warning C4244: 'return' : conversion from 'double' to 'int', possible loss of data
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\imgtif.c(529) : warning C4101: 'start' : unreferenced local variable
IMGWRITE.C
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\imgwrite.c(26) : warning C4996: 'open': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _open. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\io.h(316) : see declaration of 'open'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\imgwrite.c(81) : warning C4996: 'write': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _write. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\io.h(322) : see declaration of 'write'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\imgwrite.c(83) : warning C4996: 'write': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _write. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\io.h(322) : see declaration of 'write'
LIB.C
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\lib.c(114) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\string.h(74) : see declaration of 'strcpy'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\lib.c(115) : warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\stdio.h(237) : see declaration of 'fopen'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\lib.c(152) : warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\stdio.h(237) : see declaration of 'fopen'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\lib.c(175) : warning C4996: 'fscanf': This function or variable may be unsafe. Consider using fscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\stdio.h(256) : see declaration of 'fscanf'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\lib.c(178) : warning C4996: 'fscanf': This function or variable may be unsafe. Consider using fscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\stdio.h(256) : see declaration of 'fscanf'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\lib.c(191) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\string.h(74) : see declaration of 'strcpy'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\lib.c(194) : warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\stdio.h(237) : see declaration of 'fopen'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\lib.c(235) : warning C4996: 'sscanf': This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\stdio.h(324) : see declaration of 'sscanf'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\lib.c(254) : warning C4996: 'fscanf': This function or variable may be unsafe. Consider using fscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\stdio.h(256) : see declaration of 'fscanf'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\lib.c(289) : warning C4996: 'sscanf': This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\stdio.h(324) : see declaration of 'sscanf'
PARTIALS.C
PROFILE.C
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\profile.c(295) : warning C4047: 'function' : 'double **' differs in levels of indirection from 'double [14][5]'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\profile.c(295) : warning C4024: 'DVERK' : different types for formal and actual parameter 10
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\profile.c(299) : warning C4047: 'function' : 'double **' differs in levels of indirection from 'double [14][11]'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\profile.c(299) : warning C4024: 'DVERK' : different types for formal and actual parameter 10
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\profile.c(303) : warning C4047: 'function' : 'double **' differs in levels of indirection from 'double [14][20]'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\profile.c(303) : warning C4024: 'DVERK' : different types for formal and actual parameter 10
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\profile.c(627) : warning C4047: 'function' : 'double **' differs in levels of indirection from 'double [14][5]'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\profile.c(627) : warning C4024: 'INTRP' : different types for formal and actual parameter 9
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\profile.c(631) : warning C4047: 'function' : 'double **' differs in levels of indirection from 'double [14][11]'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\profile.c(631) : warning C4024: 'INTRP' : different types for formal and actual parameter 9
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\profile.c(636) : warning C4047: 'function' : 'double **' differs in levels of indirection from 'double [14][20]'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\profile.c(636) : warning C4024: 'INTRP' : different types for formal and actual parameter 9
STATS.C
WEIGHT.C
Generating Code...
Compiling...
dibsect.cpp
WINVER not defined. Defaulting to 0x0600 (Windows Vista)
BubbleInput.cpp
WINVER not defined. Defaulting to 0x0600 (Windows Vista)
captivebubblesheet.cpp
WINVER not defined. Defaulting to 0x0600 (Windows Vista)
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\captivebubblesheet.cpp(551) : warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\captivebubblesheet.cpp(630) : warning C4996: 'gcvt': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _gcvt. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\stdlib.h(861) : see declaration of 'gcvt'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\captivebubblesheet.cpp(634) : warning C4996: 'gcvt': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _gcvt. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\stdlib.h(861) : see declaration of 'gcvt'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\captivebubblesheet.cpp(648) : warning C4018: '<' : signed/unsigned mismatch
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\captivebubblesheet.cpp(648) : warning C4018: '>' : signed/unsigned mismatch
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\captivebubblesheet.cpp(655) : warning C4996: 'itoa': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _itoa. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\stdlib.h(862) : see declaration of 'itoa'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\captivebubblesheet.cpp(659) : warning C4996: 'itoa': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _itoa. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\stdlib.h(862) : see declaration of 'itoa'
Config.cpp
WINVER not defined. Defaulting to 0x0600 (Windows Vista)
ConnectedComponent.cpp
WINVER not defined. Defaulting to 0x0600 (Windows Vista)
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\connectedcomponent.cpp(115) : warning C4018: '>' : signed/unsigned mismatch
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\connectedcomponent.cpp(210) : warning C4018: '<' : signed/unsigned mismatch
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\connectedcomponent.cpp(270) : warning C4018: '<' : signed/unsigned mismatch
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\connectedcomponent.cpp(278) : warning C4018: '<' : signed/unsigned mismatch
DocManagerEx.cpp
WINVER not defined. Defaulting to 0x0600 (Windows Vista)
GridLineInput.cpp
WINVER not defined. Defaulting to 0x0600 (Windows Vista)
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\gridlineinput.cpp(159) : warning C4996: 'itoa': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _itoa. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\stdlib.h(862) : see declaration of 'itoa'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\gridlineinput.cpp(161) : warning C4996: 'itoa': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _itoa. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\stdlib.h(862) : see declaration of 'itoa'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\gridlineinput.cpp(220) : warning C4018: '<' : signed/unsigned mismatch
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\gridlineinput.cpp(228) : warning C4996: 'itoa': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _itoa. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\stdlib.h(862) : see declaration of 'itoa'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\gridlineinput.cpp(230) : warning C4996: 'itoa': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _itoa. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\stdlib.h(862) : see declaration of 'itoa'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\gridlineinput.cpp(358) : warning C4018: '>' : signed/unsigned mismatch
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\gridlineinput.cpp(358) : warning C4018: '<' : signed/unsigned mismatch
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\gridlineinput.cpp(364) : warning C4018: '>' : signed/unsigned mismatch
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\gridlineinput.cpp(364) : warning C4018: '<' : signed/unsigned mismatch
MultiRunCfgDlg.cpp
WINVER not defined. Defaulting to 0x0600 (Windows Vista)
AdsaPAnalysis.cpp
WINVER not defined. Defaulting to 0x0600 (Windows Vista)
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\profile.h(22) : warning C4005: 'ERROR' : macro redefinition
c:\program files\microsoft sdks\windows\v6.0a\include\wingdi.h(104) : see previous definition of 'ERROR'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\adsapanalysis.cpp(116) : warning C4018: '<' : signed/unsigned mismatch
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\adsapanalysis.cpp(122) : warning C4018: '<' : signed/unsigned mismatch
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\adsapanalysis.cpp(139) : warning C4018: '<' : signed/unsigned mismatch
AlfiSmoothing.cpp
WINVER not defined. Defaulting to 0x0600 (Windows Vista)
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\profile.h(22) : warning C4005: 'ERROR' : macro redefinition
c:\program files\microsoft sdks\windows\v6.0a\include\wingdi.h(104) : see previous definition of 'ERROR'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\alfismoothing.cpp(293) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\alfismoothing.cpp(294) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
CannyClass.cpp
WINVER not defined. Defaulting to 0x0600 (Windows Vista)
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\cannyclass.cpp(132) : warning C4018: '>' : signed/unsigned mismatch
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\cannyclass.cpp(134) : warning C4018: '>' : signed/unsigned mismatch
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\cannyclass.cpp(161) : warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\cannyclass.cpp(179) : warning C4018: '<' : signed/unsigned mismatch
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\cannyclass.cpp(179) : warning C4018: '>' : signed/unsigned mismatch
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\cannyclass.cpp(180) : warning C4018: '<' : signed/unsigned mismatch
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\cannyclass.cpp(180) : warning C4018: '>' : signed/unsigned mismatch
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\cannyclass.cpp(423) : warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\cannyclass.cpp(429) : warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\cannyclass.cpp(461) : warning C4244: '=' : conversion from 'double' to 'UINT', possible loss of data
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\cannyclass.cpp(496) : warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\cannyclass.cpp(496) : warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\cannyclass.cpp(496) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\cannyclass.cpp(497) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\cannyclass.cpp(624) : warning C4244: '=' : conversion from 'double' to 'unsigned char', possible loss of data
IsolatingNoise.cpp
WINVER not defined. Defaulting to 0x0600 (Windows Vista)
ScaleFactor.cpp
WINVER not defined. Defaulting to 0x0600 (Windows Vista)
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\scalefactor.cpp(145) : warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\scalefactor.cpp(246) : warning C4018: '<' : signed/unsigned mismatch
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\scalefactor.cpp(373) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\scalefactor.cpp(374) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\scalefactor.cpp(451) : warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
Generating Code...
Compiling...
adsa1.cpp
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa1.cpp(72) : warning C4996: 'CWinApp::Enable3dControlsStatic': CWinApp::Enable3dControlsStatic is no longer needed. You should remove this
I am new to both fortran and visual studio. I know a decent amount of C and C++.
I am getting the following error upon building a project in visual studio pro 2008:
LINK : fatal error LNK1104: cannot open file 'console.lib'
Our project consists of c++, c and fortran files.
I have installed Intel Visual Fortran Pro 11 on our computer. I have also added the following to the Tools>Options>Projects and Solutions>VC++ Directories>Library Files: $(IFORT_COMPILER11)lib\ia32
and stil received the same error.
I also installed an old copy of Fortran Power Station Pro and found the console.lib library. unfortunately, it doesn't solve my problem to point to the Power Station Pro Library Folder.
ended up getting a ton of other errors.
I've even tried excluding the fortran files from the build but i suspect that the C++ files call some fortran functions that are housed in the console.lib somewhere. I am trying to compile someone else's code.
Perhaps because the fortran code was coded a while ago/along with the C++ code, the version is old? deprecated function?
Kevin
*************************************************************************************
Here's the errors I get from Visual Studio:
Deleting intermediate and output files for project 'adsa1', configuration 'Debug|Win32'
Compiling...
StdAfx.cpp
WINVER not defined. Defaulting to 0x0600 (Windows Vista)
Compiling...
STATS.C
ADSAP.C
ELLIP.C
ERRORFUN.C
IMG.C
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\img.c(28) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\string.h(74) : see declaration of 'strcpy'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\img.c(51) : warning C4996: 'close': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _close. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\io.h(306) : see declaration of 'close'
IMGREAD.C
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\imgread.c(27) : warning C4996: 'open': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _open. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\io.h(316) : see declaration of 'open'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\imgread.c(32) : warning C4996: 'read': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _read. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\io.h(317) : see declaration of 'read'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\imgread.c(42) : warning C4996: 'read': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _read. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\io.h(317) : see declaration of 'read'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\imgread.c(91) : warning C4996: 'read': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _read. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\io.h(317) : see declaration of 'read'
imgtif.c
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\imgtif.c(106) : warning C4013: 'CheckTIFF' undefined; assuming extern returning int
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\imgtif.c(122) : warning C4018: '<' : signed/unsigned mismatch
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\imgtif.c(218) : warning C4133: '=' : incompatible types - from 'float **' to 'int **'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\imgtif.c(220) : warning C4018: '<' : signed/unsigned mismatch
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\imgtif.c(221) : warning C4018: '<' : signed/unsigned mismatch
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\imgtif.c(230) : warning C4018: '<' : signed/unsigned mismatch
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\imgtif.c(231) : warning C4018: '<' : signed/unsigned mismatch
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\imgtif.c(236) : warning C4018: '<' : signed/unsigned mismatch
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\imgtif.c(391) : warning C4101: 'start' : unreferenced local variable
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\imgtif.c(610) : warning C4244: 'return' : conversion from 'double' to 'int', possible loss of data
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\imgtif.c(531) : warning C4101: 'start' : unreferenced local variable
IMGWRITE.C
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\imgwrite.c(26) : warning C4996: 'open': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _open. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\io.h(316) : see declaration of 'open'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\imgwrite.c(81) : warning C4996: 'write': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _write. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\io.h(322) : see declaration of 'write'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\imgwrite.c(83) : warning C4996: 'write': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _write. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\io.h(322) : see declaration of 'write'
LIB.C
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\lib.c(114) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\string.h(74) : see declaration of 'strcpy'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\lib.c(115) : warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\stdio.h(237) : see declaration of 'fopen'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\lib.c(152) : warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\stdio.h(237) : see declaration of 'fopen'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\lib.c(175) : warning C4996: 'fscanf': This function or variable may be unsafe. Consider using fscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\stdio.h(256) : see declaration of 'fscanf'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\lib.c(178) : warning C4996: 'fscanf': This function or variable may be unsafe. Consider using fscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\stdio.h(256) : see declaration of 'fscanf'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\lib.c(191) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\string.h(74) : see declaration of 'strcpy'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\lib.c(194) : warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\stdio.h(237) : see declaration of 'fopen'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\lib.c(235) : warning C4996: 'sscanf': This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\stdio.h(324) : see declaration of 'sscanf'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\lib.c(254) : warning C4996: 'fscanf': This function or variable may be unsafe. Consider using fscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\stdio.h(256) : see declaration of 'fscanf'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\lib.c(289) : warning C4996: 'sscanf': This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\stdio.h(324) : see declaration of 'sscanf'
PARTIALS.C
PROFILE.C
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\profile.c(295) : warning C4047: 'function' : 'double **' differs in levels of indirection from 'double [14][5]'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\profile.c(295) : warning C4024: 'DVERK' : different types for formal and actual parameter 10
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\profile.c(299) : warning C4047: 'function' : 'double **' differs in levels of indirection from 'double [14][11]'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\profile.c(299) : warning C4024: 'DVERK' : different types for formal and actual parameter 10
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\profile.c(303) : warning C4047: 'function' : 'double **' differs in levels of indirection from 'double [14][20]'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\profile.c(303) : warning C4024: 'DVERK' : different types for formal and actual parameter 10
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\profile.c(627) : warning C4047: 'function' : 'double **' differs in levels of indirection from 'double [14][5]'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\profile.c(627) : warning C4024: 'INTRP' : different types for formal and actual parameter 9
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\profile.c(631) : warning C4047: 'function' : 'double **' differs in levels of indirection from 'double [14][11]'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\profile.c(631) : warning C4024: 'INTRP' : different types for formal and actual parameter 9
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\profile.c(636) : warning C4047: 'function' : 'double **' differs in levels of indirection from 'double [14][20]'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\profile.c(636) : warning C4024: 'INTRP' : different types for formal and actual parameter 9
WEIGHT.C
Generating Code...
Compiling...
dibsect.cpp
WINVER not defined. Defaulting to 0x0600 (Windows Vista)
BubbleInput.cpp
WINVER not defined. Defaulting to 0x0600 (Windows Vista)
captivebubblesheet.cpp
WINVER not defined. Defaulting to 0x0600 (Windows Vista)
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\captivebubblesheet.cpp(551) : warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\captivebubblesheet.cpp(630) : warning C4996: 'gcvt': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _gcvt. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\stdlib.h(861) : see declaration of 'gcvt'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\captivebubblesheet.cpp(634) : warning C4996: 'gcvt': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _gcvt. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\stdlib.h(861) : see declaration of 'gcvt'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\captivebubblesheet.cpp(648) : warning C4018: '<' : signed/unsigned mismatch
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\captivebubblesheet.cpp(648) : warning C4018: '>' : signed/unsigned mismatch
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\captivebubblesheet.cpp(655) : warning C4996: 'itoa': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _itoa. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\stdlib.h(862) : see declaration of 'itoa'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\captivebubblesheet.cpp(659) : warning C4996: 'itoa': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _itoa. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\stdlib.h(862) : see declaration of 'itoa'
Config.cpp
WINVER not defined. Defaulting to 0x0600 (Windows Vista)
ConnectedComponent.cpp
WINVER not defined. Defaulting to 0x0600 (Windows Vista)
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\connectedcomponent.cpp(115) : warning C4018: '>' : signed/unsigned mismatch
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\connectedcomponent.cpp(210) : warning C4018: '<' : signed/unsigned mismatch
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\connectedcomponent.cpp(270) : warning C4018: '<' : signed/unsigned mismatch
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\connectedcomponent.cpp(278) : warning C4018: '<' : signed/unsigned mismatch
DocManagerEx.cpp
WINVER not defined. Defaulting to 0x0600 (Windows Vista)
GridLineInput.cpp
WINVER not defined. Defaulting to 0x0600 (Windows Vista)
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\gridlineinput.cpp(159) : warning C4996: 'itoa': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _itoa. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\stdlib.h(862) : see declaration of 'itoa'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\gridlineinput.cpp(161) : warning C4996: 'itoa': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _itoa. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\stdlib.h(862) : see declaration of 'itoa'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\gridlineinput.cpp(220) : warning C4018: '<' : signed/unsigned mismatch
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\gridlineinput.cpp(228) : warning C4996: 'itoa': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _itoa. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\stdlib.h(862) : see declaration of 'itoa'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\gridlineinput.cpp(230) : warning C4996: 'itoa': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _itoa. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\stdlib.h(862) : see declaration of 'itoa'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\gridlineinput.cpp(358) : warning C4018: '>' : signed/unsigned mismatch
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\gridlineinput.cpp(358) : warning C4018: '<' : signed/unsigned mismatch
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\gridlineinput.cpp(364) : warning C4018: '>' : signed/unsigned mismatch
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\gridlineinput.cpp(364) : warning C4018: '<' : signed/unsigned mismatch
MultiRunCfgDlg.cpp
WINVER not defined. Defaulting to 0x0600 (Windows Vista)
AdsaPAnalysis.cpp
WINVER not defined. Defaulting to 0x0600 (Windows Vista)
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\profile.h(22) : warning C4005: 'ERROR' : macro redefinition
c:\program files\microsoft sdks\windows\v6.0a\include\wingdi.h(104) : see previous definition of 'ERROR'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\adsapanalysis.cpp(116) : warning C4018: '<' : signed/unsigned mismatch
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\adsapanalysis.cpp(122) : warning C4018: '<' : signed/unsigned mismatch
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\adsapanalysis.cpp(139) : warning C4018: '<' : signed/unsigned mismatch
AlfiSmoothing.cpp
WINVER not defined. Defaulting to 0x0600 (Windows Vista)
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\profile.h(22) : warning C4005: 'ERROR' : macro redefinition
c:\program files\microsoft sdks\windows\v6.0a\include\wingdi.h(104) : see previous definition of 'ERROR'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\alfismoothing.cpp(293) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\alfismoothing.cpp(294) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
CannyClass.cpp
WINVER not defined. Defaulting to 0x0600 (Windows Vista)
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\cannyclass.cpp(132) : warning C4018: '>' : signed/unsigned mismatch
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\cannyclass.cpp(134) : warning C4018: '>' : signed/unsigned mismatch
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\cannyclass.cpp(161) : warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\cannyclass.cpp(179) : warning C4018: '<' : signed/unsigned mismatch
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\cannyclass.cpp(179) : warning C4018: '>' : signed/unsigned mismatch
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\cannyclass.cpp(180) : warning C4018: '<' : signed/unsigned mismatch
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\cannyclass.cpp(180) : warning C4018: '>' : signed/unsigned mismatch
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\cannyclass.cpp(423) : warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\cannyclass.cpp(429) : warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\cannyclass.cpp(461) : warning C4244: '=' : conversion from 'double' to 'UINT', possible loss of data
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\cannyclass.cpp(496) : warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\cannyclass.cpp(496) : warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\cannyclass.cpp(496) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\cannyclass.cpp(497) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\cannyclass.cpp(624) : warning C4244: '=' : conversion from 'double' to 'unsigned char', possible loss of data
IsolatingNoise.cpp
WINVER not defined. Defaulting to 0x0600 (Windows Vista)
ScaleFactor.cpp
WINVER not defined. Defaulting to 0x0600 (Windows Vista)
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\scalefactor.cpp(145) : warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\scalefactor.cpp(246) : warning C4018: '<' : signed/unsigned mismatch
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\scalefactor.cpp(373) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\scalefactor.cpp(374) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\scalefactor.cpp(451) : warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
Generating Code...
Compiling...
adsa1.cpp
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa1.cpp(72) : warning C4996: 'CWinApp::Enable3dControlsStatic': CWinApp::Enable3dControlsStatic is no longer needed. You should remove this call.
c:\program files\microsoft visual studio 9.0\vc\atlmfc\include\afxwin.h(4821) : see declaration of 'CWinApp::Enable3dControlsStatic'
adsa1Doc.cpp
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\profile.h(22) : warning C4005: 'ERROR' : macro redefinition
c:\program files\microsoft sdks\windows\v6.0a\include\wingdi.h(104) : see previous definition of 'ERROR'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa1doc.cpp(324) : warning C4101: 'ptr_dest2' : unreferenced local variable
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa1doc.cpp(509) : warning C4018: '<' : signed/unsigned mismatch
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa1doc.cpp(516) : warning C4018: '<' : signed/unsigned mismatch
adsa1View.cpp
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa1view.cpp(401) : warning C4244: '=' : conversion from 'DWORD' to 'BYTE', possible loss of data
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa1view.cpp(457) : warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\string.h(79) : see declaration of 'strcat'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa1view.cpp(457) : warning C4996: 'itoa': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _itoa. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\stdlib.h(862) : see declaration of 'itoa'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa1view.cpp(458) : warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\string.h(79) : see declaration of 'strcat'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa1view.cpp(459) : warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\string.h(79) : see declaration of 'strcat'
AdsaMainInputSheet.cpp
CalculateRunDlg.cpp
ChildFrm.cpp
font2.cpp
ImageResults.cpp
MainFrm.cpp
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\mainfrm.cpp(133) : warning C4800: 'DWORD' : forcing value to bool 'true' or 'false' (performance warning)
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\mainfrm.cpp(138) : warning C4800: 'DWORD' : forcing value to bool 'true' or 'false' (performance warning)
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\mainfrm.cpp(143) : warning C4800: 'DWORD' : forcing value to bool 'true' or 'false' (performance warning)
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\mainfrm.cpp(602) : warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\string.h(157) : see declaration of 'strncpy'
msflexgrid.cpp
OpenRunDlg.cpp
PendantDropSheet.cpp
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\pendantdropsheet.cpp(233) : warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\pendantdropsheet.cpp(730) : warning C4996: 'gcvt': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _gcvt. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\stdlib.h(861) : see declaration of 'gcvt'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\pendantdropsheet.cpp(734) : warning C4996: 'gcvt': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _gcvt. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\stdlib.h(861) : see declaration of 'gcvt'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\pendantdropsheet.cpp(748) : warning C4018: '<' : signed/unsigned mismatch
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\pendantdropsheet.cpp(748) : warning C4018: '>' : signed/unsigned mismatch
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\pendantdropsheet.cpp(755) : warning C4996: 'itoa': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _itoa. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\stdlib.h(862) : see declaration of 'itoa'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\pendantdropsheet.cpp(759) : warning C4996: 'itoa': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _itoa. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\stdlib.h(862) : see declaration of 'itoa'
picture3.cpp
rowcursor.cpp
RunOutputDlg.cpp
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\profile.h(22) : warning C4005: 'ERROR' : macro redefinition
c:\program files\microsoft sdks\windows\v6.0a\include\wingdi.h(104) : see previous definition of 'ERROR'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\runoutputdlg.cpp(167) : warning C4996: 'itoa': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _itoa. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\stdlib.h(862) : see declaration of 'itoa'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\runoutputdlg.cpp(196) : warning C4996: '_itoa': This function or variable may be unsafe. Consider using _itoa_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\stdlib.h(465) : see declaration of '_itoa'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\runoutputdlg.cpp(570) : warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\string.h(157) : see declaration of 'strncpy'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\runoutputdlg.cpp(811) : warning C4996: 'ctime': This function or variable may be unsafe. Consider using ctime_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\time.inl(88) : see declaration of 'ctime'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\runoutputdlg.cpp(885) : warning C4244: 'initializing' : conversion from 'LONGLONG' to 'long', possible loss of data
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\runoutputdlg.cpp(888) : warning C4996: 'ctime': This function or variable may be unsafe. Consider using ctime_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\time.inl(88) : see declaration of 'ctime'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\runoutputdlg.cpp(889) : warning C4996: 'ctime': This function or variable may be unsafe. Consider using ctime_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\time.inl(88) : see declaration of 'ctime'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\runoutputdlg.cpp(1070) : warning C4996: 'itoa': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _itoa. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\stdlib.h(862) : see declaration of 'itoa'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\runoutputdlg.cpp(1162) : warning C4996: 'ctime': This function or variable may be unsafe. Consider using ctime_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\time.inl(88) : see declaration of 'ctime'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\runoutputdlg.cpp(1253) : warning C4996: 'itoa': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _itoa. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\stdlib.h(862) : see declaration of 'itoa'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\runoutputdlg.cpp(1358) : warning C4996: 'ctime': This function or variable may be unsafe. Consider using ctime_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\time.inl(88) : see declaration of 'ctime'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\runoutputdlg.cpp(1529) : warning C4996: 'itoa': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _itoa. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\stdlib.h(862) : see declaration of 'itoa'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\runoutputdlg.cpp(1577) : warning C4996: 'itoa': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _itoa. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\stdlib.h(862) : see declaration of 'itoa'
SessileDropSheet.cpp
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\sessiledropsheet.cpp(186) : warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\sessiledropsheet.cpp(438) : warning C4996: 'gcvt': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _gcvt. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\stdlib.h(861) : see declaration of 'gcvt'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\sessiledropsheet.cpp(442) : warning C4996: 'gcvt': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _gcvt. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\stdlib.h(861) : see declaration of 'gcvt'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\sessiledropsheet.cpp(456) : warning C4018: '<' : signed/unsigned mismatch
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\sessiledropsheet.cpp(456) : warning C4018: '>' : signed/unsigned mismatch
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\sessiledropsheet.cpp(463) : warning C4996: 'itoa': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _itoa. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\stdlib.h(862) : see declaration of 'itoa'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\sessiledropsheet.cpp(467) : warning C4996: 'itoa': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _itoa. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\stdlib.h(862) : see declaration of 'itoa'
Generating Code...
Compiling resources...
Microsoft Windows Resource Compiler Version 6.0.5724.0
Copyright (C) Microsoft Corporation. All rights reserved.
Compiling manifest to resources...
Microsoft Windows Resource Compiler Version 6.0.5724.0
Copyright (C) Microsoft Corporation. All rights reserved.
Linking...
LINK : fatal error LNK1104: cannot open file 'console.lib'
Creating browse information file...
Microsoft Browse Information Maintenance Utility Version 9.00.21022
Copyright (C) Microsoft Corporation. All rights reserved.
Project : warning PRJ0018 : The following environment variables were not found:
$(IFORT_COMPILER11)
Build log was saved at "file://c:\Documents and Settings\kevin\My Documents\UH Work\ASDA Software - Post-CD\AdsaInterf 3.0 source\Debug\BuildLog.htm"
adsa1 - 1 error(s), 131 warning(s)
========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ==========
**************************************************************************************
Here's the errors from the Power Station Pro LIbrary:
------ Rebuild All started: Project: adsa1, Configuration: Debug Win32 ------
Deleting intermediate and output files for project 'adsa1', configuration 'Debug|Win32'
Compiling...
StdAfx.cpp
WINVER not defined. Defaulting to 0x0600 (Windows Vista)
Compiling...
ADSAP.C
ELLIP.C
ERRORFUN.C
IMG.C
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\img.c(28) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\string.h(74) : see declaration of 'strcpy'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\img.c(51) : warning C4996: 'close': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _close. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\io.h(306) : see declaration of 'close'
IMGREAD.C
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\imgread.c(27) : warning C4996: 'open': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _open. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\io.h(316) : see declaration of 'open'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\imgread.c(32) : warning C4996: 'read': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _read. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\io.h(317) : see declaration of 'read'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\imgread.c(42) : warning C4996: 'read': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _read. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\io.h(317) : see declaration of 'read'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\imgread.c(91) : warning C4996: 'read': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _read. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\io.h(317) : see declaration of 'read'
imgtif.c
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\imgtif.c(104) : warning C4013: 'CheckTIFF' undefined; assuming extern returning int
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\imgtif.c(120) : warning C4018: '<' : signed/unsigned mismatch
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\imgtif.c(216) : warning C4133: '=' : incompatible types - from 'float **' to 'int **'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\imgtif.c(218) : warning C4018: '<' : signed/unsigned mismatch
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\imgtif.c(219) : warning C4018: '<' : signed/unsigned mismatch
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\imgtif.c(228) : warning C4018: '<' : signed/unsigned mismatch
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\imgtif.c(229) : warning C4018: '<' : signed/unsigned mismatch
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\imgtif.c(234) : warning C4018: '<' : signed/unsigned mismatch
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\imgtif.c(389) : warning C4101: 'start' : unreferenced local variable
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\imgtif.c(608) : warning C4244: 'return' : conversion from 'double' to 'int', possible loss of data
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\imgtif.c(529) : warning C4101: 'start' : unreferenced local variable
IMGWRITE.C
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\imgwrite.c(26) : warning C4996: 'open': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _open. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\io.h(316) : see declaration of 'open'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\imgwrite.c(81) : warning C4996: 'write': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _write. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\io.h(322) : see declaration of 'write'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\imgwrite.c(83) : warning C4996: 'write': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _write. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\io.h(322) : see declaration of 'write'
LIB.C
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\lib.c(114) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\string.h(74) : see declaration of 'strcpy'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\lib.c(115) : warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\stdio.h(237) : see declaration of 'fopen'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\lib.c(152) : warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\stdio.h(237) : see declaration of 'fopen'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\lib.c(175) : warning C4996: 'fscanf': This function or variable may be unsafe. Consider using fscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\stdio.h(256) : see declaration of 'fscanf'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\lib.c(178) : warning C4996: 'fscanf': This function or variable may be unsafe. Consider using fscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\stdio.h(256) : see declaration of 'fscanf'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\lib.c(191) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\string.h(74) : see declaration of 'strcpy'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\lib.c(194) : warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\stdio.h(237) : see declaration of 'fopen'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\lib.c(235) : warning C4996: 'sscanf': This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\stdio.h(324) : see declaration of 'sscanf'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\lib.c(254) : warning C4996: 'fscanf': This function or variable may be unsafe. Consider using fscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\stdio.h(256) : see declaration of 'fscanf'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\lib.c(289) : warning C4996: 'sscanf': This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\stdio.h(324) : see declaration of 'sscanf'
PARTIALS.C
PROFILE.C
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\profile.c(295) : warning C4047: 'function' : 'double **' differs in levels of indirection from 'double [14][5]'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\profile.c(295) : warning C4024: 'DVERK' : different types for formal and actual parameter 10
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\profile.c(299) : warning C4047: 'function' : 'double **' differs in levels of indirection from 'double [14][11]'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\profile.c(299) : warning C4024: 'DVERK' : different types for formal and actual parameter 10
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\profile.c(303) : warning C4047: 'function' : 'double **' differs in levels of indirection from 'double [14][20]'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\profile.c(303) : warning C4024: 'DVERK' : different types for formal and actual parameter 10
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\profile.c(627) : warning C4047: 'function' : 'double **' differs in levels of indirection from 'double [14][5]'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\profile.c(627) : warning C4024: 'INTRP' : different types for formal and actual parameter 9
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\profile.c(631) : warning C4047: 'function' : 'double **' differs in levels of indirection from 'double [14][11]'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\profile.c(631) : warning C4024: 'INTRP' : different types for formal and actual parameter 9
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\profile.c(636) : warning C4047: 'function' : 'double **' differs in levels of indirection from 'double [14][20]'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\profile.c(636) : warning C4024: 'INTRP' : different types for formal and actual parameter 9
STATS.C
WEIGHT.C
Generating Code...
Compiling...
dibsect.cpp
WINVER not defined. Defaulting to 0x0600 (Windows Vista)
BubbleInput.cpp
WINVER not defined. Defaulting to 0x0600 (Windows Vista)
captivebubblesheet.cpp
WINVER not defined. Defaulting to 0x0600 (Windows Vista)
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\captivebubblesheet.cpp(551) : warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\captivebubblesheet.cpp(630) : warning C4996: 'gcvt': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _gcvt. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\stdlib.h(861) : see declaration of 'gcvt'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\captivebubblesheet.cpp(634) : warning C4996: 'gcvt': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _gcvt. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\stdlib.h(861) : see declaration of 'gcvt'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\captivebubblesheet.cpp(648) : warning C4018: '<' : signed/unsigned mismatch
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\captivebubblesheet.cpp(648) : warning C4018: '>' : signed/unsigned mismatch
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\captivebubblesheet.cpp(655) : warning C4996: 'itoa': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _itoa. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\stdlib.h(862) : see declaration of 'itoa'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\captivebubblesheet.cpp(659) : warning C4996: 'itoa': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _itoa. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\stdlib.h(862) : see declaration of 'itoa'
Config.cpp
WINVER not defined. Defaulting to 0x0600 (Windows Vista)
ConnectedComponent.cpp
WINVER not defined. Defaulting to 0x0600 (Windows Vista)
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\connectedcomponent.cpp(115) : warning C4018: '>' : signed/unsigned mismatch
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\connectedcomponent.cpp(210) : warning C4018: '<' : signed/unsigned mismatch
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\connectedcomponent.cpp(270) : warning C4018: '<' : signed/unsigned mismatch
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\connectedcomponent.cpp(278) : warning C4018: '<' : signed/unsigned mismatch
DocManagerEx.cpp
WINVER not defined. Defaulting to 0x0600 (Windows Vista)
GridLineInput.cpp
WINVER not defined. Defaulting to 0x0600 (Windows Vista)
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\gridlineinput.cpp(159) : warning C4996: 'itoa': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _itoa. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\stdlib.h(862) : see declaration of 'itoa'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\gridlineinput.cpp(161) : warning C4996: 'itoa': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _itoa. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\stdlib.h(862) : see declaration of 'itoa'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\gridlineinput.cpp(220) : warning C4018: '<' : signed/unsigned mismatch
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\gridlineinput.cpp(228) : warning C4996: 'itoa': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _itoa. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\stdlib.h(862) : see declaration of 'itoa'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\gridlineinput.cpp(230) : warning C4996: 'itoa': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _itoa. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\stdlib.h(862) : see declaration of 'itoa'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\gridlineinput.cpp(358) : warning C4018: '>' : signed/unsigned mismatch
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\gridlineinput.cpp(358) : warning C4018: '<' : signed/unsigned mismatch
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\gridlineinput.cpp(364) : warning C4018: '>' : signed/unsigned mismatch
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\gridlineinput.cpp(364) : warning C4018: '<' : signed/unsigned mismatch
MultiRunCfgDlg.cpp
WINVER not defined. Defaulting to 0x0600 (Windows Vista)
AdsaPAnalysis.cpp
WINVER not defined. Defaulting to 0x0600 (Windows Vista)
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\profile.h(22) : warning C4005: 'ERROR' : macro redefinition
c:\program files\microsoft sdks\windows\v6.0a\include\wingdi.h(104) : see previous definition of 'ERROR'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\adsapanalysis.cpp(116) : warning C4018: '<' : signed/unsigned mismatch
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\adsapanalysis.cpp(122) : warning C4018: '<' : signed/unsigned mismatch
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\adsapanalysis.cpp(139) : warning C4018: '<' : signed/unsigned mismatch
AlfiSmoothing.cpp
WINVER not defined. Defaulting to 0x0600 (Windows Vista)
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\profile.h(22) : warning C4005: 'ERROR' : macro redefinition
c:\program files\microsoft sdks\windows\v6.0a\include\wingdi.h(104) : see previous definition of 'ERROR'
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\alfismoothing.cpp(293) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\alfismoothing.cpp(294) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
CannyClass.cpp
WINVER not defined. Defaulting to 0x0600 (Windows Vista)
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\cannyclass.cpp(132) : warning C4018: '>' : signed/unsigned mismatch
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\cannyclass.cpp(134) : warning C4018: '>' : signed/unsigned mismatch
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\cannyclass.cpp(161) : warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\cannyclass.cpp(179) : warning C4018: '<' : signed/unsigned mismatch
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\cannyclass.cpp(179) : warning C4018: '>' : signed/unsigned mismatch
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\cannyclass.cpp(180) : warning C4018: '<' : signed/unsigned mismatch
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\cannyclass.cpp(180) : warning C4018: '>' : signed/unsigned mismatch
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\cannyclass.cpp(423) : warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\cannyclass.cpp(429) : warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\cannyclass.cpp(461) : warning C4244: '=' : conversion from 'double' to 'UINT', possible loss of data
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\cannyclass.cpp(496) : warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\cannyclass.cpp(496) : warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\cannyclass.cpp(496) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\cannyclass.cpp(497) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\cannyclass.cpp(624) : warning C4244: '=' : conversion from 'double' to 'unsigned char', possible loss of data
IsolatingNoise.cpp
WINVER not defined. Defaulting to 0x0600 (Windows Vista)
ScaleFactor.cpp
WINVER not defined. Defaulting to 0x0600 (Windows Vista)
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\scalefactor.cpp(145) : warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\scalefactor.cpp(246) : warning C4018: '<' : signed/unsigned mismatch
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\scalefactor.cpp(373) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\scalefactor.cpp(374) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa\scalefactor.cpp(451) : warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
Generating Code...
Compiling...
adsa1.cpp
c:\documents and settings\kevin\my documents\uh work\asda software - post-cd\adsainterf 3.0 source\adsa1.cpp(72) : warning C4996: 'CWinApp::Enable3dControlsStatic': CWinApp::Enable3dControlsStatic is no longer needed. You should remove this
Link Copied
4 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You showed lots of C++ warnings, but not the link error.
My guess is that you have a Fortran object that was compiled with Microsoft Fortran PowerStation and has not yet been recompiled with Intel Visual Fortran. You must recompile all Fortran sources used in your application. The name console.lib is used by PowerStation-compiled sources - the similar library for Intel Visual Fortran has a different name (ifconsol.lib).
Please make sure that all Fortran sources are recompiled with the Intel compiler and this error should go away.
My guess is that you have a Fortran object that was compiled with Microsoft Fortran PowerStation and has not yet been recompiled with Intel Visual Fortran. You must recompile all Fortran sources used in your application. The name console.lib is used by PowerStation-compiled sources - the similar library for Intel Visual Fortran has a different name (ifconsol.lib).
Please make sure that all Fortran sources are recompiled with the Intel compiler and this error should go away.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Quoting - Steve Lionel (Intel)
You showed lots of C++ warnings, but not the link error.
My guess is that you have a Fortran object that was compiled with Microsoft Fortran PowerStation and has not yet been recompiled with Intel Visual Fortran. You must recompile all Fortran sources used in your application. The name console.lib is used by PowerStation-compiled sources - the similar library for Intel Visual Fortran has a different name (ifconsol.lib).
Please make sure that all Fortran sources are recompiled with the Intel compiler and this error should go away.
My guess is that you have a Fortran object that was compiled with Microsoft Fortran PowerStation and has not yet been recompiled with Intel Visual Fortran. You must recompile all Fortran sources used in your application. The name console.lib is used by PowerStation-compiled sources - the similar library for Intel Visual Fortran has a different name (ifconsol.lib).
Please make sure that all Fortran sources are recompiled with the Intel compiler and this error should go away.
Hi Steve,
How do I recompile the files (this is a mixed language project) using the Intel compiler?
Thanks!
Kevin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Quoting - proud2bhaole
Quoting - Steve Lionel (Intel)
You showed lots of C++ warnings, but not the link error.
My guess is that you have a Fortran object that was compiled with Microsoft Fortran PowerStation and has not yet been recompiled with Intel Visual Fortran. You must recompile all Fortran sources used in your application. The name console.lib is used by PowerStation-compiled sources - the similar library for Intel Visual Fortran has a different name (ifconsol.lib).
Please make sure that all Fortran sources are recompiled with the Intel compiler and this error should go away.
My guess is that you have a Fortran object that was compiled with Microsoft Fortran PowerStation and has not yet been recompiled with Intel Visual Fortran. You must recompile all Fortran sources used in your application. The name console.lib is used by PowerStation-compiled sources - the similar library for Intel Visual Fortran has a different name (ifconsol.lib).
Please make sure that all Fortran sources are recompiled with the Intel compiler and this error should go away.
Hi Steve,
How do I recompile the files (this is a mixed language project) using the Intel compiler?
Thanks!
Kevin
I received the following link error after trying to compile one of the .f90 files: LNK2019 unresolved external symbol _MAIN_
Hope this helps
********************************************************************************
C:Documents and SettingskevinMy DocumentsUH WorkASDA Software - Post-CDAds
aInterf 3.0 sourceADSA>ifort dist_subroutine.f90
Intel Visual Fortran Compiler Professional for applications running on IA-32,
Version 11.0 Build 20090131 Package ID: w_cprof_p_11.0.072
Copyright (C) 1985-2009 Intel Corporation. All rights reserved.
C:Documents and SettingskevinMy DocumentsUH WorkASDA Software - Post-CDAds
aInterf 3.0 sourceADSAdist_subroutine.f90(1220): (col. 10) remark: LOOP WAS VE
CTORIZED.
C:Documents and SettingskevinMy DocumentsUH WorkASDA Software - Post-CDAds
aInterf 3.0 sourceADSAdist_subroutine.f90(1157): (col. 10) remark: PERMUTED LO
OP WAS VECTORIZED.
C:Documents and SettingskevinMy DocumentsUH WorkASDA Software - Post-CDAds
aInterf 3.0 sourceADSAdist_subroutine.f90(377): (col. 13) remark: LOOP WAS VEC
TORIZED.
C:Documents and SettingskevinMy DocumentsUH WorkASDA Software - Post-CDAds
aInterf 3.0 sourceADSAdist_subroutine.f90(389): (col. 15) remark: LOOP WAS VEC
TORIZED.
C:Documents and SettingskevinMy DocumentsUH WorkASDA Software - Post-CDAds
aInterf 3.0 sourceADSAdist_subroutine.f90(389): (col. 15) remark: LOOP WAS VEC
TORIZED.
C:Documents and SettingskevinMy DocumentsUH WorkASDA Software - Post-CDAds
aInterf 3.0 sourceADSAdist_subroutine.f90(389): (col. 15) remark: LOOP WAS VEC
TORIZED.
C:Documents and SettingskevinMy DocumentsUH WorkASDA Software - Post-CDAds
aInterf 3.0 sourceADSAdist_subroutine.f90(394): (col. 13) remark: LOOP WAS VEC
TORIZED.
C:Documents and SettingskevinMy DocumentsUH WorkASDA Software - Post-CDAds
aInterf 3.0 sourceADSAdist_subroutine.f90(403): (col. 13) remark: LOOP WAS VEC
TORIZED.
C:Documents and SettingskevinMy DocumentsUH WorkASDA Software - Post-CDAds
aInterf 3.0 sourceADSAdist_subroutine.f90(594): (col. 10) remark: LOOP WAS VEC
TORIZED.
C:Documents and SettingskevinMy DocumentsUH WorkASDA Software - Post-CDAds
aInterf 3.0 sourceADSAdist_subroutine.f90(610): (col. 15) remark: LOOP WAS VEC
TORIZED.
C:Documents and SettingskevinMy DocumentsUH WorkASDA Software - Post-CDAds
aInterf 3.0 sourceADSAdist_subroutine.f90(610): (col. 15) remark: LOOP WAS VEC
TORIZED.
C:Documents and SettingskevinMy DocumentsUH WorkASDA Software - Post-CDAds
aInterf 3.0 sourceADSAdist_subroutine.f90(610): (col. 15) remark: LOOP WAS VEC
TORIZED.
C:Documents and SettingskevinMy DocumentsUH WorkASDA Software - Post-CDAds
aInterf 3.0 sourceADSAdist_subroutine.f90(613): (col. 13) remark: LOOP WAS VEC
TORIZED.
C:Documents and SettingskevinMy DocumentsUH WorkASDA Software - Post-CDAds
aInterf 3.0 sourceADSAdist_subroutine.f90(465): (col. 16) remark: LOOP WAS VEC
TORIZED.
C:Documents and SettingskevinMy DocumentsUH WorkASDA Software - Post-CDAds
aInterf 3.0 sourceADSAdist_subroutine.f90(452): (col. 16) remark: LOOP WAS VEC
TORIZED.
C:Documents and SettingskevinMy DocumentsUH WorkASDA Software - Post-CDAds
aInterf 3.0 sourceADSAdist_subroutine.f90(492): (col. 16) remark: LOOP WAS VEC
TORIZED.
C:Documents and SettingskevinMy DocumentsUH WorkASDA Software - Post-CDAds
aInterf 3.0 sourceADSAdist_subroutine.f90(479): (col. 16) remark: LOOP WAS VEC
TORIZED.
C:Documents and SettingskevinMy DocumentsUH WorkASDA Software - Post-CDAds
aInterf 3.0 sourceADSAdist_subroutine.f90(528): (col. 13) remark: LOOP WAS VEC
TORIZED.
C:Documents and SettingskevinMy DocumentsUH WorkASDA Software - Post-CDAds
aInterf 3.0 sourceADSAdist_subroutine.f90(993): (col. 11) remark: LOOP WAS VEC
TORIZED.
C:Documents and SettingskevinMy DocumentsUH WorkASDA Software - Post-CDAds
aInterf 3.0 sourceADSAdist_subroutine.f90(1002): (col. 11) remark: LOOP WAS VE
CTORIZED.
C:Documents and SettingskevinMy DocumentsUH WorkASDA Software - Post-CDAds
aInterf 3.0 sourceADSAdist_subroutine.f90(975): (col. 11) remark: LOOP WAS VEC
TORIZED.
C:Documents and SettingskevinMy DocumentsUH WorkASDA Software - Post-CDAds
aInterf 3.0 sourceADSAdist_subroutine.f90(968): (col. 11) remark: LOOP WAS VEC
TORIZED.
C:Documents and SettingskevinMy DocumentsUH WorkASDA Software - Post-CDAds
aInterf 3.0 sourceADSAdist_subroutine.f90(829): (col. 10) remark: LOOP WAS VEC
TORIZED.
C:Documents and SettingskevinMy DocumentsUH WorkASDA Software - Post-CDAds
aInterf 3.0 sourceADSAdist_subroutine.f90(836): (col. 10) remark: LOOP WAS VEC
TORIZED.
C:Documents and SettingskevinMy DocumentsUH WorkASDA Software - Post-CDAds
aInterf 3.0 sourceADSAdist_subroutine.f90(908): (col. 11) remark: LOOP WAS VEC
TORIZED.
C:Documents and SettingskevinMy DocumentsUH WorkASDA Software - Post-CDAds
aInterf 3.0 sourceADSAdist_subroutine.f90(911): (col. 11) remark: PARTIAL LOOP
WAS VECTORIZED.
C:Documents and SettingskevinMy DocumentsUH WorkASDA Software - Post-CDAds
aInterf 3.0 sourceADSAdist_subroutine.f90(911): (col. 11) remark: PARTIAL LOOP
WAS VECTORIZED.
C:Documents and SettingskevinMy DocumentsUH WorkASDA Software - Post-CDAds
aInterf 3.0 sourceADSAdist_subroutine.f90(914): (col. 11) remark: LOOP WAS VEC
TORIZED.
C:Documents and SettingskevinMy DocumentsUH WorkASDA Software - Post-CDAds
aInterf 3.0 sourceADSAdist_subroutine.f90(922): (col. 11) remark: LOOP WAS VEC
TORIZED.
C:Documents and SettingskevinMy DocumentsUH WorkASDA Software - Post-CDAds
aInterf 3.0 sourceADSAdist_subroutine.f90(928): (col. 11) remark: LOOP WAS VEC
TORIZED.
C:Documents and SettingskevinMy DocumentsUH WorkASDA Software - Post-CDAds
aInterf 3.0 sourceADSAdist_subroutine.f90(932): (col. 13) remark: LOOP WAS VEC
TORIZED.
C:Documents and SettingskevinMy DocumentsUH WorkASDA Software - Post-CDAds
aInterf 3.0 sourceADSAdist_subroutine.f90(932): (col. 13) remark: LOOP WAS VEC
TORIZED.
C:Documents and SettingskevinMy DocumentsUH WorkASDA Software - Post-CDAds
aInterf 3.0 sourceADSAdist_subroutine.f90(938): (col. 13) remark: LOOP WAS VEC
TORIZED.
C:Documents and SettingskevinMy DocumentsUH WorkASDA Software - Post-CDAds
aInterf 3.0 sourceADSAdist_subroutine.f90(938): (col. 13) remark: LOOP WAS VEC
TORIZED.
C:Documents and SettingskevinMy DocumentsUH WorkASDA Software - Post-CDAds
aInterf 3.0 sourceADSAdist_subroutine.f90(555): (col. 10) remark: LOOP WAS VEC
TORIZED.
C:Documents and SettingskevinMy DocumentsUH WorkASDA Software - Post-CDAds
aInterf 3.0 sourceADSAdist_subroutine.f90(564): (col. 13) remark: LOOP WAS VEC
TORIZED.
C:Documents and SettingskevinMy DocumentsUH WorkASDA Software - Post-CDAds
aInterf 3.0 sourceADSAdist_subroutine.f90(576): (col. 13) remark: LOOP WAS VEC
TORIZED.
C:Documents and SettingskevinMy DocumentsUH WorkASDA Software - Post-CDAds
aInterf 3.0 sourceADSAdist_subroutine.f90(258): (col. 10) remark: LOOP WAS VEC
TORIZED.
Microsoft Incremental Linker Version 9.00.21022.08
Copyright (C) Microsoft Corporation. All rights reserved.
-out:dist_subroutine.exe
-subsystem:console
dist_subroutine.obj
libifcoremt.lib(for_main.obj) : error LNK2019: unresolved external symbol _MAIN_
_ referenced in function _main
dist_subroutine.exe : fatal error LNK1120: 1 unresolved externals
C:Documents and SettingskevinMy DocumentsUH WorkASDA Software - Post-CDAds
aInterf 3.0 sourceADSA>
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If you're compiling from the command line, add -c . But if it is a project, just right click on the project and select Project Only > Rebuild. Or you could do a Build > Rebuild on the solution.

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