Dadido3 / D3pixelbot

Custom client, bot, recorder, timelapse creator and more for pixelcanvas.io and similar online games
GNU General Public License v3.0
8 stars 8 forks source link

Error! #2

Closed ZeedyDF closed 7 years ago

ZeedyDF commented 7 years ago

[19:52:18] [COMPILER] Line 55: GetFullPathName() is not a function, array, list, map or macro. [19:52:39] [COMPILER] Line 55: GetFullPathName() is not a function, array, list, map or macro.

Dadido3 commented 7 years ago

On which OS are you compiling the client? GetFullPathName is only available on the windows API. I could add a compiler directive with the corresponding function for linux or macOS, but it's not the only function relying on winAPI. I also would need to replace the HTTP post function to make the client work on other OSes.

ZeedyDF commented 7 years ago

Windows x64

Dadido3 commented 7 years ago

Are you using the demo of PureBasic? The demo is limited to 1000 lines of code and doesn't contain the API functions of any of the OSes. You would need to buy PureBasic to compile the software.

ZeedyDF commented 7 years ago

Yes; I'll see.