vc .net

Discussion about everything. New games, 3d math, development tips...
Guest

Post by Guest »

Thank you, but isn't there a possibility (like VC6) to attatch the lib's and headers to all projects?
bal
Posts: 829
Joined: Fri Jun 18, 2004 5:19 pm
Location: Geluwe, Belgium

Post by bal »

I didn't know that but I just looked to the Tools -> Options and under the tab Projects I found VC++ Directories where you can set the standard include dirs :)
Just click around and you'll find everything :wink:
General Tools List
General FAQ
System: AMD Barton 2600+, 512MB, 9600XT 256MB, WinXP + FC3
VeneX
Posts: 228
Joined: Sun Nov 30, 2003 3:32 pm
Location: The Netherlands
Contact:

Post by VeneX »

Why does Irrlicht use jpeglib, with Visual Studio .Net you can open jpg pictures without including anything...
Visit my website @ www.venex.be
Plethora project will be added to the site
AMD AthlonXP 2600+, 512MB DDR, Radeon M10 (mobile 9600) PRO 64MB, WinXP
niko
Site Admin
Posts: 1759
Joined: Fri Aug 22, 2003 4:44 am
Location: Vienna, Austria
Contact:

Post by niko »

You mean with .NET, don'T you? Irrlicht doesn't use .NET, it uses pure C++, and to be crossplatform, it has to use a libary which works on every platforms.
VeneX
Posts: 228
Joined: Sun Nov 30, 2003 3:32 pm
Location: The Netherlands
Contact:

Post by VeneX »

Ok, but how to create a .NET dll?
DDS textures are usable with vc++ 6 and I thought they could be created with DxTex.exe from the DXSDK but this program gives an error that my screen depth isn't 16 or 32 bit, but it is 32 bit...
Visit my website @ www.venex.be
Plethora project will be added to the site
AMD AthlonXP 2600+, 512MB DDR, Radeon M10 (mobile 9600) PRO 64MB, WinXP
Post Reply