cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
David_LeBow
Level 2

ISLE Selects wrong "Primary Output"

I'm using ISLE with VS Pro 2012. I've got a project named BCASA_DLL. Its primary output is a file called BCASA.dll

When looking for the primary output, ISLE looks for the file BCASA_DLL.dll rather than BCASA.dll

It's looking in the correct output folder, but with .dll rather than the actual primary output. The linker Output File setting is $(OutDir)BCASA.dll

How is it that ISLE gets the output directory correct but the actual file name wrong? What to do?
0 Kudos
(1) Reply
David_LeBow
Level 2

...I see that the linker output isn't used so much as $(OutputDir) + $(TargetName) + $(TargetExt)
0 Kudos