Southclaws / sampctl

The Swiss Army Knife of SA:MP - vital tools for any server owner or library maintainer.
GNU General Public License v3.0
241 stars 33 forks source link

help me #439

Closed cuozgnguyen closed 2 years ago

cuozgnguyen commented 3 years ago

image i can't build...

Southclaws commented 3 years ago

Can you please post the errors as text

cuozgnguyen commented 3 years ago

failed to compile package entry: exit status -1073741515

ADRFranklin commented 3 years ago

This means the pawn compiler itself, is unable to locate a shared dll it needs, this could be because you don't have the libraries needed on Windows for the dll to be imported by the pawn compiler.

cuozgnguyen commented 3 years ago

This means the pawn compiler itself, is unable to locate a shared dll it needs, this could be because you don't have the libraries needed on Windows for the dll to be imported by the pawn compiler.

what do i need to make it milk, i tried many ways but it doesn't work

Southclaws commented 3 years ago

Find the Pawn compiler executable (it's in the .sampctl directory inside your user directory) and double click it in Explorer, it will then give you a better error message with the name of the dll required. I think it's MSVCR100.dll but it might be a later version,