Click here to Skip to main content
15,902,735 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I'm running VS 2008 under Win 7 64-bit with UAC on the default setting so that might have something to do with this, but just posting on here to see if anyone else has had the problem since I couldn't find it on google searches. Not sure if I have VS service packs installed (none show up on the about box other than .NET 3.5 SP1).

I don't normally work in C/C++ but just need to create a small managed C++ class library but when I build for some reason the .DLL file is not being saved, though neither the compiler or linker are giving any errors.

I've tried both a simple Win32 DLL and a .NET class library. When I build a managed library the output directory ends up with .OBJ files and a TestLibrary.dll.intermediate-manifest, but no .DLL itself. Same story with an unmanaged one.

I also tried creating an EXE project, not ticking the "empty project" checkbox and get a "Microsoft Incremental Linker has stopped working" message when I try to build, followed by LNK1000: Internal error during IncrBuildImage.
Posted
Comments
Richard MacCutchan 24-Jul-10 5:31am    
Check all the build settings in your project and make sure that the destination directories are pointing to the correct places.

1 solution

Never mind I've figured it out - just going mad lol.
The final executables / DLLs were being saved in the solution debug folder rather than the project debug folder. :doh:
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900