03-16-2010, 11:30 AM
RPG Maker XP & Irrlicht
post by jestemPolakiem
Welcome all users!
I have a problem - I am already a more advanced developer of Ruby and C + + and try to combine RPG Maker XP Irrlicht - here is the link. More or less know how to do it, but when I create the graphics card pops me an error.
Here you have an accurate description of what I do
1. Paste the Irrlicht library to the folder with the project.
2. I add this script
Code:
DEV = Win32API.new('Irrlicht', 'createDevice', 'IIIIII', 'I')
CREATEDEV_FUNC.call(0, 800, 640, 32, 0, 0)
Thanks
b - u - m - p