Visual C project
Visual C project
Can somebody post an step by step tutorial about how to set up a VC project? I checked the tutorial, but I still have some doubts about type of application and some other parameters.
ru guo ni yao ai, ni jiang bu hui shi qu
-
24
It is possible to make MFC-applicable version of irrlicht. AFAIK you need to change the source code...
I had such a problem and I solved it by declaring createDevice function out of irr namespace. I know that the purpose of this namespace is to collect all data about Irrlicht in "one place" to avoid function duplications and so on... But that was the only way to build MFC dll. Otherwise I had a linker error about unresolved external symbol irr::createDevice... Converting from C++ to C linkage didn't help...
Tell me, please, if you know a better way...
I had such a problem and I solved it by declaring createDevice function out of irr namespace. I know that the purpose of this namespace is to collect all data about Irrlicht in "one place" to avoid function duplications and so on... But that was the only way to build MFC dll. Otherwise I had a linker error about unresolved external symbol irr::createDevice... Converting from C++ to C linkage didn't help...
Tell me, please, if you know a better way...
there is another guest...