Results 1 to 4 of 4

Thread: How set IDE to create MAP file in visual studio

  1. #1

    Thread Starter
    Member
    Join Date
    Jun 2006
    Posts
    37

    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.
    Name:  Schowek01.jpg
Views: 730
Size:  27.5 KB

    As in the title - how to set the IDE for creating a MAP file in Visual Studio.

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    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.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  3. #3

    Thread Starter
    Member
    Join Date
    Jun 2006
    Posts
    37

    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.

  4. #4

    Thread Starter
    Member
    Join Date
    Jun 2006
    Posts
    37

    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
  •  



Click Here to Expand Forum to Full Width