Search found 3 matches

by eijckron
Mon Feb 07, 2005 5:59 pm
Forum: Plugin Development
Topic: Free compiler for housebot plugins
Replies: 4
Views: 3247

Thanx for the info. I've compiled the template examples with GCC for windows (MinGW). The dll's are still untested, will check them tomorrow. Some things in de SDK that were not compatible with GCC: * In both AddData methods in CDataPack the nLoop variable is used outside of its scope according to t...
by eijckron
Mon Feb 07, 2005 3:08 am
Forum: Plugin Development
Topic: Free compiler for housebot plugins
Replies: 4
Views: 3247

Can you export a makefile from the example project, that would be a good starting point to get things compiled with the free version of the microsoft compiler.
by eijckron
Sun Feb 06, 2005 6:48 am
Forum: Plugin Development
Topic: Free compiler for housebot plugins
Replies: 4
Views: 3247

Free compiler for housebot plugins

Hi,



I'm looking for info to compile the housebot examples with a free compiler like MingW (GCC for windows) or the freely downloadable set from Microsoft.



The free download from microsoft does not support stdafx and only offers commandline compilation.



Any tips are apreciated.