Where to set /TSAWARE in Visual Basic 6.0 project in Visual Studio 98

Viewed 690

I need to set the /TSAWARE flag for a legacy VB 6.0 activeX EXE. I can do it with

BINEDIT /TSAWARE app.exe

after building the app, but I'm thinking there should be a way to select it in the VB6 project itself in Visual Studio. I've looked at project properties but don't see anywhere to set linker options. The project is an ActiveX component.

This question mentions doing it in Visual Studio 6.0 with C++ in the linker but haven't seen way to do it in VB which doesn't seem to have explicit link settings.

2 Answers
Related