in reply to Re: Possible or am I dreaming for Perl made dlls
in thread Possible or am I dreaming for Perl made dlls
botcore.exe is calling this callback function every 10 ms// this is the only function a behavior has to implement: // extern "C" __declspec (dllexport) void CALLBACK BOT_Cmd(BOTCMD *bc) +;
Like I said I am not any good with C pluss I know I could do lot of nice new bots if all these things could be done just using Perl. ...Sorry my clumsy english, I hope you figured out the proplem...+----------------+ |botcore.exe | +-----+ |CORE | <-->| ini | name of dll +-------------|--+ +-----+ |Bot.h | | -- | BotCMD | | | +-------------|--+ | <-- Any Bot programmer may change |behavior.dll | | if only code is compiled into DLL | CODE | -- and it exports BOT_Cmd function +----------------+
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
You Need ActiveState PerlDev Kit - Re: Re: Re: Possible or am I dreaming for Perl made dlls
by metadoktor (Hermit) on Feb 14, 2002 at 12:04 UTC | |
by Anonymous Monk on Feb 14, 2002 at 12:36 UTC | |
by metadoktor (Hermit) on Feb 14, 2002 at 13:07 UTC | |