| | Compiling...
cl : Command line warning D9035 : option 'Wp64' has been deprecated and will be removed in a future release
plugin.cpp
.\plugin.cpp(65) : warning C4267: 'initializing' : conversion from 'size_t' to 'int', possible loss of data
.\plugin.cpp(67) : warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data
.\plugin.cpp(115) : warning C4805: '==' : unsafe mix of type 'BOOL' and type 'bool' in operation
.\plugin.cpp(127) : warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data
.\plugin.cpp(136) : warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data
.\plugin.cpp(169) : warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data
.\plugin.cpp(188) : warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data
.\plugin.cpp(194) : warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data
.\plugin.cpp(203) : warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data
.\plugin.cpp(208) : warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data
.\plugin.cpp(215) : warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data
.\plugin.cpp(221) : warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data
.\plugin.cpp(261) : warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data
.\plugin.cpp(267) : warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data
.\plugin.cpp(285) : warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data
.\plugin.cpp(290) : warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data
.\plugin.cpp(297) : warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data
.\plugin.cpp(395) : warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data
.\plugin.cpp(418) : warning C4805: '==' : unsafe mix of type 'BOOL' and type 'bool' in operation
.\plugin.cpp(429) : warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data
Linking...
Creating library C:\Coding\C++\HeX Plugin Downloads\source codes\Messenger\src\Release\messenger.lib and object C:\Coding\C++\HeX Plugin Downloads\source codes\Messenger\src\Release\messenger.exp
Generating code
Finished generating code
Embedding manifest...
|