- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Mixed language solution, Fortran/C++. When I build the solution and direct the output( two .dll files ) to one file folder, it builds successfully. When I try to build in another folder, which is inside of the previous folder, I get the build error
fatal error LNK1000: Internal error during BuildImage
Thanks
Chris
fatal error LNK1000: Internal error during BuildImage
Thanks
Chris
1 Solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
My advice is to never set the output of two different projects to the same folder - this can cause all sorts of build problems. Instead, add a post-build step to copy the DLL to some other location (say, the project folder of the executable project). You may be running into an issue with Visual Studio trying to build two projects in parallel.
Does this help?
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
My advice is to never set the output of two different projects to the same folder - this can cause all sorts of build problems. Instead, add a post-build step to copy the DLL to some other location (say, the project folder of the executable project). You may be running into an issue with Visual Studio trying to build two projects in parallel.
Does this help?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Steve,
That does help, I was just trying to take a short cut. Thank you.

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