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


i need set /tsaware flag legacy vb 6.0 activex exe. can

binedit /tsaware app.exe 

after building app, i'm thinking there should way select in vb6 project in visual studio. i've looked @ project properties don't see anywhere set linker options. project activex component.

this question mentions doing in visual studio 6.0 c++ in linker haven't seen way in vb doesn't seem have explicit link settings.

actually "vb6 linker" (vs 6.0 link.exe) indeed support flag. of course may have sure have installed vs 6.0 service packs through @ least sp6.

to invoke can edit project's .vbp file, adding section:

[vbcompiler] linkswitches=/tsaware 

using later "microsoft (r) coff/pe dumper version 8.00.50727.42" dump compiled exe confirmation, shows 8000 dll characteristics terminal server aware.

as far know has worked very long time, perhaps since service pack 3.


Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -