- Oct
- 362
- 2
Hello -- any help would be appreciated
I am in the process to getting one of my plugins to run with v17 --
I probably just missing something, but I been getting an unresolved for the API call "Command" --
I was not sure if it was a name conflict, so I modified the pligin.cpp example code and added a command
that call the api Command call like this --
rc = Command( L"echo -- Hello this is a test", 0 ) ;
I get the same unresolved with this too
It seems that there could be a function signature issue -- Is there a compiler setting that I could be
missing? I know there is some obscure compiler switch that use "unsigned short" and not wchar_t for
unicode char -- any insight would be appreciated
The build log is attached
thanks
fpe
I am in the process to getting one of my plugins to run with v17 --
I probably just missing something, but I been getting an unresolved for the API call "Command" --
I was not sure if it was a name conflict, so I modified the pligin.cpp example code and added a command
that call the api Command call like this --
rc = Command( L"echo -- Hello this is a test", 0 ) ;
I get the same unresolved with this too
It seems that there could be a function signature issue -- Is there a compiler setting that I could be
missing? I know there is some obscure compiler switch that use "unsigned short" and not wchar_t for
unicode char -- any insight would be appreciated
The build log is attached
thanks
fpe