tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Tinycc-devel] How to use tcc_add_symbol?


From: Jeremy Kvurr
Subject: [Tinycc-devel] How to use tcc_add_symbol?
Date: Mon, 21 Dec 2015 16:11:20 +0400

I'm trying to do tcc_add_symbol(myState, "glClear", &glClear);, but it breaks with access exception at runtime, without any message. It kind of compiles properly, but instead of calling glClear it calls another weird address. What can I do about it?

reply via email to

[Prev in Thread] Current Thread [Next in Thread]