1 Attachment(s)
How set IDE to create MAP file in visual studio
I need to secure my application with the Sentinel key, using AppOnChip technology.
This technology requires a MAP file created by the compiler.
I found this: https://docs.microsoft.com/en-us/cpp...N&view=vs-2019
1. Open the project's Property Pages dialog box.
2. Click the Linker folder.
3. Click the Debug property page.
4. Modify the Generate Map File property.
Unfortunately I don't see it in the settings.
Attachment 171835
As in the title - how to set the IDE for creating a MAP file in Visual Studio.
Re: How set IDE to create MAP file in visual studio
If you follow the link you provided and then scroll up on the left hand side, you'll see that that is for C++, not for VB. If what you want is actually possible with VB, I suspect that you'd have to use the compiler from the commandline, so you should look into what options are available under those circumstances.
Re: How set IDE to create MAP file in visual studio
Unfortunately, in Visual Basic compiler options there are no option /map.
https://docs.microsoft.com/en-us/dot...alphabetically
Strange, because vb 6.0 can generate map files.
Re: How set IDE to create MAP file in visual studio
Unfortunately, in Visual Basic compiler options there are no option /map.
https://docs.microsoft.com/en-us/dot...alphabetically
Strange, because vb 6.0 can generate map files.