|
Prev: Want help regarding : "disable bluetooth device"
Next: Simple MAPI Console Application with Outlook Express.
From: panconlonga on 31 Mar 2008 11:11 Hi I download source of aprq2 (client quake 2) in http://maniac.aq2world.com/apr/aprq2_v1.211-src.zip I Have Microsoft Visual Studio 2005 ( Full ) Well, Using Visual Studio C , I have compiled errors All with two bookshelves (wincon.h and winbase.h). This firts error is c:\archivos de programa\microsoft visual studio 8\vc\include \winnt.h(3035) : warning C4103: 'c:\archivos de programa\microsoft visual studio 8\vc\include\winnt.h' : se ha cambiado la alineación después de incluir el encabezado; puede ser que falte #pragma pack(pop) c:\archivos de programa\microsoft visual studio 8\vc\include \winnt.h(3423) : warning C4068: pragma desconocida c:\archivos de programa\microsoft visual studio 8\vc\include \winnt.h(3428) : warning C4068: pragma desconocida Does anyone work for you Aprq2 this project? If I can send the libraries winbase.hy wincon.h Helpme
From: Tim Roberts on 1 Apr 2008 01:27 panconlonga(a)gmail.com wrote: > >I download source of aprq2 (client quake 2) in >http://maniac.aq2world.com/apr/aprq2_v1.211-src.zip >I Have Microsoft Visual Studio 2005 ( Full ) > >Well, Using Visual Studio C , I have compiled errors All with two >bookshelves (wincon.h and winbase.h). > >This firts error is > >c:\archivos de programa\microsoft visual studio 8\vc\include >\winnt.h(3035) : warning C4103: 'c:\archivos de programa\microsoft >visual studio 8\vc\include\winnt.h' : se ha cambiado la alineaci�n >despu�s de incluir el encabezado; puede ser que falte #pragma >pack(pop) >c:\archivos de programa\microsoft visual studio 8\vc\include >\winnt.h(3423) : warning C4068: pragma desconocida >c:\archivos de programa\microsoft visual studio 8\vc\include >\winnt.h(3428) : warning C4068: pragma desconocida Those are not errors. Those are warnings. However, this list tells me that you have been moving the include files around by hand. When Visual Studio 8 is installed, "winnt.h" is not stored in vc\include. It is stored in vc\PlatformSDK\include. You need to move things back to where they were, and fix the include paths so it can find the files in the right spot. -- Tim Roberts, timr(a)probo.com Providenza & Boekelheide, Inc.
From: panconlonga on 1 Apr 2008 09:41 On 31 mar, 23:27, Tim Roberts <t...(a)probo.com> wrote: > panconlo...(a)gmail.com wrote: > > >I download source of aprq2 (client quake 2) in > >http://maniac.aq2world.com/apr/aprq2_v1.211-src.zip > >I Have Microsoft Visual Studio 2005 ( Full ) > > >Well, Using Visual Studio C , I have compiled errors All with two > >bookshelves (wincon.h and winbase.h). > > >This firts error is > > >c:\archivos de programa\microsoft visual studio 8\vc\include > >\winnt.h(3035) : warning C4103: 'c:\archivos de programa\microsoft > >visual studio 8\vc\include\winnt.h' : se ha cambiado la alineación > >después de incluir el encabezado; puede ser que falte #pragma > >pack(pop) > >c:\archivos de programa\microsoft visual studio 8\vc\include > >\winnt.h(3423) : warning C4068: pragma desconocida > >c:\archivos de programa\microsoft visual studio 8\vc\include > >\winnt.h(3428) : warning C4068: pragma desconocida > > Those are not errors. Those are warnings. However, this list tells me > that you have been moving the include files around by hand. When Visual > Studio 8 is installed, "winnt.h" is not stored in vc\include. It is stored > in vc\PlatformSDK\include. > > You need to move things back to where they were, and fix the include paths > so it can find the files in the right spot. > -- > Tim Roberts, t...(a)probo.com > Providenza & Boekelheide, Inc. Thx , but , continue the erros and warning. ( I copy this library in the directory , but no working ) , this total erros and warning is. (Sorry is very long 900 Kb) http://www.megaupload.com/?d=UVM44Q6G Helpme , because I will be very happy (And you want it) xD
From: Tim Roberts on 3 Apr 2008 00:59 panconlonga(a)gmail.com wrote: > >Thx , but , continue the erros and warning. ( I copy this library in >the directory , but no working ) , this total erros and warning is. > >(Sorry is very long 900 Kb) >http://www.megaupload.com/?d=UVM44Q6G I'm sorry, but I do not have the patience to wait 45 seconds for this advertisement-laden download service. >Helpme , because I will be very happy (And you want it) xD Either put this on a regular web server somewhere, or post the first few errors. You probably do not have your include paths set up properly. -- Tim Roberts, timr(a)probo.com Providenza & Boekelheide, Inc.
From: panconlonga on 3 Apr 2008 11:02 On 3 abr, 00:59, Tim Roberts <t...(a)probo.com> wrote: > panconlo...(a)gmail.com wrote: > > >Thx , but , continue the erros and warning. ( I copy this library in > >the directory , but no working ) , this total erros and warning is. > > >(Sorry is very long 900 Kb) > >http://www.megaupload.com/?d=UVM44Q6G > > I'm sorry, but I do not have the patience to wait 45 seconds for this > advertisement-laden download service. > > >Helpme , because I will be very happy (And you want it) xD > > Either put this on a regular web server somewhere, or post the first few > errors. You probably do not have your include paths set up properly. > -- > Tim Roberts, t...(a)probo.com > Providenza & Boekelheide, Inc. Sorry for post errors in the MG , now link in the web server normal http://www.uywaandino.com/erros.txt Many errors, meaby you helpme xD Thx Bhotda xD
|
Next
|
Last
Pages: 1 2 Prev: Want help regarding : "disable bluetooth device" Next: Simple MAPI Console Application with Outlook Express. |