Hello,
I have a problem when I generate a new solution in VC60, importing a Net Express project, (nw2000.app), the solution nw2000.sln is generated, and 4 cbl projects are generated, nw2000, wgpini.exe (the executable), nomiagrs_lbr (library that contains the .rs files) and nomiaggnt_lbr(library that contains the .gnt files).
Apparently everything is generated correctly and without errors. Attached the importreport.txt file
But when I try to test it, I observe, after recompiling the solution, that it does not generate the application executable (wgpini.exe), but it generates a file $safeprojectname$.exe, and it does not generate the .lbr libraries either, but a file $safeprojectname$.lbr.
What I need to change in the solution so that it does not generate when compiling files $safeprojectname$



you can see in the attached Application tab, you can see, the Output Name is set to (WGPINI) and the Output Type is set to windows application. However, when you compile the solution, you see that everything is generated with the name $safeprojectname$.


