AT2k Design BBS Message Area
Casually read the BBS message area using an easy to use interface. Messages are categorized exactly like they are on the BBS. You may post new messages or reply to existing messages! You are not logged in. Login here for full access privileges. |
Previous Message | Next Message | Back to BBS Support/Help/Discussion <-- <--- | Return to Home Page |
|
||||||
From | To | Subject | Date/Time | |||
![]() |
ROBERT WOLFE | ALL | [Developers] Wildcat! v8.0 Status Update -- Door Developers |
May 19, 2019 11:53 AM * |
||
-------- Forwarded Message --------- Original: DATE..... 14 May 2019, 05:42p Original: FROM..... evelopers@winserver.com">Developers@winserver.com Original: TO....... ROBERT WOLFE Original: SUBJECT.. [Developers] Wildcat! v8.0 Status Update -- Door Developers Original: FORUM.... Private Email Wildcat! v8.0 is moving along and very soon we will be starting the final phase for v8.0 32 bit Update. The 64 bit version will come right after that. One snag I ran into in the past week was with the 64 bit Wildcat! Server with running WcDoor32-based doors, but in the end, WcCore.dll and WcDoor32.dll was updated to resolve a complex RPC 32/64 but address/context-handle marshallling issue. Lets talk about this, because this is for developers as well. I might have this documented somewhere, but this helps with review. WcDoor32.DLL (formerly Door32.Dll) has the API functions to allow door developers to communicate and interface with the node and logged in user session. They are: *DoorInitialize* DoorCharReady DoorEvent DoorGetAvailableEventHandle DoorGetOfflineEventHandle DoorHangUp DoorRead DoorReadPeek DoorShutdown DoorWrite I only highlighted DoorInitialize() because the 64 bit WcServer snag was here. DoorInitialize is the first thing a 3rd party door developer calls to "Take Over" the current Wildcat! user session, so the user can type, display stuff to him, etc. DoorInitialize() does this by cloning the the user's session by obtaining the user's Context Handle stored in Environment Table by WCCORE.DLL when "Run a Door.Wcx" starts the door. Its really a thing of beauty. You prepare a wcDoor32 App in Wcconfig | Doors. When a user connects, a session context is created, WCH. If you wanted to see this context handle address, use the API function GetWildcatServerContextHandle() to display it. Callling Run A Door, via wccore.dll, this value is written to PreDoor.Bat: WriteToPreDoor("Set WildcatServerContext="+GetWildcatServerContextHandle()) and then when the door exe starts, it calls DoorInitialize() which reads the environment string "WildcatServerContext" to get the context handle "wch" DWORD wch = StringToNumber ( GetEnv("WildcatServerContext" |
||||||
|
Previous Message | Next Message | Back to BBS Support/Help/Discussion <-- <--- | Return to Home Page |
![]() Execution Time: 0.0153 seconds If you experience any problems with this website or need help, contact the webmaster. VADV-PHP Copyright © 2002-2025 Steve Winn, Aspect Technologies. All Rights Reserved. Virtual Advanced Copyright © 1995-1997 Roland De Graaf. |