PDA

View Full Version : is anybody able to compile this in VC7.1?


Doom9
21st January 2004, 15:47
get the code here: http://www.intel.com/network/csp/products/ctconnect/demo.htm

I can compile the entire project just fine, but I get a LNK4089 link error when linking each dll and the main project. The error description is more than ambiguous (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dv_vcce4/html/everrLinkerToolsWarningLNKfouzereignin.asp) so I haven't got a clue why it fails. I was kinda under the impression that as long as you don't get any errors during compliation, you should still get a working project but apparently I'm mistaken since I don't get a single dll nor the exe for the project.

I'm currently downloading VS.Pro v6 from MSDN (can't say I'm looking forward to it.. the new version looks more straightforward) but it'll take a while until I can try it in the old version.

sh0dan
21st January 2004, 18:35
LNK4089 is only a warning - it should link the application - warnings aren't fatal (at least in VC6).

It's just a warning, that a library you included isn't used.

Nic
21st January 2004, 18:56
Just compiled it in VisualStudio .net 2003 and it compiled fine...all the files outputted where in:
D:\development\projects\IntelDemo\Images\debug
Where I expected them to be....

I got "LINK : warning LNK4089: all references to 'OLEAUT32.dll' discarded by /OPT:REF" Warnings....but that's normal enough.

-Nic

Doom9
22nd January 2004, 14:39
Just compiled it in VisualStudio .net 2003 and it compiled fine...all the files outputted where in:
D:\development\projects\IntelDemo\Images\debugGod, /me hides in utter shame behind his clueless n00b status (finally I lived up to it). I'd expected the files to be in .\debug or .\release so that was the only place I cared to look.

/me goes to sit in a corner for a while