Search found 18 matches

by BenFlowers
Mon Nov 20, 2006 9:26 pm
Forum: Off-topic
Topic: Setting Up Newton SDK in Visual Studio 6.0
Replies: 24
Views: 7183

i tried removing VS6.0 and i cant remove it! i think it must be broken :lol: its very screwed up so im stuck with it till i reformat my HD lol whats VS2005 like? and uif you dont mind me asking whats ur day job? i may just ahve to use a different compiler and maby i can get it to work... hopefully :D
by BenFlowers
Thu Nov 16, 2006 10:38 pm
Forum: Off-topic
Topic: Setting Up Newton SDK in Visual Studio 6.0
Replies: 24
Views: 7183

yeah its definitely got nothing but vc6 stuff i don't wanna change over now i like VC6 :lol: when you installed it, did u set up the linkers or was it already done for you ?
by BenFlowers
Tue Nov 14, 2006 10:48 pm
Forum: Off-topic
Topic: Setting Up Newton SDK in Visual Studio 6.0
Replies: 24
Views: 7183

Hopefully :lol: ok i did all of that and havent added any libs or files to vc++ then heres the error i get : Compiling... tutorial.cpp c:\program files\newtonsdk\samples\tutorial_01_gettingstarted\tutorial.cpp(9) : fatal error C1083: Cannot open include file: 'stdafx.h': No such file or directory Er...
by BenFlowers
Mon Nov 13, 2006 10:25 pm
Forum: Off-topic
Topic: Setting Up Newton SDK in Visual Studio 6.0
Replies: 24
Views: 7183

ok doen that, no it didnt work here is the error report: tutorial.cpp c:\program files\newtonsdk\samples\common\stdafx.h(21) : fatal error C1083: Cannot open include file: 'irrlicht.h': No such file or directory Error executing cl.exe. which is kindof strange... so i put irrlicht under teh newton SD...
by BenFlowers
Sun Nov 12, 2006 9:20 pm
Forum: Off-topic
Topic: Setting Up Newton SDK in Visual Studio 6.0
Replies: 24
Views: 7183

i think i may know what the problem is, i think the folder is missin "stdafx.h" which should be in the newton folder. Could you send the code over then ill save it and see if it works then... thanks.
-BEN
by BenFlowers
Sun Nov 12, 2006 8:47 pm
Forum: Off-topic
Topic: Setting Up Newton SDK in Visual Studio 6.0
Replies: 24
Views: 7183

nope, same errors again. i wish newton had written a tutorial on how to make newton work! :lol: thanks for all this help BTW
-BEN
by BenFlowers
Sun Nov 12, 2006 8:27 pm
Forum: Off-topic
Topic: Setting Up Newton SDK in Visual Studio 6.0
Replies: 24
Views: 7183

i just tried to compile the first tutorial it comes up with this error : Compiling... tutorial.cpp Compiling Irrlicht with Visual Studio 6.0, support for DX9 is disabled. c:\program files\newtonsdk\samples\tutorial_01_gettingstarted\stdafx.h(35) : fatal error C1083: Cannot open include file: 'Game.h...
by BenFlowers
Sun Nov 12, 2006 8:15 pm
Forum: Code Snippets
Topic: Desktop Resolution
Replies: 2
Views: 2958

Desktop Resolution

OK im a n00b only started not long ago, but i find this bit of code useful and im sure some other people will as i've seen some other people asking about getting the desktop resolution IrrlichtDevice *device0 = 0; dimension2d<int> DesktopResolution; dimension2d<int> getDesktopRes() { device0 = creat...
by BenFlowers
Sun Nov 12, 2006 8:10 pm
Forum: Off-topic
Topic: Setting Up Newton SDK in Visual Studio 6.0
Replies: 24
Views: 7183

i tried changing it and it hasnt worked :(.
but i tried just adding the newton.h into a peice of code and adding a newton parameter which does nothing and it compiled and it runs, so i think the error must just be in the code which the person has written. Thanks so mcuh for your help -BEN
by BenFlowers
Sun Nov 12, 2006 7:50 pm
Forum: Off-topic
Topic: Setting Up Newton SDK in Visual Studio 6.0
Replies: 24
Views: 7183

Thanks. That allows it to compile, but when i execute it i get the following output in the plg file: Linking... main.obj : error LNK2001: unresolved external symbol __imp__NewtonCreate Debug/main.exe : fatal error LNK1120: 1 unresolved externals Error executing link.exe. this is'nt my code as i stat...
by BenFlowers
Sun Nov 12, 2006 7:19 pm
Forum: Off-topic
Topic: Setting Up Newton SDK in Visual Studio 6.0
Replies: 24
Views: 7183

Hi Thanks for the reply: the output is: Compiling... main.cpp C:\new\newton\main.cpp(2) : fatal error C1083: Cannot open include file: 'newton.h': No such file or directory Error executing cl.exe. the code is from the devc++ example : #include <Irrlicht.h> #include "newton.h" static Newton...
by BenFlowers
Sun Nov 12, 2006 5:38 pm
Forum: Off-topic
Topic: Setting Up Newton SDK in Visual Studio 6.0
Replies: 24
Views: 7183

I've tried all sorts of different combinations i cant get it to work. The file names arent like Irrlicht's though here is the filenames: 1.Custom Joints. 2.DLL, 4.DLL_Double 5.LIB_MT 6.LIB_MT_DOUBLE 7.LIB_ST 8.LIB_ST_DOUBLE also the newton.h file is in this directory aswell PS thanks for the quick r...
by BenFlowers
Sun Nov 12, 2006 5:18 pm
Forum: Off-topic
Topic: Setting Up Newton SDK in Visual Studio 6.0
Replies: 24
Views: 7183

Setting Up Newton SDK in Visual Studio 6.0

Hi, I have newton SDK installed in the following directory : C:\Program Files\NewtonSDK\sdk And i cant get it linked up with visual studio. Here is a list of my included directories: http://i52.photobucket.com/albums/g4/Benoj/ScreenShot028.jpg http://i52.photobucket.com/albums/g4/Benoj/ScreenShot027...
by BenFlowers
Sat Nov 04, 2006 7:12 pm
Forum: Beginners Help
Topic: FullScreen Mode
Replies: 7
Views: 448

Thanks a lot dude got it all sorted etc... very helpfull
-BEN
by BenFlowers
Sat Nov 04, 2006 4:16 pm
Forum: Beginners Help
Topic: FullScreen Mode
Replies: 7
Views: 448

thanks, how do i check the API lol... in such a n00b sorry.