14.11.2009, 20:09
Hey all
I'm new at C++ but i need a plugin
so i will ask you guys
I made a start with Microsoft visual C++
and i made something easy like this:
http://hamptonin.pastebin.com/m74a96006
But i got errors with compiling:
Hamptonin
I'm new at C++ but i need a plugin
so i will ask you guys
I made a start with Microsoft visual C++
and i made something easy like this:
http://hamptonin.pastebin.com/m74a96006
But i got errors with compiling:
Код:
1>------ Build started: Project: test, Configuration: Release Win32 ------ 1>Compiling... 1>test.cpp 1>Linking... 1>test.obj : error LNK2001: unresolved external symbol _amx_Register 1>test.obj : error LNK2001: unresolved external symbol "void * pAMXFunctions" (?pAMXFunctions@@3PAXA) 1>H:\Plugin\test\Release\test.dll : fatal error LNK1120: 2 unresolved externals 1>Build log was saved at "file://H:\Plugin\test\Release\BuildLog.htm" 1>tsg - 3 error(s), 0 warning(s) ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========