You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
well, i want use cgal library in actionscript.
but, it can not build by crossbridge sdks, so i compiled it with cygwin and succeeded
Now I need to link the CGAL library when I compile the SWC file, but it failed.
So, could crossbridgeSDK use static library file with other compiler?
The text was updated successfully, but these errors were encountered:
If you compile a library with Cygwin you'll end up with a normal x86 binary - you need to compile the lib with alchemy to turn it into a swc.
If there are bugs preventing this library from compiling with alchemy then I think you'll be better off switching to JavaScript and using something like emscripten to compile it given that both alchemy and Flash are dead at this point
well, i want use cgal library in actionscript.
but, it can not build by crossbridge sdks, so i compiled it with cygwin and succeeded
Now I need to link the CGAL library when I compile the SWC file, but it failed.
So, could crossbridgeSDK use static library file with other compiler?
The text was updated successfully, but these errors were encountered: