Advertisement

bug import function "void "parameter

Started by May 10, 2010 09:33 PM
0 comments, last by WitchLord 14 years, 6 months ago
import int test(void) from "mod1"; void main() { int str; str = test(); } I use 2.18.0 and it report "No match signatures to test()" If I change the import statement to import int test() from "mod1"; everything is fine. This is a little problem, just advise you. Thanks a lot.
Thanks for the report. I'll have it fixed.

AngelCode.com - game development and more - Reference DB - game developer references
AngelScript - free scripting library - BMFont - free bitmap font generator - Tower - free puzzle game

This topic is closed to new replies.

Advertisement