|
-
Oct 27th, 2019, 06:01 AM
#1
Thread Starter
Member
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.

As in the title - how to set the IDE for creating a MAP file in Visual Studio.
-
Oct 27th, 2019, 06:42 AM
#2
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.
-
Oct 30th, 2019, 04:33 PM
#3
Thread Starter
Member
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.
-
Oct 30th, 2019, 04:34 PM
#4
Thread Starter
Member
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.
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|