PtokaX forum

Development Section => Extensions for PtokaX Lua => Topic started by: bluebear on 03 March, 2006, 21:58:12

Title: PxDbgC status
Post by: bluebear on 03 March, 2006, 21:58:12
Current release: 0.3-Stable
Development: None

Download from http://thewildplace.dk/
Title: PxDbgC for lua 5.1 released
Post by: bluebear on 09 April, 2006, 12:59:58
Today the newest Debug Console for PtokaX was released.
I do now consider it stable with Lua 5.1

0.3 is for lua 5.0.2
0.4 is for lua 5.1

Get the newest here http://www.thewildplace.dk/

Enjoy
Title: Re: PxDbgC status
Post by: PPK on 19 September, 2006, 18:30:25
Updated (0.3.5.1c) PXDbgC based on 0.4...
For Lua 5.0.3 (http://www.ptokax.org/files/Libs/PXDbgC-0.4-lua5.0.3.7z)
For Lua 5.1.1 (http://www.ptokax.org/files/Libs/PXDbgC-0.4-lua5.1.1.7z)

Source (http://www.ptokax.org/files/Libs/PXDbgC-0.4-src.7z)

Initializing in lua 5.0.3 like

libinit = loadlib("PXDbgC.dll", "libinit")
libinit()


Initializing in lua 5.1.1 like

libinit = package.loadlib("PXDbgC.dll", "libinit")
libinit()


This will register global DbgC, more is in docs  8)