Search found 70 matches: vs2010

Return to advanced search

Re: bugs FWH64

... is much more complex to support multiple versions, and I think VS2012 is a very good version to use. I can email the libs to you and you try it on VS2010 (I don't know yet if they are compatible, probably), thanks
by Antonio Linares
Wed Jul 24, 2013 2:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: bugs FWH64
Replies: 41
Views: 8245

Re: compilar .rc en DLL con MSVC2010

Cristobal,

gracias, lo que ocurre es que ese es para VS2010. Para VS2012 esta es la solución:

Code: Select all  Expand view
#if _MSC_VER < 1700 // Before Visual Studio 2012
#include <tmschema.h>
#else
#include <vsstyle.h>
#endif
by Antonio Linares
Wed Jul 17, 2013 10:01 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: compilar .rc en DLL con MSVC2010
Replies: 17
Views: 2831

Re: compilar .rc en DLL con MSVC2010

... -TP -W3 -LD screen32.c /link screen32.res Lo único que falta es generar el .res a partir del .rc Que compilador de recursos usas con VS2010 ? screen32.c #include <windows.h>#ifdef __BORLANDC__#pragma argsused#endifBOOL WINAPI DllEntryPoint( HINSTANCE hinstDLL, DWORD fdwReason, ...
by Antonio Linares
Wed Jul 17, 2013 11:45 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: compilar .rc en DLL con MSVC2010
Replies: 17
Views: 2831

Re: compilar .rc en DLL con MSVC2010

Lucas, Al instalar Visual Studio 2012 Express (sin tener instalado VS2010) he descubierto que los paths de los ficheros include y de las librerias han cambiado bastante. He conseguido ya identificar los nuevos, pero me preguntaba si llamando al fichero vcvarsall.bat ...
by Antonio Linares
Tue Jul 16, 2013 5:28 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: compilar .rc en DLL con MSVC2010
Replies: 17
Views: 2831

Re: Building Harbour + FWH apps from Visual Studio 2012

FWH provides samples/buildh32.bat to build Harbour and FWH apps using VS2010/2012 :-)
by Antonio Linares
Fri Jul 05, 2013 11:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Building Harbour + FWH apps from Visual Studio 2012
Replies: 40
Views: 11106

Re: Help needed for compiling .c in VS2010?

Antonio,

Any hint?
by Horizon
Mon Jun 24, 2013 9:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help needed for compiling .c in VS2010?
Replies: 4
Views: 1758

Re: Help needed for compiling .c in VS2010?

Richard Chidiak wrote:Hakan

The tests i made with keylib32.dll and msvc2010 failed

i could not retreive the dll

HTH

Richard


Thank you Richard,

Can you achive to compile it?. I though dll is required for runtime.
by Horizon
Fri Jun 21, 2013 12:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help needed for compiling .c in VS2010?
Replies: 4
Views: 1758

Re: Help needed for compiling .c in VS2010?

Hakan

The tests i made with keylib32.dll and msvc2010 failed

i could not retreive the dll

HTH

Richard
by Richard Chidiak
Fri Jun 21, 2013 12:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help needed for compiling .c in VS2010?
Replies: 4
Views: 1758

Help needed for compiling .c in VS2010?

Hi I can compile xPPP.c in xHB Commercial. I am trying to compile it with VS2010 but I gives some errors. Can anyone help me about that? Thanks. Errors: Copyright (C) Microsoft Corporation.  All rights reserved.xPPP.cxPPP.c(19) : warning C4244: ...
by Horizon
Thu Jun 20, 2013 7:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help needed for compiling .c in VS2010?
Replies: 4
Views: 1758

Re: Errors in New Build

Hi Antonio, I am trying to compile Vs2010_make sample. (one.exe) I have added png.lib (from my archive library) that is used from xHb commercial. it gives these errors. png.lib(png.obj) : error LNK2019: unresolved external symbol _inflateReset referenced in function _png_reset_zstreampng.li...
by Horizon
Sun Jun 16, 2013 7:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Errors in New Build
Replies: 46
Views: 13103

Re: Errors in New Build

Hi Antonio, I am trying to compile Vs2010_make sample. (one.exe) I have added png.lib (from my archive library) that is used from xHb commercial. it gives these errors. png.lib(png.obj) : error LNK2019: unresolved external symbol _inflateReset referenced in function _png_reset_zstreampng.lib...
by Horizon
Sat Jun 15, 2013 2:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Errors in New Build
Replies: 46
Views: 13103

Re: MSVS 2012

Richard, Please test this example. It creates a dialogbox from a main MDI window. I have tested it with VS2010 and it is working fine. Please let me know if it works fine for you, and/or if you code is different. Do you mean an embedded dialog into a MDI child ? #include "FiveWin.ch"function ...
by Antonio Linares
Fri May 17, 2013 5:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MSVS 2012
Replies: 77
Views: 15501

Re: MSVS 2012

Richard,

Do you mean the DLL that Microsoft was refusing to load ?

If so, I think you should contact the DLL developers and ask them to test it with Microsoft VS2010, there is little we can do there as we don't have the source code of the DLL. thanks :-)
by Antonio Linares
Fri May 17, 2013 4:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MSVS 2012
Replies: 77
Views: 15501

Re: Voice SPEAKING

Lucas,

Please email me your (Microsoft) exe zipped and renamed to zop

I am on my laptop and don't have VS2010 installed yet here
by Antonio Linares
Thu May 16, 2013 1:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Voice SPEAKING
Replies: 27
Views: 4840
PreviousNext

Return to advanced search