Welcome, Guest. Please login or register.

Author Topic: HAM8 friendliness statistics for 24 pictures ImageFX hook I made...  (Read 2455 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Steady

Can you give the exact error message from the compiler? It might help.
 

Offline Steady

Re: HAM8 friendliness statistics for 24 pictures ImageFX hook I made...
« Reply #1 on: February 03, 2006, 05:09:00 PM »
@Jose

On top of what Piru is saying, you also have no main defined. You'll need to either rename hook_main to main or create as separate main function that calls hook_main with argc & argv passed as parameters.