Search found 13 matches

by VidFamne
2006-12-13 12:09
Forum: adchpp general
Topic: broadcasting to hub
Replies: 4
Views: 7728

I experiment a little with this;

Code: Select all

local function broadcastMsg(c, msg)

	answer = adchpp.AdcCommand(adchpp.CMD_MSG, adchpp.TYPE_BROADCAST, adchpp.HUB_SID)

	answer:addParam(msg)

	cm:sendToAll(answer)

end
Dont know if it is this you looking for, though. :)
by VidFamne
2006-11-29 11:56
Forum: Developer's resort
Topic: ADCH++ Build on VS 2005 win32
Replies: 3
Views: 6857

I installed scons-0.96.1 and swigwin-1.3.29
And then in the vs 2005 commandprompt I typed; scons tools=default
You might add; mode=release
if you want a release-build
by VidFamne
2006-11-15 09:29
Forum: Plugin / Script help
Topic: FLAG_OK_COUNT
Replies: 0
Views: 4035

FLAG_OK_COUNT

Is there someone who could tell how to add the flag (FLAG_OK_COUNT)
to an op or special client in lua?
by VidFamne
2006-11-13 13:49
Forum: adchpp general
Topic: Exception info
Replies: 0
Views: 3779

Exception info

Code: e06d7363 Version: ADCH++ v2.0.86-Debug Time: 2006-11-13 13:01:23 TTH: kernel32!0x7C812A5B: RaiseException f:\rtm\vctools\crt_bld\self_x86\crt\prebuild\eh\throw.cpp(166): _CxxThrowException c:\boost\include\boost-1_33_1\boost\throw_exception.hpp(40): boost::throw_exception<boost> c:\boost\incl...
by VidFamne
2006-11-10 17:54
Forum: adchpp general
Topic: make error on STLPort (and another one in boost)
Replies: 8
Views: 6733

When you install something in ubuntu, you have to to do "sudo"
I install boost and STLport through synaptic.
swig and scons (scons-0.96.1) can be downloded, compiled, and installed.
Read the readme-file, how to do it.
by VidFamne
2006-09-12 08:50
Forum: adchpp general
Topic: error C2065: 'VERSIONSTRING' : undeclared identifier [split]
Replies: 1
Views: 2462

Sorry if I'm a pain in the a**, :lol: but got this error, when compiling the rev. 33 of adch++
windows\adchppdw.cpp(86) : error C2065: 'VERSIONSTRING' : undeclared identifier
Using vs 2003.
by VidFamne
2006-09-10 07:07
Forum: Plugin / Script help
Topic: global adchpp?
Replies: 2
Views: 3740

Yepp, at least I think so :)
As I say the json.lua loaded correct
by VidFamne
2006-09-10 06:29
Forum: Plugin / Script help
Topic: global adchpp?
Replies: 2
Views: 3740

global adchpp?

I got this error, with the rev 27 of adchpp ;

Code: Select all

LuaScript: Error loading file: C:\ADCH++\Scripts\lua\access.lua:6: attempt to index global 'adchpp' (a nil value)
Is there someone who got an idea why
this happens? The json.lua script loaded just fine.
by VidFamne
2006-05-02 13:52
Forum: Proposals
Topic: Adding dreamland's list
Replies: 48
Views: 27995

taking different nicks and make people think these are users who like your hublist...
Ehum, how do you know that :shock:
I think it would be a splendid idea to have dreamland as an alternative
to hublist.org, if it could deliver the same service as hublist.org.
by VidFamne
2006-03-17 15:05
Forum: DCH++ General
Topic: Command queue problems?
Replies: 5
Views: 6897

Dont know if this is of any help at all,
but i've experience those messages too.
Found out it was a missing pipe ( | ) at the end of a string in my script
that cause this behavior.
by VidFamne
2006-03-13 10:26
Forum: DCH++ General
Topic: HubRules Problem
Replies: 7
Views: 7016

And why is not a hub-script a perfect solution to the problem?
A quote from the DCHpp's readme.txt;
DCH++ uses compiled C++ plugins to maximize performance (scripts are dreadfully slow and
memory-consuming).
by VidFamne
2006-03-13 09:23
Forum: DCH++ General
Topic: HubRules Problem
Replies: 7
Views: 7016

I have got the same problem with the HubRules plugin.
Solved it with a script, but its not the best solution.
by VidFamne
2005-01-25 11:05
Forum: DCH++ General
Topic: Proper hublist registration?
Replies: 4
Views: 6020

Proper hublist registration?

I've manage to register to www.hublist.org allright, but the {HubListPinger} don't seems to get properly information about the hub.
So it ends up with no information at hublist.org, only that hub is online.
Is there any special adjustment I would consider?