Can i use it with Visual C++ Express

Irrlicht.Net is no longer developed or supported, Irrlicht.Net Cross Platform is a much more complete wrapper. Please ask your C# related questions on their forums first.
Locked
ProSoft
Posts: 59
Joined: Thu Sep 08, 2005 10:55 am
Location: Brasil

Can i use it with Visual C++ Express

Post by ProSoft »

Can i use it with Visual C++ Express? How do i configure VC++ to use it?
badray
Posts: 6
Joined: Sat Aug 12, 2006 1:54 pm
Location: Poland

Post by badray »

But with what you wanna use vc++? :?
With Irrlich?(yes, you only must add reference) 8)
With c#?(no you must download vc# express, its freeware too) :roll:
matiae
Posts: 16
Joined: Wed May 31, 2006 8:06 am
Location: Chile

Post by matiae »

You must add in the references the Irrlicht.NET.dll, and copy the Irrlicht.dll to the application dir
badray
Posts: 6
Joined: Sat Aug 12, 2006 1:54 pm
Location: Poland

Post by badray »

, and copy the Irrlicht.dll to the application dir
I copy Irrlicht.dll to my C:\Windows\System32\ and it work too, and i don't must every time copy irrlicht.dll to my aplication dir
Locked