Wednesday, February 25, 2009

Nebula3 with wxWidget - #1

On VisualStudio, Nebula3 set up _fastcall for its calling convetion but wxWidget defaultly uses_cdecl for that. It might cause link error if both of setting is different.

So you should set up same calling convention to avoid the link error problem. (not sure the exact errors but it contains wxConsoleApp related unresovled link errors)

No comments: