Re[2]: NetPlug 0.10.00

2003-01-20 Thread NetVicious
El lunes, 20 ene 2003 a las 18:37, escribiste: I don't speak Spanish so I can't read the message. Can you or someone else enlighten me, so that I know what is going wrong? Sorry the plugin it's now in his first development and now it's on spanish. FWIW I placed the plug-in and the

Re[2]: NetPlug 0.10.00

2003-01-20 Thread NetVicious
Fichero = file El lunes, 20 ene 2003 a las 22:48, escribiste: The word Fischero didn't exist in Spanish. Could it be fichero? If so it means cardfile --- /\/ / \ / \ / /\/ e t \/ i c i o u s

TBP_Initialize()

2003-01-20 Thread Mark Wieder
Stefan- Actually, TBP_Initialize() is called right after the DLL_PROCESS_ATTACH message gets processed, which could allow the user to set things up if necessary. And TBP_Finalize() gets called right after the DLL_PROCESS_ATTACH messages gets processed on deleting the plugin. I have both of them

TBP_GetName() etc.

2003-01-20 Thread Mark Wieder
Bats- And now that I have things working, I have to question the logic of calling things like TBP_GetName() or TBP_GetVersion() twice. Why not just call it once, see if the return value is zero, and process it if not? i.e., instead of if (TBP_GetName(NULL, 0) 0) iRet = TBP_GetName(strDest,