S
StealthRTT
Guest
Hey all I am creating a C++ Dll and it seems that I have 102 errors when compiling BUT none are shown in the code at all! Clicking on an error goes to that line but again, without the red squiggly line.
I've already tried:
Anyone else having this issue? Any fixes?
It looks like the red squiggly lines are on Christmas vacation (National Lampoons-style)
Continue reading...
And this is what the code looks like:1>------ Build started: Project: AES, Configuration: Debug Win32
stdafx.cpp
AES.cpp
error C3646: 'set_key': unknown override specifier
error C2059: syntax error: '('
error C2238: unexpected token(s) preceding ';'
error C2061: syntax error: identifier 'byte'
error C3646: 'encrypt': unknown override specifier
error C3646: 'cbc_encrypt': unknown override specifier
error C2061: syntax error: identifier 'byte'
error C2535: 'void AES:rintArray(void)': member function already defined or declared
syntax error: missing ',' before '['
syntax error: missing ')' before ';'
error C2334: unexpected token(s) preceding '{'; skipping apparent function body
error C2065: 'arr_pad': undeclared identifier
error C2659: '=': function as left operand
error C2563: mismatch in formal parameter list
error C2568: '<': unable to resolve function overload
I've already tried:
Deleting the .Vs folder and restarting VS and also un-checking the option
Going to Tools > Options > Text Editor > C/C++ > Advanced > Disable Squiggles: False
Going to Tools > Import and Export Settings... > Reset all settings
My version:
Anyone else having this issue? Any fixes?
It looks like the red squiggly lines are on Christmas vacation (National Lampoons-style)
Continue reading...