Skip to content

integral constant overflow C4307 with compiler crash #3

Description

@click4dylan

I cannot use the string encryption at all. Throws errors immediately and crashes the compiler with "Internal error during IMAGE:BuildImage" LNK1000 and MSB6006 "link.exe" exited with code 1000 and C1001 "An internal error has occurred in the compiler." Using Visual Studio 2015 Update 2

What's in my code:

include "cx_strenc.h"

define strenc( s ) std::string( cx_make_encrypted_string( s ) )

void Test()
{
std::string test = strenc("Test String");
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions