IrrWizard?

Announce new projects or updates of Irrlicht Engine related tools, games, and applications.
Also check the Wiki
smartwhiz
Posts: 120
Joined: Wed Jan 14, 2004 6:03 pm
Location: India

Post by smartwhiz »

--------
Last edited by smartwhiz on Fri Sep 10, 2010 6:41 am, edited 1 time in total.
Thanks and With Regards
Smartwhiz
roguelike
Posts: 14
Joined: Tue May 30, 2006 11:03 am

Post by roguelike »

Check your project properties under Linker (additional dependancies) that the path to the libs, (or whatever your linking to) has no white spaces.

If necessary copy them into the 'lib' folder of your project and then link as follows

lib/mylib.lib

etc, etc

If that dosnt work, then try re-deploying your project, giving it a name that doesnt have white spaces, and also deploying it to a folder that dosnt have white spaces. I think the

Code: Select all

LINK : fatal error LNK1104: cannot open file 'C:\Documents.obj' 
is comming from the first bit of C:\Documents and Settings.

In summary, I think your problem is white spaces
________
YAMAHA SW396 SPECIFICATIONS
Last edited by roguelike on Tue Feb 22, 2011 10:50 pm, edited 1 time in total.
smartwhiz
Posts: 120
Joined: Wed Jan 14, 2004 6:03 pm
Location: India

Post by smartwhiz »

Thanks dude... had to direct the linker to ..\lib\___ .lib and it worked!
Thanks and With Regards
Smartwhiz
cyberpunkpor
Posts: 9
Joined: Thu Oct 25, 2007 10:03 am

Post by cyberpunkpor »

Hi. is there any chance to convert this to be compatible to 1.4? thanks
idlewire
Posts: 5
Joined: Tue Aug 28, 2007 1:55 am

Post by idlewire »

How's that linux version coming along? ;)
Midnight
Posts: 1772
Joined: Fri Jul 02, 2004 2:37 pm
Location: Wonderland

Post by Midnight »

MasterGod
Posts: 2061
Joined: Fri May 25, 2007 8:06 pm
Location: Israel
Contact:

Post by MasterGod »

idlewire wrote:How's that linux version coming along? ;)
I don't think it's coming at all..
Image
Dev State: Abandoned (For now..)
Requirements Analysis Doc: ~87%
UML: ~0.5%
hammeraxe
Posts: 9
Joined: Sun Nov 04, 2007 4:51 pm
Location: LV

Post by hammeraxe »

ummm...is this supposed to work with irrlicht 1.4??
it compiles but i cant get any further than the intro screen....;(
MasterGod
Posts: 2061
Joined: Fri May 25, 2007 8:06 pm
Location: Israel
Contact:

Post by MasterGod »

You can check my project if you want..
Image
Dev State: Abandoned (For now..)
Requirements Analysis Doc: ~87%
UML: ~0.5%
JP
Posts: 4526
Joined: Tue Sep 13, 2005 2:56 pm
Location: UK
Contact:

Post by JP »

hammeraxe wrote:ummm...is this supposed to work with irrlicht 1.4??
it compiles but i cant get any further than the intro screen....;(
Probably not as it hasn't been updated for a long time.

If you look at the irrWizard main page you'll notice that the checklist says you need irrlicht 1.2 so i suggest trying it with that version of irrlicht.
Image Image Image
bapi
Posts: 33
Joined: Fri Apr 04, 2008 1:57 pm
Location: India
Contact:

Post by bapi »

I m using IrrWizard with Irrlicht 1.2. I tried to compile (FPS setup) and got this following error.
------ Build started: Project: myProject2, Configuration: Debug Win32 ------
Compiling...
Game.cpp
GameFXManager.cpp
f:\games\myproject2\source\core\gamefxmanager.cpp(121) : warning C4244: 'argument' : conversion from 'irr::u32' to 'irr::f32', possible loss of data
f:\games\myproject2\source\core\gamefxmanager.cpp(121) : warning C4244: 'argument' : conversion from 'irr::u32' to 'irr::f32', possible loss of data
f:\games\myproject2\source\core\gamefxmanager.cpp(209) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
c:\program files\microsoft visual studio 8\vc\include\stdio.h(345) : see declaration of 'sprintf'
GameItem.cpp
GameItemManager.cpp
f:\games\myproject2\source\ai\gamepather.h(311) : warning C4311: 'type cast' : pointer truncation from 'void *' to 'unsigned int'
f:\games\myproject2\source\core\gameitemmanager.cpp(89) : warning C4018: '<' : signed/unsigned mismatch
GamePlayer.cpp
GameEnemyOwnedStates.cpp
f:\games\myproject2\source\ai\gamepather.h(311) : warning C4311: 'type cast' : pointer truncation from 'void *' to 'unsigned int'
GameWeapon.cpp
ConfigManager.cpp
main.cpp
Generating Code...
Compiling manifest to resources...
Linking...
LINK : fatal error LNK1104: cannot open file 'c:\irrlicht\irrlicht-1.2\lib\Win32-VisualStudio\irrlicht.lib'
Build log was saved at "file://f:\GAMES\myProject2\Debug\BuildLog.htm"
myProject2 - 1 error(s), 6 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
Pls. help to fix this problem.

thanks in advance :)
vinjn
Posts: 27
Joined: Tue May 20, 2008 4:45 am

ok for 1.4

Post by vinjn »

hammeraxe wrote:ummm...is this supposed to work with irrlicht 1.4??
it compiles but i cant get any further than the intro screen....;(
i modified the code a little, and it runs with irrlicht 1.4
pera
Posts: 460
Joined: Wed May 14, 2008 1:05 pm
Location: Novi Sad, Serbia
Contact:

Post by pera »

Is this irrWizard dead? It has nice wikki page and it looks real neat for beginners.

It runs in OpenGL by deafault, and when I change to DirectX it crashes on create device... "unhandled exception problem".
Dorth
Posts: 931
Joined: Sat May 26, 2007 11:03 pm

Post by Dorth »

It is extremely outdated and even when it was not, it didn't create a good framework. I'd advise you to devise your own framework based on good research and other projects, but if not, at least check something newer like mastergod's game framework...
pera
Posts: 460
Joined: Wed May 14, 2008 1:05 pm
Location: Novi Sad, Serbia
Contact:

Post by pera »

I must say that for people who are beginners Id always recommend irrWizard, because it has amazing ease of leading you into framework trough tutorial examples. It might be simple framework, but for simple games I find it more then well structured, and can be easily changed/expanded - right because you get to understand it so well in half an hour.
Post Reply