Quick Links: Download Gideros Studio | Gideros Documentation | Gideros Development Center | Gideros community chat | DONATE
Windows Plugin Error... — Gideros Forum

Windows Plugin Error...

GregBUGGregBUG Guru
edited March 2014 in Bugs and issues
Hi guys i'm try to release TNT Collision Engine 1.05
but i have a problem with windows plugin...

i compiled osx, android and ios with no issue...

but under windows 7 64bit sp1
using mingw 4.8.1 (tryed also 4.7) (that come with qt 5 last version)
it compile with no error and mingw generate my tntCollision.dll with no errors...
then i copyed it under plugins folder and try to start new helper demo
for tnt collision (same demo that works fine on osx and devices...)

and get this error...

-------------------------------------------------------
main.lua:1: module 'tntCollision' not found:
no field package.preload['tntCollision']
no file '.\tntCollision.lua'
no file 'C:\Program Files (x86)\Gideros\lua\tntCollision.lua'
no file 'C:\Program Files (x86)\Gideros\lua\tntCollision\init.lua'
no file 'C:\Program Files (x86)\Gideros\tntCollision.lua'
no file 'C:\Program Files (x86)\Gideros\tntCollision\init.lua'
no file '.\tntCollision.dll'
no file 'C:\Program Files (x86)\Gideros\tntCollision.dll'
no file 'C:\Program Files (x86)\Gideros\loadall.dll'
stack traceback:
main.lua:1: in main chunk
-------------------------------------------------------

double checked file permission, file name and it's ok.

i missing something ?
i need to activate some flags (to mingw) now with gideros 2014.1 ?

same project was compiled with no problems last year....
any ideas ?

TNT ENGiNE for Gideors Studio - Particle Engine, Virtual Pad, Animator Studio, Collision Engine - DOWNLOAD NOW !!! IT'S FREE!!! -
www.tntengine.com

Comments

Sign In or Register to comment.