Jump to content
  • 0

Mangoszero Part2 Guide Problem


Paiten

Question

Hi :-)

ive got a Problem with my ACE_wrappers_vc10 SLN File.

I installed "Mircrosoft Visual Studio Express 2012 for Windows Desktop" and i just click continue to ignore the warnings.

Now i have to open the File with VS.

But there is a error. If i right click on the File and choose "open with" and than "Mircrosoft Visual Studio Express 2012 for Windows Desktop" appears

this error:

The procedure entry point K32GetModuleInformation could not be located in the dynamic link library KERNEL32.dll.

Then i press OK, after this appers:

Cannot find one or more components. Please reinstall the application.

I tried to reinstall the application, but i am pretty sure, that ive got the right VS Version.

Now i dont know what i have to do.

I hope you can help me.

Regards Paiten

Link to comment
Share on other sites

6 answers to this question

Recommended Posts

Alright. First off, if you are generating a vc10 file, then you are using an old version of CMAKE. You need to go through the cmake site and get into their dev builds. You need version 3.x of CMAKE to generate a vc11 solution which works for VS 2012. After that, you should be OK.

As for the error itself, I have not experienced that one yet. And hopefully I don't. But this is the first bit of advice that I can offer you towards your solution: Upgrade CMAKE to version 3.x.

Link to comment
Share on other sites

First of ACE musn't be generated through CMake. Therefore the CMake Version doesn't matter, because you don't need it for ACE.

Secondly, Which operating system are you using? Visual Studio 2012 is only supported on Windows 7 and higher. If you have Windows Vista or lower, then you need Visual Studio 2010.

Link to comment
Share on other sites

Is there anything else i can do?

Hi :-)

I installed Visual Studio 2010. Now iam able to open the ACE_wrappers_vc10 SLN File.

On the Solution Explorer Window i right click on ACE, then select Build. I do this for both Debug and Release configurations, but everytime the build failed. Any ideas why this is happening?

This is the last line:

C:\Program Files (x86)\ACE 6.0.8\ACE_wrappers\ace/config-macros.h(24): fatal error C1083: Cannot open include file: 'ace/config.h': No such file or directory

NVM, the file config.h called config.h.h before, i changed it.

If i open the File with VS and selected Debug on the top, this appears in the outputbox:

C:\Program Files (x86)\ACE 6.0.8\ACE_wrappers\ace\ACE_vc10.vcxproj : warning  : Platform 'x64' referenced in the project file 'ACE' cannot be found. Please make sure you have it installed under '%VCTargetsPath%\Platforms\x64'.

C:\Program Files (x86)\ACE 6.0.8\ACE_wrappers\ace\ETCL\ACE_ETCL_Parser_vc10.vcxproj : warning  : Platform 'x64' referenced in the project file 'ACE_ETCL_Parser' cannot be found. Please make sure you have it installed under '%VCTargetsPath%\Platforms\x64'.

C:\Program Files (x86)\ACE 6.0.8\ACE_wrappers\ace\ETCL\ACE_ETCL_vc10.vcxproj : warning  : Platform 'x64' referenced in the project file 'ACE_ETCL' cannot be found. Please make sure you have it installed under '%VCTargetsPath%\Platforms\x64'.

C:\Program Files (x86)\ACE 6.0.8\ACE_wrappers\ace\Monitor_Control\Monitor_Control_vc10.vcxproj : warning  : Platform 'x64' referenced in the project file 'Monitor_Control' cannot be found. Please make sure you have it installed under '%VCTargetsPath%\Platforms\x64'.

C:\Program Files (x86)\ACE 6.0.8\ACE_wrappers\ace\QoS\QoS_vc10.vcxproj : warning  : Platform 'x64' referenced in the project file 'QoS' cannot be found. Please make sure you have it installed under '%VCTargetsPath%\Platforms\x64'.

C:\Program Files (x86)\ACE 6.0.8\ACE_wrappers\apps\JAWS\server\JAWS_server_vc10.vcxproj : warning  : Platform 'x64' referenced in the project file 'JAWS_server' cannot be found. Please make sure you have it installed under '%VCTargetsPath%\Platforms\x64'.

C:\Program Files (x86)\ACE 6.0.8\ACE_wrappers\apps\JAWS\server\JAWS_vc10.vcxproj : warning  : Platform 'x64' referenced in the project file 'JAWS' cannot be found. Please make sure you have it installed under '%VCTargetsPath%\Platforms\x64'.

C:\Program Files (x86)\ACE 6.0.8\ACE_wrappers\apps\gperf\src\gperf_vc10.vcxproj : warning  : Platform 'x64' referenced in the project file 'gperf' cannot be found. Please make sure you have it installed under '%VCTargetsPath%\Platforms\x64'.

C:\Program Files (x86)\ACE 6.0.8\ACE_wrappers\protocols\ace\INet\FTP_Simple_exec_vc10.vcxproj : warning  : Platform 'x64' referenced in the project file 'FTP_Simple_exec' cannot be found. Please make sure you have it installed under '%VCTargetsPath%\Platforms\x64'.

C:\Program Files (x86)\ACE 6.0.8\ACE_wrappers\protocols\ace\INet\HTTP_Simple_exec_vc10.vcxproj : warning  : Platform 'x64' referenced in the project file 'HTTP_Simple_exec' cannot be found. Please make sure you have it installed under '%VCTargetsPath%\Platforms\x64'.

C:\Program Files (x86)\ACE 6.0.8\ACE_wrappers\protocols\ace\INet\INet_vc10.vcxproj : warning  : Platform 'x64' referenced in the project file 'INet' cannot be found. Please make sure you have it installed under '%VCTargetsPath%\Platforms\x64'.

I think this isnt correct :-(

But i tried to build ACE in the Debug-mode. Unfortunately it didnt work.

I had to close the program :-( ("Microsoft Resource File To COFF Object Conversion Utility has stopped working") and this appeared in the outputbox:

1>------ Build started: Project: ACE, Configuration: Debug Win32 ------
1>     Creating library ..\lib\ACEd.lib and object ..\lib\ACEd.exp
1>LINK : fatal error LNK1123: failure during conversion to COFF: file invalid or corrupt
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

If you have any suggestions, it would be great :-)

Regards Paiten

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use