SA-MP Forums Archive
error 013: no entry point (no public functions) on every include - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: error 013: no entry point (no public functions) on every include (/showthread.php?tid=267639)



error 013: no entry point (no public functions) on every include - Jack_Leslie - 09.07.2011

hi guys, everytime I try and compile my gamemode there's something wrong in the include, so I try to compile the include and get this error:

error 013: no entry point (no public functions)

on every include.


AW: error 013: no entry point (no public functions) on every include - Nero_3D - 09.07.2011

sure, you get that error if the script has no entry point, aka main()

but includes arent supposed to have one, the script which includes them should have one


Re: error 013: no entry point (no public functions) on every include - Jack_Leslie - 09.07.2011

i know, but my gamemode has this one, this is a funny story, it worked on my friends computer because i was showing him stuff over teamviewer and it compiled but now it does this on my computer.