- Messages
- 12,244
- Country

I have been trying to compile the "Data Request Sample" from the SDK but it fails on linking. (I've added a link to the SDK lib in the linker settings)
Deleting intermediate files and output files for project 'SDKTest', configuration 'Debug|Win32'.
Compiling...
stdafx.cpp
Compiling...
SDKTest.cpp
Linking...
LINK : fatal error LNK1104: cannot open file 'D:\FSX.obj'
Build log was saved at "file://e:\SDKTest\Debug\BuildLog.htm"
SDKTest - 1 error(s), 0 warning(s)
I've looked everywhere for FSX.obj but cannot find it. Any ideas?
George
Note. I'm using VC++ 2003 so I cannot use the sample .vcproj as it's from 2005, however I cannot see any obvious differences.
Deleting intermediate files and output files for project 'SDKTest', configuration 'Debug|Win32'.
Compiling...
stdafx.cpp
Compiling...
SDKTest.cpp
Linking...
LINK : fatal error LNK1104: cannot open file 'D:\FSX.obj'
Build log was saved at "file://e:\SDKTest\Debug\BuildLog.htm"
SDKTest - 1 error(s), 0 warning(s)
I've looked everywhere for FSX.obj but cannot find it. Any ideas?
George
Note. I'm using VC++ 2003 so I cannot use the sample .vcproj as it's from 2005, however I cannot see any obvious differences.