IPEfluencer

Results 2 comments of IPEfluencer

I'm using the v6.3 binaries on Win10 and created a standard "console application" project for this minimal example, without any special path settings in the project file.

Another example is: ``` #include void subroutine(void) { char token[255]="no"; if (strstr(token, "\%\"" )) // this line is critical int test=1; } void Draw3D(void) { int test=1; } int main(void)...