Search found 3 matches

by Dark Mirror
Thu Nov 12, 2009 5:35 pm
Forum: Beginners Help
Topic: Using Irrlicht with Visual C++ and Visual Studio Windows App
Replies: 0
Views: 851

Using Irrlicht with Visual C++ and Visual Studio Windows App

Hello.
I use Visual Studio of the following configuration:

Microsoft Visual Studio 2008
Version 9.0.21022.8 RTM
Microsoft .NET Framework
Version 3.5 SP1

Installed Edition: Professional

Microsoft Visual Basic 2008 91605-270-8725346-60850
Microsoft Visual Basic 2008

Microsoft Visual C# 2008 91605 ...
by Dark Mirror
Thu Nov 05, 2009 7:10 pm
Forum: Beginners Help
Topic: running irrlicht in visual c++
Replies: 8
Views: 1592

Irrlicht is a C++ library. Not a C#.
There are some .NET wrappers for Irrlicht but afaik there aren't actively developed any more. Yes, I'm really noob in Windows programming - I don't use C# (I really have never use it willingly). So, do you mean that it's standart of Visual Studio? And I could ...
by Dark Mirror
Wed Nov 04, 2009 11:43 pm
Forum: Beginners Help
Topic: running irrlicht in visual c++
Replies: 8
Views: 1592

Hello.
I try using Irrlicht with Visual Studio 2008. And i had two porblems.
1. When I simply uncomment the string #include <irrlicht.h> in my main header file or in my main .cpp file I receive following errors:

IReferenceCounted.h(116) : error C3862: 'irr::IReferenceCounted::drop': cannot compile ...