hydrax not working

kanchana123

17-07-2009 07:24:35

I downloaded hydrax 0.5 and compile it correctly.
but running time it give errors.....

output is..

1>------ Build started: Project: Demo1, Configuration: Debug Win32 ------
1>Linking...
1>LINK : warning LNK4075: ignoring '/INCREMENTAL' due to '/LTCG' specification
1>MSVCRT.lib(crtexew.obj) : error LNK2001: unresolved external symbol _WinMain@16
1>.\bin\debug\Demo1.exe : fatal error LNK1120: 1 unresolved externals
1>Build log was saved at "file://c:\Documents and Settings\admin\Desktop\Hydrax-v0.5\Hydrax-v0.5\Demo1\obj\release\BuildLog.htm"
1>Demo1 - 2 error(s), 1 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========


---------------------------------------------------------------------------------------------------------------------------------------

also I want to get much more information about building the hydrax project, because I tried to lot of alternative ways to build the hydrax project but didn't work...
if anyone get success with hydrax pls mention the way, how to successfully build the project.....

pls help me to run the project.

jacmoe

17-07-2009 14:02:03

Looks like the demo is incorrectly set to be a windows application, when it should be a console application.

In Visual Studio, right-click the demo project and select 'Properties'.
Go to 'Linker->System' and set 'Subsystem' to 'Console'. :wink:

didito

27-08-2009 21:29:10

yes, that is right. you need to change the subsystem to CONSOLE (project properties -> linker -> system) and the preprocessor definitions from _WINDOWS to _CONSOLE (project properties -> c/c++ -> preprocessor definitions).
as posted on other threads the project files and solution are not working out of the box.

hope this helps!