Skip to content

Instantly share code, notes, and snippets.

@kumavis
Created February 21, 2014 21:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kumavis/4b41aae4b4a64f900f70 to your computer and use it in GitHub Desktop.
Save kumavis/4b41aae4b4a64f900f70 to your computer and use it in GitHub Desktop.
char* label = "squid";
if( sSuccess == AlGetString( "label", label ) ) {
// ...
}
/*
AAplugin.cpp(29) : error C2664: 'AlGetString' : cannot convert parameter 2 from
'char **' to 'const char *&'
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment