Re: Visual Studio 2008

"chris.kevany" <[email protected]> Mon, 01 Oct 2012 16:12:24 -0000
Newsgroups gmane.comp.windows.gui4cli
Message-ID <[email protected]>
--- In [email protected], Dimitris Keletsekis <gui4cli@...> wrote:
>
> Yes, you can compile it with the Express edition.
> I also don't think its a compiler problem, but who knows..
>
> I just uploaded the source code in the downloads page of gui4cli.com,
so
> you can give it a go if you are brave enough :)
>

Hi Dimitris,

I gave it a try; installed the Visual C++ 2010 trial and loaded
the project from the G4C folder.

It had to convert the project file and did this without errors
but with the following warnings...

Conversion Report - G4C.vcproj:
Converting project file 'C:\G4C-Prog\G4C\G4C.vcproj'.
Done converting to new project file 'C:\G4C-Prog\G4C\G4C.vcxproj'.
VCWebServiceProxyGeneratorTool is no longer supported. The tool has been
removed from your project settings.

MSB8012: $(TargetName) ('G4C') does not match the Linker's OutputFile
property value 'c:\program files (x86)\gui4cli\gui4cli.exe' ('gui4cli')
in project configuration 'Debug|Win32'. This may cause your project to
build incorrectly. To correct this, please make sure that $(TargetName)
property value matches the value specified in %(Link.OutputFile).

MSB8012: $(TargetPath) ('C:\G4C-Prog\G4C\.\Debug\G4C.exe') does not
match the Linker's OutputFile property value 'c:\program files
(x86)\gui4cli\gui4cli.exe' ('c:\program files
(x86)\gui4cli\gui4cli.exe') in project configuration 'Debug|Win32'. This
may cause your project to build incorrectly. To correct this, please
make sure that $(TargetPath) property value matches the value specified
in %(Link.OutputFile).

MSB8012: $(TargetName) ('G4C') does not match the Linker's OutputFile
property value 'c:\program files (x86)\gui4cli\gui4cli.exe' ('gui4cli')
in project configuration 'Release|Win32'. This may cause your project to
build incorrectly. To correct this, please make sure that $(TargetName)
property value matches the value specified in %(Link.OutputFile).

MSB8012: $(TargetPath) ('C:\G4C-Prog\G4C\.\Release\G4C.exe') does not
match the Linker's OutputFile property value 'c:\program files
(x86)\gui4cli\gui4cli.exe' ('c:\program files
(x86)\gui4cli\gui4cli.exe') in project configuration 'Release|Win32'.
This may cause your project to build incorrectly. To correct this,
please make sure that $(TargetPath) property value matches the value
specified in %(Link.OutputFile).

When I tried to build, it soon stopped because it couldn't find
"afxres.h" which
was asked for in a automatically created resource file (that's what it
said).

I have zero experience with any MSVC version so I don't think I will
ever
finish this advanture successfully, but thanks for your efforts anyway.

Chris